| 1600 PMP mock questions | 1400 CAPM mock questions | 800 SCJP 6 mock questions | 600 OCAJP 7 mock questions | 590 OCPJP 7 mock questions | 556 SCWCD 5 mock questions | 500 OCEJWCD 6 mock questions | pdfDownload (java,struts, hibernet etc) | JobsJobs and Walkins |
Struts interview questions
|
!!! Struts interview questions !!!Go to Struts Tutorials >>> new Multiple buttons in struts using java script?
Example : JSP Page <html:form action="/organization.do?method=createPage" > <tr> <td>Fax</td> <td><html:text property="fax" size="20"/></td> </tr> <tr> <td>Email</td> <td><html:text property="email" size="20"/></td> </tr> <input type="button" value="Save and Continue" name="B1" onClick="save()"> <input type="button" value="Discard Changes" name="B2" onClick="discard()"> </html:form> In the Java Script <script type="text/javascript" > function save() { document.OrganizationForm.action ="<%=request.getContextPath()%>/organization.do?method=save"; document.OrganizationForm.submit(); } function discard() { document.OrganizationForm.action ="<%=request.getContextPath()%>/organization.do?method=discard"; document.OrganizationForm.submit(); } </script> |
Suggested JobsMore Jobs >> |