I want to set index.do as welcome-file. I have defined it in web.xml as <welcome-file-list> <welcome-file>index.do</welcome-file> </welcome-file-list> but it...
Hi ! I am developing a web application using a native XML database. I use XQuery to query the database. I thougt about different ways for a re- usable design. ...
I don't know if anyone doing that in stxx, but I do in Cocoon, which is the granddaddy of XML pipeline frameworks: http://demo.exist-db.org/examples.xml You...
Stxx ships with an example for Struts 1.1, the one with the suffix "-plugin". BTW, I accidently deleted your two previous emails when I was clearing out spam,...
Hi, Please can any one tell me the reason for this exception? com.oroad.stxx.transform.TransformerException: The type of transformation cannot be found: dom at...
Hi, I found the reason for this exception.I have to uncomment the dom transform in the stxx.properties. Its interesting as i keep learning stxx. Regards, ...
Hi, This is my understanding.Please correct me if im wrong. <pipeline match="jsp/*.dox"> <display-name>JSP/JSTL</display-name> <description>Creates DOM and...
I have deployed the stxx-1.3.1-plugin-example.war and tried to run the application using IE browser , I am getting lot of exceptions , could anybody post the...
i am here by attaching the code replicating the example of stxx struts-config.xml <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts...
The best way to troubleshoot this is request the page with "?debug=true" on the url, getting the XML. Then, apply the XSLT against the XML either in your IDE ...
What happens is the XML that STXX creates is saved as a DOM in the request attributes. Then, you can access that DOM using JSTL's XML tags and transform it...
Stxx doesn't deal with validations itself; that is part of Struts. That said, you will find that Struts Validation framework isn't very easy to use with stxx,...
Tiles is tied to JSP, so I'm not sure how or even why you'd use it with Stxx. I've found Sitemesh to fulfill a similar goal, but with much less work and better...
Don, I'm getting the jsp output using the Stxx. If i try to include the TilesPlugin of Struts1.1 in my struts- config.xml, Im getting the following error. -...
Hi, Very good examples are provided along with the Stxx zip file. I recommend you to deploy stxx-1.3.1-plugin-example.war in your server and run through it. ...
You need to use the StxxTilesRequestProcessor. IIRC, you need to put the Tiles plugin before the Stxx one, so Stxx knows to load the correct version of its ...
Hi, Thank you very much for the reply. I did the way you mentioned and i don't get this error. If i try to insert a struts tiles insert tag inside the jsp, i'm...
What does your struts-config.xml look like? It looks like the tiles forward is somehow going to stxx. Are you sure that forward is using the correct tiles...
Hi, Please can you tell me how did you do this?I'm thinking of using this to solve one of my question on using Stxx and tiles.Thought of giving the first path...
Hi, I am planing to learn Jakarta struts. Can any one please send me the required material & ebooks and also please suggest which books are good to learn...
I'd recommend you ask the Struts user mailing list as you'll get better responses. The Struts website also has a good list of tutorials, books, and articles...
Interesting...I've never used stxx within a Tile before, so I'm afraid I won't be of much help. When I stated stxx was compatible with Tiles, I meant the two ...
Hi, I am planing to learn Jakarta struts. Can any one please send me the required material & ebooks and also please suggest which books are good to learn...