In my
JSP page am having two links called "
LINK1" and "
LINK2".
On click of
LINK1 am displaying one
DIV1 tag, where as on click of second link am disabling first
DIV1 and activating second
DIV2. This one am able to achieve by using javascript.
But the problem is on click of second link am calling a javascript where am enabling the
DIV2 and also am submitting the page where am interacting with DB and the values should be displayed back to my JSP with enabling the
DIV2.
How can I achieve this?