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....
We do a lot xml over http (httpx). URLs are of this kind of style: http://blah/request/path?foobar=load&foobar2=clean &xml=encryptedXMLString Thus what I am...
Rather than write a custom requestprocessor, I'd suggest trying out Struts 1.3 which is currently in development, or at least Struts-chain as it previously...
I've read the list a bit, and saw a few posts about problems with Struts 1.2.4 and stxx 1.3, though I did not see any concrete solutions offered. How can I go...
I use stxx with Struts 1.3-dev in fact without problems. If you upgrade your Struts jar, be sure to update its dependencies as the leap from 1.1 to 1.2 was...
Thanks for the reply Don! I appreciate your feedback! I have made sure that all the struts dependencies are up to date by overlaying the stxx jar set with the...
A lot of the difficulty is trying to have stxx support Struts 1.0 as well as later versions. Taking out Struts 1.0 would simplify the code a lot and probably...
imho, I always go with this release early, release often aproach. Especially if there's problems with integration with the current struts. I'd also opt to...
Hy Don, I would suggest to wait until next version of Struts gets released because of any significant changes it could bring with it. I have modified stxx 1.3...
Here's a patch to correct a problem that I ran into when I was using <xsl:copy-of select='document("../foo/bar.xsl")'/> in my stylesheets while I was running...
The best way, in the future, would be to open up a ticket on it and attach the patch there. BTW, thanks a ton for the patch. I want to test it on Linux and...
I have an XML form that contains a boolean value. Once my XML is loaded it will display the state properly, but the problem I run into is that once that...
The best way that comes to mind would be to write your own form that extends DOMForm, then overwrite the reset() method to ensure the checkbox value gets set...
Hi, We have a struts application running on tomcat 4.1 Most other pages use JSP with tiles and render output in html. Some pages in the application need to...
Easily. Roughly speaking, think of stxx as some special routines that kick in if you forward to an XSL template, that generate some XML from your state and do...
Hi, I am new to stxx and trying to use it with our struts application. We are using struts 1.1 with tomcat 4.1 and use SecureTilesRequestProcessor as the...
That's interesting. I hand't heard of the SecureTilesRequestProcessor, but it doesn't surprise me you could run into trouble with "competing" add-ons for...