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...
the best way to learn struts basics is to use internet.May be these links will help you Good topics at http://www.jspolympus.com/Struts/StrutsTiles.jsp ...
... are you using netbeans ide for struts.If yes then its easy to set the welcome page from it.Just right click on project name, select properties.Then goto...
I have dont the following way and it works now. I have imported "index.xsl" in "index.do" file as: <!-- index.do --> <?xml version='1.0' ?> <!DOCTYPE...
Not all servlet containers support a servlet as the index file. Search the Struts documentation and user list archives as this is a common problem. Don...
Hi All, I wanted my form data to be transfered something like: <data> <user> <name>test1</name> <age>20</age> </user> <user> <name>test2</name> <age>20</age> ...
Adding to this, i found in one of the threads Don suggesting : "With a recent improvement in JXPath (included in the latest stxx release believe), you now...
Atlast, myself found a way..... I created form fields like "/m:test/m:internet[1]/m:email" and "/m:test/m:internet[2]/m:email" which helped me to create the...
To be honest, I kinda gave up working on that stuff, as I didn't see as much benefit as I had originally. If you have any improvements, post and patch and ...
Hi Don, Thanks for your time to reply. Do you suggest any alternative which will help me to model the submitted data as XML with the power of validataion ? ...
I need to apply an <xsl:template> to all of the child tags (nodes) of a given tag, except for one or two. For example, let's say in a table <table> </table>,...
Hi, http://courses.washington.edu/dlis545/jsXSL.htm Hope the above link will throw some light on inserting javascript in XSL... Ravi Padmasree Potukuchi...
Take a look at the Struts localisation docs, as stxx just uses the current locale as set by the Struts framework. The mailreader application that ships with...
Hi, We have an immediate requirement for Struts professionals who are strong in TLDs for a MNC in Bangalore Please send us your updated profile with full...
I have a web application which is using STXX, I am deploying it on tomcat server. I have 5 different screens, which is rendered using 5 different model which...