Why are you trying to avoid the logic taglib?  If there's not much left from it that 
you use, then so be it.  You use what you need and leave the rest.  If you use the 
Struts-EL version, there's not much left in it in the first place.

You'll find that directly referencing most (all?) of the Struts data structures 
through JSTL will be somewhat painful.  Many of them are identified with somewhat long 
dot-separated names, which makes it necessary to reference them explicitly through the 
"scope map" (sessionScope, requestScope, etc.).

-----Original Message-----
From: Axel Wilhelm Berle [mailto:[EMAIL PROTECTED] 
Sent: Saturday, January 31, 2004 1:04 PM
To: [EMAIL PROTECTED]
Subject: Detect messages with Jstl


Hi everybody!

I am experimenting with the <html:messages> tags of
Struts 1.1. My problem is that I need to discover if
there are any messages. Of course, there is the <logic:messagesPresent> tag, but I am 
trying to avoid the logic tag library. So my question is: What would be the elegant 
way to discover the presence of messages using the jstl core taglib?

Thanks in advance!

Axel



=====
Axel Wilhelm Berle

e-mail: [EMAIL PROTECTED]
Tel: (office) +55 16 618.0090
     (mobile) +55 16 9964.6343


        
                
Mit schönen Grüßen von Yahoo! Mail - http://mail.yahoo.de

---------------------------------------------------------------------
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]

Reply via email to