RE: Header for errors (no HTML in the .properties file)

2004-03-06 Thread Karr, David
I think that would be requestScope, not request. Someday someone's going to write a TLV for development that throws an exception if any symbol referenced in an EL expression doesn't exist (I'm not even sure that algorithm would have caught your error, though). -Original Message- From:

Re: Header for errors (no HTML in the .properties file)

2004-03-05 Thread Hubert Rabago
Check the logic:messagesPresent and logic:messagesNotPresent and see if they do the trick for you. - Hubert --- Wendy Smoak [EMAIL PROTECTED] wrote: I'm using this to display errors: div class=error ul html-el:messages id=msg message=false lic:out value=${msg}//li

RE: Header for errors (no HTML in the .properties file)

2004-03-05 Thread Wendy Smoak
From: Hubert Rabago [mailto:[EMAIL PROTECTED] Check the logic:messagesPresent and logic:messagesNotPresent and see if they do the trick for you. Yes, logic-el:messagesPresent did the trick. Thanks! But I still think it should be possible with JSTL... -- Wendy Smoak Application Systems

Re: Header for errors (no HTML in the .properties file)

2004-03-05 Thread Niall Pemberton
I haven't used it, but html:messages has a header and footer attribute where you can specify a resource key. Niall - Original Message - From: Wendy Smoak [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, March 05, 2004 10:37 PM Subject: Header for errors