Hi there!
Sorry to bother you people. Thanks for the solution.
This is what I did. Not sure anything wrong with it.
<%
final HttpSession curSession = request.getSession( false );
final
String selectedIndex = (String)curSession.getValue(selectedIndexKeyName);
%>
document.frmCity.selCity.selectedIndex = <%= selectedIndex %>
Thanks all!
Regards
Yans