Hi All,
I came across a roadblock while developing my web app that uses
JSP's .I use beans ,
servlets and a JSP as view component. In my JSP , I have a form which has a dropdown as one of it's elements .The JSP also has a dynamically populated table that is populated on the basis of the selection in the drop down.
For this I have written the neccessary logic in my DAO layer , however Im confused as to how to reload the page based on the change in drop down value. As of now im using javascript.Somethign like this,
and the referencing html tag is
Am I doing something wrong?
Im a newbie and any help would be appreciated.
Thanks.