Hi All,
I have 3,4 select in my first.jsp page.
when i select Country in first select, i should be able to populate second select with states in that country, when i select state,city select should be populated. and when i select city ,area select should be populated. all these values will be populated from database.
i have tried approach :
like my
jsp page is
[/code]
struts.xml
[/code]
and corresponding action class is
But i am not getting the correct result.
get exception
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
OR Is there any other way thru which i can resolve this problem.?
Thanks