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...
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 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 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> ...
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 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...
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...
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, 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 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. ...
Hi, I have a problem where I need to dynamically build page layouts from a database. XSLT transformations will be stored in a database as well as the ...
When I submit the form with correct usrename and password everything goes right. But when either username or password or both are missing, it again prompts...
I am facing a problem. The html page produced from xml+xsl shows duplicate results. Can someone please tell me why is it happening so or how to solve this...
Hello: I recently downloaded STXX 1.3 and 1.3.1 and noticed the JDOM library used is v0.9 This is scary because we use JDOM 1.0 extensively and the API for XML...
Hi STXX users, we have an error when we serialize JDOM objects and need to display the XML document using the debug=true request parameter. Both, IE6 and ...
i m using stxx 1.3.1 with struts 1.2.7 i don't know what entry we have to done in pipeline-config.xml file and structs-config.xml file plz some body give me...
Hi, Sorry but my english is very bad.. :P I have a problem in PDF to resolve relative URI of images files. I use Struts 1.2.4 ,Stxx 1.3, and JBoss 3.2.7...
My application was using stxx-1.3.1.jar, sometimes (NOT always) I notice my action getting executed twice (2 threads)..... The basic flow of my application was...
I'm using the XMLForm example of the example-plugin war file . I was trying to to printout the XML of the DOMForm in the RequestExampleAction as shown below if...