Hi, how can I build my xml without namespace? kind regards, Frank ... and ... enabled. ... elements ) but xml is generated by STXX contains xmlns:="" in...
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...
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...
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...
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...
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...
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...
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)...
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...
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,...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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 ...