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 ...
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 ...
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...
... i am getting http status500-internal server error with tomcat server and struts ... type Exception report message Internal Server Error description The...
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 ...
... I get the following error: cvs [checkout aborted]: connect to cvs.stxx.sourceforge.net:2401 failed: A connection attempt failed because the connected party...
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...
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 ...