vinayGuddu Pandey wrote:
I have to get the jsp page on onload. For this I have mentioned onload function in my jsp.
below is my jsp file
this all fields I want to show in jsp. on all method...but problem is the page is keep on refreshing even I have given settimeout function in js.
please help :banghead:
what I did now is I divide the above(main) jsp in 2 parts , in name of mera.jsp and include the child jsp with main one
as
but here I am getting one error as:--
Multiple annotations found at this line:
- Syntax error, insert "}" to complete ClassBody
- Syntax error on token "}", delete this token
- Syntax error, insert "}" to complete Block
the content in mera.jsp is
in this jsp it is not showing any error but the main jsp is getting refresh again and again in output
the js I am using for this is:--
and in mera.jsp I am calling this function(please refer with an above mera.jsp )
but not getting the proper output
please suggest :banghead: