| Author |
Jstl tag equivalent to html:error tag in struts
|
A Kumar
Ranch Hand
Joined: Jul 04, 2004
Posts: 973
|
|
Hi, Is there any jstl tag equivalent to <html:error> in struts..to display the error messages.. Regards
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56528
|
|
Since that tag expects Struts-specific classes to be present, then no, not directly. How could there be? Though it would be easy to use the JSTL to display error messages placed as scoped variables just like you would use it to display any other type of data. [ June 11, 2006: Message edited by: Bear Bibeault ]
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
A Kumar
Ranch Hand
Joined: Jul 04, 2004
Posts: 973
|
|
we made use of struts tags for the display of the error messages and for the rest of the application we made use of JSTL tags.... but can we make use of JStl tags for the same.. Is it in the core tags... Regards
|
 |
 |
|
|
subject: Jstl tag equivalent to html:error tag in struts
|
|
|