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...
David is right - this is a limitation of Struts 1.2 and earlier, in that Struts relies on the RequestProcessor class to handle requests. Stxx needs to...
With reference to your message below, on using struts and tiles together, our application uses tiles and I need one part of the tile to be the result on an xsl...
hi this is madhavi im using struts validator in my application when im including the following line in my jsp page <html:javascript formName="EmployeeForm"/> ...
Nope, other than what I mentioned in that email. Alternatives to Tiles would include Sitemesh or the Cocoon plugin, which would allow cleaner integration of...
Hi, I been struggling a number of days now with trying to get STRUTSCX working. Its really terrible with error messages as it doesnt allow for error message...
Good localization is difficult to accomplish with an XSL presentation system. The problem is to make the values available to the XSL, you need to add them to...
Dear Friends, I have a Web site in which all my HTML pages could accept PHP code inside. What I am trying to achieve is to extract some data from an XML feed...
Hello, I'm using stxx to do a FOP transformation from an XML input file. I'm using the standard transformers. The transformation is 2-step : 1st. PDFLAYOUT.XSL...
I am using the jstl x:transform tag to produce html output within my jsp. I would like to generate struts html tags so that I don't have to do anything funky...
That's an interesting question. You could write the output to a temp file then have the jsp processor process that. I don't use JSP's much so I couldn't tell...
Hi All, I'm using Stxx with Struts 1.1. I have many pages which work with the same menu, that is build as an xml, trasformed separately from the body of the...
Hmmm...I solve that problem by using Sitemesh, but otherwise, you could extend the xsl transformer to add in the menu processing, or if necessary, use the...
Just curious, Cmarlo: why do it that way? Wouldn't it be simpler just to generate whatever XML you want in a modular way (there are a few different ways, even...
Hi David, I tried your suggestion, but perhaps I miss something: In my stxxAction I did two "saveDocument(menu)", "saveDocument(body)", to put them in the...
Hmm, that should have worked. Are you sure the menu XSLT was an identity transform, meaning elements that weren't matched were passed on to the next...
That's another good approach. By specifying the path twice, stxx builds a little "pipeline" so the contents of the first transformation are fed into the next....
Hi David and Don, at the end I made a "page-base.xsl" including all the others xsl necessary for the transform. The problem was on elements that weren't...
Thank you - I have used that. But it does not work ! ... Input of pipeline : - XHTML file containing : <stxx>...<u>test xhtml</u>...</stxx> - my XSL file is : ...
I have been using stxx 1.2 and it works fine. Now I am trying to use stxx 1.3 but have the following error. I'd appreciate any help. Thanks. Bob ERROR -...
Would you mind resubmitting the patch against the latest CVS? I was unable to apply it. Also, make sure the formatting is set to 4 spaces indent and no tabs....