1. Struts2 OGNL - Request parameters submission order stackoverflow.comI am using jsp and struts2, and I have the following scenario:
When this form is submitted, the OGNL expression employee.name (equivalent to getEmployee().setName()) gets executed before "save" ... |
2. Request to the servlet without any submit action from a jsp stackoverflow.comI have a jsp
After the Controller ... |
3. old request when submit !??! coderanch.com |
4. Submitting Request coderanch.comIf say, I have a hyperlink in a Jsp, clicking on which an action will be called to fetch data from the database. Assume that the data is huge and the response will occur only after 10 secs. During this time if the user clicks on the browser stop button; then what is the state of the request? To me it ... |