Search the web
Sign In
New User? Sign Up
struts-xsl · Struts for Transforming XML with XSL
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2402 - 2431 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2402
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...
Don Brown
mrdon42
Offline Send Email
Mar 1, 2005
7:02 pm
2403
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...
anu133
Offline Send Email
Mar 8, 2005
10:34 am
2404
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...
David Wood
mvento2
Offline Send Email
Mar 8, 2005
4:34 pm
2405
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...
anu133
Offline Send Email
Mar 8, 2005
6:02 pm
2406
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 Wood
mvento2
Offline Send Email
Mar 8, 2005
6:25 pm
2407
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...
Don Brown
mrdon42
Offline Send Email
Mar 8, 2005
7:12 pm
2408
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...
anu133
Offline Send Email
Mar 8, 2005
8:05 pm
2409
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"/> ...
madhavi prasad
pmadhavi33
Offline Send Email
Mar 9, 2005
9:11 am
2410
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...
Don Brown
mrdon42
Offline Send Email
Mar 10, 2005
10:22 pm
2411
When Struts dies, the answer usually lies in the application server logs. In the case of Tomcat, try looking in the localhost logs. Don...
Don Brown
mrdon42
Offline Send Email
Mar 10, 2005
10:23 pm
2412
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...
Dudley Butt
dudleygb
Offline Send Email
Mar 16, 2005
4:01 pm
2413
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...
Don Brown
mrdon42
Offline Send Email
Mar 17, 2005
9:33 am
2414
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...
Vlad Alexandrescu
vladalexandr...
Offline Send Email
Mar 17, 2005
5:19 pm
2415
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...
emma2fei
Offline Send Email
Mar 17, 2005
7:43 pm
2416
Take a look at http://www.devguru.com/Technologies/xslt/quickref/xslt_element_valueof.html and the disable-output-escaping attribute. HTH, Don...
Don Brown
mrdon42
Offline Send Email
Mar 17, 2005
8:04 pm
2417
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...
ymaraner@...
ymaraner
Offline Send Email
Mar 24, 2005
4:49 pm
2418
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...
Don Brown
mrdon42
Offline Send Email
Mar 24, 2005
6:45 pm
2419
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...
carlocattani
Offline Send Email
Mar 29, 2005
3:32 pm
2420
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...
Don Brown
mrdon42
Offline Send Email
Mar 29, 2005
5:08 pm
2421
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...
David Wood
mvento2
Offline Send Email
Mar 30, 2005
2:46 pm
2422
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...
carlocattani
Offline Send Email
Mar 31, 2005
9:55 am
2423
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...
Don Brown
mrdon42
Offline Send Email
Mar 31, 2005
5:01 pm
2424
Really? I didn't realize you could specify the path parameter to the transformer twice. The way I do it is to have only one: <param name="path"...
David Wood
mvento2
Offline Send Email
Mar 31, 2005
5:14 pm
2425
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....
Don Brown
mrdon42
Offline Send Email
Mar 31, 2005
5:19 pm
2426
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...
carlocattani
Offline Send Email
Apr 1, 2005
9:51 am
2427
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 : ...
emma2fei
Offline Send Email
Apr 6, 2005
11:42 am
2428
Just a note : I have displayed the pipeline output in XML instead of PDF : Result is as follows : <fo:block space-after="12pt" line-height="15pt"...
emma2fei
Offline Send Email
Apr 6, 2005
11:50 am
2429
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 -...
hbbyang
Offline Send Email
Apr 8, 2005
7:16 pm
2430
You probably are using a container that doesn't provide getRealPath information. See the note on this page under Global configuration: ...
Don Brown
mrdon42
Offline Send Email
Apr 11, 2005
8:41 pm
2431
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....
Don Brown
mrdon42
Offline Send Email
Apr 11, 2005
8:51 pm
Messages 2402 - 2431 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help