Greetings,
Trying to assign a javabean property and get it in another page with <jsp:getPropert y ....
I can get it in the same page, but in different page it is always null.
scope = "session" is in the jsp:usebean tag.
I am still trying to do this as an alternative to passing query string in URL...
Any advice greatly appreciated.
Thanks,
JK
Trying to assign a javabean property and get it in another page with <jsp:getPropert y ....
I can get it in the same page, but in different page it is always null.
scope = "session" is in the jsp:usebean tag.
I am still trying to do this as an alternative to passing query string in URL...
Any advice greatly appreciated.
Thanks,
JK
Comment