Hi, I do not know if you have received by previous message. Being without answer, I would like to send it again. I am a new user of struts and stxx. I have...
I am getting this error.... java.lang.NoSuchMethodError: org.xmlform.Form.setNodeFactory (Lorg/apache/commons/jxpath/AbstractFactory;)V my files are.... ...
That problem is because you have an old xmlform jar somewhere in your classpath. Either use the one that comes with the latest stxx or build one from...
This is probably because your form is only stored in the request scope, meaning your modifications are lost after the form request is processed. Try making the...
First of all, thank you for stxx. This is a neat idea, it works very well, and I admire it very much. We found what looks like a bug in the client rendering...
Hi, Although I get the PDF well generated, whenever I use FOP Transformation I have noticed that the execution passes through my java code (my struts action)...
I have just tried something very similar to what we have in the implementation of fop used in the sample war of stxx 1.3. I have noticed the problem because I...
I would like to change the content-type in the response of the http request after the parsing of a xml document with xsl stylesheet. The result of this parsing...
See http://stxx.sourceforge.net/transformers/CachedXSLTransformer.html specifically the mimeType property set in stxx.properties. It allows you to define an...
Yeah, sorry about the corrupt jars in the cvs. I removed and readded all of them so hopefully that will be fixed for you. If you could open a bug ticket and...
No, just one request, but the same action gets called three times in the same process. After the first call the request gets lost. Please take a look at the...
I'm copying the stxx list as others may have a solution. stxx shouldn't require adding xalan or xerces as an endorsed libs. Try removing those from endorsed...
Hi, I am using stxx and I would like to view my PDF in a new window. Is it possible ? Thank you V. Deschamps [Non-text portions of this message have been...
You should be able to just have the link that sends the user to the PDF specify its target as "_blank". So <a href="foo.do" target="_blank">Bar</a> See...
Hi, Thank you for your answer. When the user pushes a button "generate PDF", in the action we set the variable forward to "pdf" and then stxx generate the PDF...
hi veronique your problem is not linked to struts itself. maybe you should rethink the way you want to launch the action. opening a new window is on the client...
Hi, Is it possible to use tiles plugin without a JSP file (with only XML / XSL files) ? I don't think so because tiles need a JSP to use <tiles:insert/> ...
Hi !!! I have a Struts application from which I am using stxx to display a w3c Document type by using saveDocument(req,doc). This method is executing fine but...
Good question. I believe Tiles can be used with Velocity, so perhaps it would be possible to use Tiles with XSLT, probably with some sort of Xalan extension....