Thanks Mark. I am using Tomcat 5. So is the ${error} notation part of the latest JSP spec?
Dean
Mark Lowe wrote:
I've got by using the appendix to struts in action.
its a bit annoying but there seem no elegant way of drilling action errors but if error is scoped to the request or page then
<c:out value=${error}" />
if you're using tomcat 5 then just
${error} as jsp2 doesn't require the c:out wrappers.
On 30 Mar 2004, at 15:10, Dean A. Hoover wrote:
I am going to experiment with embracing struts-el. Is there any downside to this? Also, I am not currently up on JSTL. How would you recommend learning it? I have seen "JSTL in Action" on the bookshelves. Is that a good book on the subject? One last thing: How do I express <bean:write name="error"/> in JSTL? <c:out ...
Thanks. Dean Hoover
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]