Hi to all, I'm Robert from Italy, and I'm developing the front-end for a J2ee- app running on Jboss3.0.3 + Jetty. Other conf stuff are: -struts 1.1b3 -stxx...
Hello Robert, It sounds like a library might be missed, but to help me out, could you post the <action> directive that you are using from the "stxx-config.xml"...
... you ... I think you mean action in "struts-config.xml"... This is the action: <!-- Hierarchy --> <action attribute="hierarchyForm" input="hierarchy" ...
I believe the problem is stxx.properties is not being loaded. You might try to change the "stxxInit" init-param in web.xml to "/stxx.properties". Don...
I got some exceptions when I run the stxx example. The errors are follows, processActionForward(index.dox, false) [INFO] RequestProcessor - -Processing a 'GET'...
Thanks Don. Yes, in the web.xml, <init-param> <param-name>stxxInit</param-name> <param-value>/stxx.properties</param-value> </init-param> and I also checked...
When I run stxx-1.1b2-example.war, I got the following error, processActionForward(index.dox, false) XSL-1108: (Error) Invalid Source - URL format is...
... Hi, It doesn't work. I put stxx.properties under /WEB-INF/classes. I think it is readed, since I don't want FOP and stxx does not try to load FOP support...
Well I'm glad it's working Rob. If you can figure out what the problem was, can you please post it to this mailing list? It may be helpful to other users. Jeff...
Hi, I am trying to download the latest source version from the CVS. I am getting somewhat confused by the directory structure. Any idea which directory should...
Hello, I have a problem with stxx11b2 and strus11b3. The method processPath cannot be found (and indeed, it does not exist in the struts.ActionServlet). It...
It looks like you are not using stxx as a struts plugin. Follow the instructions for using stxx as a struts plugin when working with struts 1.1.b3. Hope that...
Hi Don, I have stxx-1.1b2.jar and cocoon.jar in the lib and they are also in the classpath. But I got the error [ERROR] CachedXSLTransformer - - error...
right, but looking at your stack trace, I see you are using some other XSLT engine. What engine is are you using? Also, are you using the jars that came w/...
Hi, at last i discovered the problem. The probelm was that the ant build script (not mine) copied struts.jar and stxx.jarinto the WEB-INF/libof the webapp AND...
Hello Is it possible to tell XSLT not to copy the Request and Application resources to the final XML? I think it is possible, but I haven't found how to do it....
To use stxx as a plugin, you need to change your struts config file (as defined in the "config" init-param in the web.xml file) to tell struts to register stxx...
Yes, look in the file stxx.properties. There are instructions on how to specify regular expressions to match what paths should have what attached to them....
Hi, I am new to both STXX and Tiles.And I am trying to take an application that uses STXX with iframes for display and change that to using Tiles. I did read...
I'm not sure as to the answer (Jeff?), but have you tried looking into Sitemesh (http://www.opensymphony.com/sitemesh)? It seems like it might solve the...
Thanks, it works. Florin Don Brown <mrdon@...> wrote:Just to make sure, you will need stxx 1.1b2 to work with struts 1.1b3. Don ... Visit the group site...
I have about 350Kb of XML to be transformed and a pretty simple stylesheet. When IE 6.0 does transformation on client, it takes about 2-5 secs., but when I use...