Hi all,
I am using IBM Websphere for my application where i am passing a bean
from a servlet to a JSP. The servlet sets the property of the bean and
after setting the property of the bean the servlet does the following :
"
((com.sun.server.http.HttpServiceRequest)
req).setAttribute("testBean", testBean);
((com.sun.server.http.HttpServiceResponse)
res).callPage("/IBMWebAS/samples/ATest/atest.jsp",req); "
. I am having my servlet and the bean in the package ATest under
servlets directory.
i have also tried running the .jsp file alone where it itself sets the
property of the bean and gets the property and displays it. This part
is working.
what i am doing now is instead of the .jsp page itself setting the
property a different servlet is setting the property and then .jsp page
gets the bean property and displays it.
When i am doing this i get the following run time error message
" Servlet generated by page compilation reported
com.ibm.servlet.engine.SEInvokerException exception with the message :
pagecompile._IBMWebAS._samples._ATest._atest_xjsp: Wrong name "
Any idea guys. hope you guys understand what i meant!
regards
M.Ashok
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".