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 your group to be featured on the Yahoo! Groups website? 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 2361 - 2390 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2361
Hi, I am a new user of struts and stxx. I define a model in the xmlform-model.xml. In the Action I get the org.jdom.Document and add dynamically an...
deschampscuaz
Offline Send Email
Jan 7, 2005
1:54 pm
2362
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...
deschampscuaz
Offline Send Email
Jan 7, 2005
1:55 pm
2363
I am getting this error.... java.lang.NoSuchMethodError: org.xmlform.Form.setNodeFactory (Lorg/apache/commons/jxpath/AbstractFactory;)V my files are.... ...
Adil Hossain Mallick
adilmallick
Offline Send Email
Jan 7, 2005
1:56 pm
2364
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...
Don Brown
mrdon42
Offline Send Email
Jan 8, 2005
7:15 pm
2365
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...
Don Brown
mrdon42
Offline Send Email
Jan 8, 2005
8:23 pm
2366
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...
David Wood
mvento2
Offline Send Email
Jan 12, 2005
3:02 am
2367
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)...
igerman2005
Offline Send Email
Jan 12, 2005
3:02 am
2368
That is strange and I haven't noticed that before. Is the problem only with actions that are processed by FOP? Don...
Don Brown
mrdon42
Offline Send Email
Jan 14, 2005
11:42 am
2369
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...
Ivan German de Miguel
igerman2005
Offline Send Email
Jan 14, 2005
1:25 pm
2370
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...
PGoret
Offline Send Email
Jan 20, 2005
2:45 pm
2371
See http://stxx.sourceforge.net/transformers/CachedXSLTransformer.html specifically the mimeType property set in stxx.properties. It allows you to define an...
Don Brown
mrdon42
Offline Send Email
Jan 21, 2005
5:32 pm
2372
What do you mean by "several executions"? Do you mean several requests? Don...
Don Brown
mrdon42
Offline Send Email
Jan 21, 2005
7:17 pm
2373
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...
Don Brown
mrdon42
Offline Send Email
Jan 21, 2005
7:19 pm
2374
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...
Ivan German de Miguel
igerman2005
Offline Send Email
Jan 22, 2005
9:32 am
2375
Hi Don, I'm trying to transform an HTML to PDF using iText. I found a post on this mailing that talked about this transformer: ...
goku5z
Offline Send Email
Jan 30, 2005
7:58 pm
2376
I don't believe that file was ever added to contrib. Has anyone else ever written an itext transformer? Don...
Don Brown
mrdon42
Offline Send Email
Jan 31, 2005
12:42 am
2377
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...
Don Brown
mrdon42
Offline Send Email
Feb 1, 2005
6:22 pm
2378
FYI ... Subject: RE: stxx 1.3 Date: Thu, 3 Feb 2005 09:53:14 -0600 From: Bradford, Jeff L <JBRADFOR@...> To: Don Brown <mrdon@...> CC: Trier, John...
Don Brown
mrdon42
Offline Send Email
Feb 3, 2005
5:42 pm
2379
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...
veronique.deschamps@...
deschampscuaz
Offline Send Email
Feb 3, 2005
5:43 pm
2380
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...
Don Brown
mrdon42
Offline Send Email
Feb 3, 2005
5:46 pm
2381
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...
veronique.deschamps@...
deschampscuaz
Offline Send Email
Feb 4, 2005
8:28 am
2382
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...
heatseeker@...
heatseeker_pnc
Offline Send Email
Feb 4, 2005
3:29 pm
2383
please help me ,thanks ... Do you Yahoo!? Yahoo! Mail - You care about security. So do we. [Non-text portions of this message have been removed]...
zhang yx
glassesaaron
Offline Send Email
Feb 7, 2005
11:08 pm
2384
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/> ...
jpmat296
Offline Send Email
Feb 12, 2005
2:18 pm
2385
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...
Adil Hossain Mallick
adilmallick
Offline Send Email
Feb 12, 2005
5:33 pm
2386
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....
Don Brown
mrdon42
Offline Send Email
Feb 12, 2005
10:03 pm
2387
What version of Java and stxx are you using? Don...
Don Brown
mrdon42
Offline Send Email
Feb 12, 2005
10:04 pm
2388
Thanks. Sitemesh seems to be what I was looking for. Jean-Pierre ... Jean-Pierre Matsumoto Jean-Pierre.Matsumoto@......
Jean-Pierre Matsumoto
jpmat296
Offline Send Email
Feb 13, 2005
11:02 pm
2389
Hi!!! I am using j2sdk1.4.2_05 and stxx1.3 - Adil. ... a ... (SA ... (Tr ... (Re ... (StxxR ... ...
Adil Hossain Mallick
adilmallick
Offline Send Email
Feb 14, 2005
8:25 am
2390
And... hugh?... What's the problem gee? Don't jump off the building!...
Yayo
juanodio
Offline Send Email
Feb 14, 2005
3:59 pm
Messages 2361 - 2390 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