How can I prevent a user from neglecting the normal work flow of a struts application? For example, I have a list of products. This products have options like view edit whatever. If you click on edit,
Hi friends, I am trying to set the value of the select box using the cookies value (i want every time same value that i select the first time until i am not made any changes to it).
I\'m new-ish to struts and I\'m particularly s开发者_开发知识库tuck on an area of struts code which has to do with the radio button. No matter what I do I can\'t get anything but a false value from th
I\'m making some small changes to an existing project, which was built using Struts 1.2. I need to have a check box on the form checked by default. I\'m a newbie on Struts.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I am looking a sample for the functionality where there are 2 drop 开发者_如何学Godowns. One is 1 is State/Province and the 2rd is City. Based on the state drop down selection, city drop down values s
I have this code in my JSP: <%@taglib uri=\"http://struts.apache.org/tags-html\" prefix=\"html\"%>
I got exception below and I mentioned all pages regarding this bug. org.apache.jasper.JasperException: An exception occurred processing JSP page /jsp/dublicateId.jsp at line 46
I have a html form which is populated using a java for loop. And it contains multiple input text type fields (email addresses) filled with the values which comes in a java arrayList from database. Use
I have a form which when submitted stores data from it\'s fields to the database. The action forward in the struts-config maps back to the same page on Success/Failure of data insertion into the datab