|
|
|
JSP Tutorials
|
JSTL
If you have written some code which you think that it can invoke a error, and still you are confident that you can recover from that solution by yourself. Then then is one tag provided to you that is which is one of the tag of core action librar
View Rating |
|
|
JSP Tutorials
|
Catching Exception usin c: catch
If you have written some code which you think that it can invoke a error, and still you are confident that you can recover from that solution by yourself. Then then is one tag provided to you that is which is one of the tag of core action librar
View Rating |
|
|
JSP Tutorials
|
Catch an Exception using EL
In this example we are going to catch an exception by using the EL. We can't prevent errors, but of course we can give the user a friendlier error response page. Instead of giving any error codes we should try to show some friendly messages.
View Rating |
|
|
JSP Tutorials
|
JSTL: Removing Session Attribute
In this example we are going to remove the session attribute which we have set in the session. For this we are going to use the core action library, so we need to use the jstl core library provided by the Sun MicroSystems in our example.
View Rating |
|
|