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...
Show off your group to the world. Share a photo of your group with us.

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 2525 - 2554 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2525
Hi all.. I am having problem deploying my stxx application on weblogic 8.1 due to the page encoding I'd like to use. I am trying to use ISO-8859-15 (Latin-9)...
nisseperon
Offline Send Email
Oct 4, 2005
5:55 pm
2526
Try changing the transformer factory class, described on: http://stxx.sourceforge.net/transformers/CachedXSLTransformer.html HTH, Don...
Don Brown
mrdon42
Offline Send Email
Oct 4, 2005
5:57 pm
2527
I think he's talking about simple examples of other sites using stxx. I could benifit from this as well. I've gotten the examples working, but how do you go...
eclip5e
welcome_desk
Offline Send Email
Oct 5, 2005
5:25 pm
2528
My requestExample example is throwing the following exception as soon as i go to requestExample.do action. Any idea? ==> localhost.2005-10-05.log <== Oct 5,...
eclip5e
welcome_desk
Offline Send Email
Oct 5, 2005
9:48 pm
2529
I've added the IntelliJIDEA project zip file in the files section If you would like to check it out, or can get it working. ...
eclip5e
welcome_desk
Offline Send Email
Oct 6, 2005
2:49 am
2530
Is this example straight out of the latest release? The error indicates you are missing the jdom jar in your WEB-INF/lib directory. Don...
Don Brown
mrdon42
Offline Send Email
Oct 6, 2005
5:22 pm
2531
Well, you can use the examples as a template and add your own actions. However, the examples aren't meant as "best practices" so you'll have to integrate stxx...
Don Brown
mrdon42
Offline Send Email
Oct 6, 2005
5:23 pm
2532
It ended up being a problem with my the JDOM jar being in a subdirectory in the lib directory when the ant script added it to the war file. Fixed it by putting...
eclip5e
welcome_desk
Offline Send Email
Oct 7, 2005
3:43 am
2533
I've got a pretty basic example up and going. The only problem is that the output i'm getting when i go to requestExample.do is the following: ...
eclip5e
welcome_desk
Offline Send Email
Oct 7, 2005
3:53 am
2534
Sounds like you have an XSL issue. Append "?debug=true" to your page to get the XML used for the transformation and save it to a file. Then, from the command...
Don Brown
mrdon42
Offline Send Email
Oct 7, 2005
4:37 am
2535
I swapped in the struts-1.1.jar file that came with your package and now Its working. I had been using the latest struts release. ... working....
eclip5e
welcome_desk
Offline Send Email
Oct 7, 2005
6:48 am
2536
Yeah, while I personally haven't had any issues running 1.3-dev with stxx, I have heard of others that have. I'm open to patches that will address these ...
Don Brown
mrdon42
Offline Send Email
Oct 7, 2005
6:19 pm
2537
I've pretty much got a stripped down version totally working now of the RequestExample. Would anyone want it? ... [Non-text portions of this message have been...
Ron Adams
welcome_desk
Offline Send Email
Oct 7, 2005
8:21 pm
2538
whenever i try to run a application using struts i get this error: "Error 500: " The application runs fine if there is no action mapping. But the moment i...
mohamed zubair
zubair_m2000
Offline Send Email
Oct 21, 2005
9:10 pm
2539
I am trying to display a page generated from a client provided xml file. The site is running on Tomcat 5.5, Struts and tiles. Looking at the example...
dliles5722
Offline Send Email
Oct 22, 2005
8:02 pm
2540
Hi Zubair, Make sure that a. If you are using Tomcat you need to include your struts.jar under the path "webapps\<ur project name>\WEB-INF\lib. b. Make sure...
bharat_athreya
Offline Send Email
Oct 24, 2005
4:44 pm
2541
Hello Everybody, I need to transform my XML objects and get it printed in PDF. Could anyone of you spend few minutes to send me a brief document of how i...
bharat_athreya
Offline Send Email
Oct 24, 2005
4:45 pm
2542
You'll end up using an XSL-FO solution - that is to say, using an XSL template to convert your XML into a "FO" (Formatting Object) doc that is suitably...
David Wood
mvento2
Offline Send Email
Oct 24, 2005
5:04 pm
2543
Check the server's logs to see what problem you are having. You might also find the Struts user mailing list useful. Don...
Don Brown
mrdon42
Offline Send Email
Oct 24, 2005
10:07 pm
2544
Not built into Stxx anyways. You could create a generic Action class, which takes the XML file path from the "parameter" attribute of the action mapping. Don...
Don Brown
mrdon42
Offline Send Email
Oct 24, 2005
10:08 pm
2545
One of the examples for the Struts 1.1 version contains a PDF example. To enable it, you will need to uncomment a few lines in WEB-INF/stxx.properties and ...
Don Brown
mrdon42
Offline Send Email
Oct 24, 2005
10:10 pm
2546
Don, I will check the server log to see what the problem is. Also i am trying to upload a file through Struts. The program works fine. But one error is that ...
mohamed zubair
zubair_m2000
Offline Send Email
Oct 25, 2005
4:35 am
2547
Regarding file upload, in your Action, you'll tell it where to be saved. The temp directory is only used for temporary caching of the file until you direct it...
Don Brown
mrdon42
Offline Send Email
Oct 28, 2005
11:11 pm
2548
... i am getting http status500-internal server error with tomcat server and struts ... type Exception report message Internal Server Error description The...
someeyali
Offline Send Email
Oct 31, 2005
5:07 pm
2549
26/Oct/2005 Check out updated posted jobs for this week. ========================================================== Visit...
Weekly Newsletter
adventuretou...
Offline Send Email
Oct 31, 2005
5:08 pm
2550
Sorry all - wrong moderation button :( Don...
Don Brown
mrdon42
Offline Send Email
Oct 31, 2005
5:09 pm
2551
Most likely, you are linking to the jsp itself, not the Struts action. If you use the jsp in the url, the Struts objects aren't loaded into the request and ...
Don Brown
mrdon42
Offline Send Email
Nov 1, 2005
8:17 pm
2552
... I get the following error: cvs [checkout aborted]: connect to cvs.stxx.sourceforge.net:2401 failed: A connection attempt failed because the connected party...
David Wood
mvento2
Offline Send Email
Nov 9, 2005
3:43 pm
2553
hi somi though my mapping in struts-config file is correct but the path /community_users/lookUpRole is not leading to its handler class the mappings in...
abhi_chandra_hbti
abhi_chandra...
Offline Send Email
Nov 13, 2005
7:54 am
2554
hi all any one please help me in doing this project please send me some tips please reply fast............ a digital library has a unique collection of ...
mahesh babu
qwerty_boy22
Offline Send Email
Nov 14, 2005
7:34 pm
Messages 2525 - 2554 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