reset password
Author Message
rthakur
Posts: 3
Posted 22:33 Oct 08, 2012 |

 

HI professor, i have a simple question 
 
As mentioned in point 1, how shall we submit a request to the server while changing the drop list without using the scripting elements in the jsp's.
cysun
Posts: 2935
Posted 00:12 Oct 09, 2012 |

You can use a form (feel free to add a submit button if needed), or if you are familiar with JavaScript, you can do an onchange event handler.

Note that scripting elements mean JSP expression, JSP declaration, and JSP scriptlet. You can still use JavaScript.

rthakur
Posts: 3
Posted 12:54 Oct 09, 2012 |

Thanks professor