First thing first, this is not the question for Struts section. Ask AJAX question in HTML-Jsvascript section.
Sameer Sb wrote:
I am getting data from my DAO classes format those in Struts Action class in format id,value;id,value;id,value.
Called
JSON
Sameer Sb wrote:my question is then how to update the dependant <html:select> on the jsp?
Once you get that JSON
string on client side, evalualte/parse it using function eval() and "write" the HTML or TEXT to select element, something like this
(please look for the correct syntax)