| Author |
what if jspbean creates an exception
|
ajay vasudevan
Greenhorn
Joined: Apr 23, 2005
Posts: 21
|
|
dear all, consider the scenario. i haf a jsp page with a script <html> <jsp:useBean id = 'myClass' class='Class1' scope='request'/> <% %> <jsp:setProperty name='myClass' property='I' value>
|
 |
John Ip
Ranch Hand
Joined: Mar 04, 2004
Posts: 45
|
|
|
I think you will see a stacktrace from your server in your browser.
|
 |
 |
|
|
subject: what if jspbean creates an exception
|
|
|