Well I want to study Struts so I am going to begin with Struts 1, I would like to know the general flow. What files are required?
hello guy\'s i am new in struts while running a program in struss i got an error like this.... org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Canno
I wrote a small struts application with a login page and registration page. If I login I get a success page. If i register, i will check the password and confirm password fileds if they match i get a
Getting the following error : java.lang.NullPointerException: Module \'null\' not found. <?xml version=\"1.0\" encoding=\"UTF-8\" ?>
I\'m trying to route these two url\'s to different Actions.We are using Struts 1.2: /abc-def/products /abc-def
From the dtd definition of Struts-Config.xml ht开发者_开发知识库tp://struts.apache.org/1.x/struts-core/dtddoc/index.html
In the Below code, <result type=\"redirectAction\" name=\"success\"> <param name=\"actionName\">
I\'m newbie, so please forgive bad terminology, etc... I want to only follow through on my forward when a condition is met, but I don\'t know how to incorporate that into my struts config xml. For exa
I had a iphone app, the code has a method to retrieve current time stamp from iphone and upload to server.