this isn't what i want to do though....

i want to use a message in the ApplicationResources file to use as comparison.  sort 
of a configuration parameter....  any way around it?

-----Original Message-----
From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 20, 2002 9:39 AM
To: 'Struts Users Mailing List'
Subject: RE: message checking


Instead of using <bean:message> use a scriptlet:

<logic:equal parameter="<%= session.getAtribute("key") %>" value="true">
  You guessed right! You win an auomatic avocado peeler!
</logic:equal>

Mark

-----Original Message-----
From: Mark Silva [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 20, 2002 12:03 PM

i think your visualization/interpretation of one will do it more justice
than i can in words ;-)

so whats the technique for doing this?

thanks,
mark

-----Original Message-----
From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 20, 2002 4:57 AM

Yes, but first, what is an "auomatic" avocado peeler?  Sounds like some kind
of Lisp debugger.

Mark

-----Original Message-----
From: Mark Silva [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 19, 2002 6:53 PM

is is possible to check for the existence of a message in my page, and then
output some html if it is there?  or if it is equal to something.  i am
looking to do something like this, (although this code doesn't seem to work)

<logic:equal parameter="<bean:message key="isThisTheRightValue"/>"
value="true">
  You guessed right! You win an auomatic avocado peeler!
</logic:equal>

thanks,
mark

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to