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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2516 - 2545 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2516
Hi, how can I build my xml without namespace? kind regards, Frank ... and ... enabled. ... elements ) but xml is generated by STXX contains xmlns:="" in...
fotto2604
Offline Send Email
Sep 2, 2005
5:15 pm
2517
Hi, how can I use stxx with tiles in struts? kind regards, frank...
fotto2604
Offline Send Email
Sep 2, 2005
5:16 pm
2518
Well, when you create the XML that you save with a saveDocument() call, build it with namespaces turned off. I use JDOM with no namespaces without any...
mrdon42
Offline Send Email
Sep 2, 2005
5:26 pm
2519
I don't see how you really can since Tiles is built on JSP. I'd recommend Sitemesh instead as in many ways, I think it is a better solution and works great...
mrdon42
Offline Send Email
Sep 2, 2005
5:26 pm
2520
Dear All, I have one linux box and tomcat 4.0.6 with struts installed that linux box. After struts configured give this error. Apache Tomcat/4.0.6 - HTTP...
bbhavin_panchal
Offline Send Email
Sep 6, 2005
12:59 am
2521
Tomcat throws this error when an exception occurred in starting the servlet. Look in the $TOMCAT_HOME/logs/catalina.out file for any messages. Don...
Don Brown
mrdon42
Offline Send Email
Sep 6, 2005
8:48 pm
2522
hi can u put more light like how u are configuring struts coz u have to just put struts.jar in your web app lib folder and that folder must be in the classpath...
Padam Jain
padamjain04
Offline Send Email
Sep 8, 2005
4:38 pm
2523
This release is a collection of enhancements and fixes I've been using in production for a while, but haven't gotten around to releasing them. There are still...
Don Brown
mrdon42
Offline Send Email
Sep 8, 2005
11:56 pm
2524
You may want to ask these questions on the Struts user mailing list which gets a lot more traffic and is better equipped to handle Struts-level questions. Don...
Don Brown
mrdon42
Offline Send Email
Sep 8, 2005
11:57 pm
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
Messages 2516 - 2545 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