Struts Section Index | Page 6
How works the "/admin/reload.do" in struts?
How works the "/admin/reload.do" in struts?
Hi!
Looking in the struts documentation i found the class ReloadAction, I though
that this class reload the struts-config.xml and the application resour...more
I found the following methods in Action.java which I think may help to control the session ID. That means if the user submits the page and press the back button and submit the page again it will throw an error.
I found the following methods in Action.java which I think may help to control the session ID.
That means if the user submits the page and press the back button and submit the page again it
will th...more
In order to run Struts, do I need to install a servlet container such as Tomcat?
Yes, you must!
See the installation requirement for Struts:
http://jakarta.apache.org/struts/userGuide/installation.html
more
Any html:multibox samples out there? Hi, can anybody please point me to a working sample using html:multibox?
Any html:multibox samples out there?
Hi, can anybody please point me to a working sample using html:multibox?
Retrieving the values out of my form bean works well using a getter method which return...more
I know you can specify header and footer in the prop file, but what if different pages have different needs in terms of displaying errors. E.g., In some cases its a list and in others I want sentences strung together with no header.
More control with <html:errors/>
I know you can specify header and footer in the prop file, but what if different pages have different needs in terms of displaying errors. E.g., In some case...more
select tag and options tag. How do I use the same info, but different variables?
select tag and options tag. How do I use the same info, but different variables?
I followed the example previously given by Ted, allowing me to fill an options tag from a database, use helper clas...more
Maintaining form data across pages...
Maintaining form data across pages...
I am trying to setup a series of jsp pages (jsp1, jsp2, jsp3). Each of these adds or modifies properties (or collections) of object customerForm(supply name/ad...more
Switching the locale(language) of an application via a button on a page.
Switching the locale(language) of an application via a button on a page.
How can you change the locale of an application via a button on a web page. I am using struts and don't want the user to ha...more
how to use a href in struts JSP?
how to use a href in struts JSP?
hi all,
i try to pass dynamic data using a href but it seems fail to work in struts.
original JSP:
<href="/callfile.do?action=w&filename=<%=bean.getFILENAME...more
What is URI? Can anybody help me What is URI please?
A URI can be further classified as a locator, a name, or both. The
term "Uniform Resource Locator" (URL) refers to the subset of URI
that identify resources via a representation of their p...more
When the data is submitted back to the Action routine I see how it can arrive as an Action form.
Submitting forms as a collection
Using the <logic:iterate> tag i'de like to format several rows of recurring data for a user to change or add some values.
When the data is submitted back to...more
When I'm on the JSP2, the url is that of the ActionClass1, so when I hit the reload button, the ActionClass1 is reloaded. (and I would like the ActionClass2 to be reloaded).How can I do ?
Browsers reload button and url writing
Hello,
here is my problem :
JSP1 -> ActionClass1 -> ActionClass2 ->JSP2
When I'm on the JSP2, the url is that of the ActionClass1, so when I hit the ...more
Can We use Servlets to Paint Screen instead of JSP's in Struts Framework, if Yes What are its Disadvantages,Modifications needed etc…
Can We Avoid JSP's in Struts FrameWork
Hi,
Can We use Servlets to Paint Screen instead of JSP's in Struts Framework, if Yes What are its Disadvantages,Modifications needed etc...
Thanks
Renny Josemore
How can I use the "options" tag with a collection of options stored in my ActionForm bean?
How can I use the "options" tag with a collection of options stored
in my ActionForm bean?
Dynamic Form Elements
Dynamic Form Elements
I posted this earlier but I received no comments on specific current solutions that will address this problem. I was also wondering if the nightly build has the following abi...more