agree that should work...

<s:if test="deploymentVersion != 'All'">
    <s:set name="title" value="%{'Deployment Version is NOT ALL'}"/>
</s:if>
<s:else>
    <s:set name="title" value="%{'Deployment Version is ALL'}"/>
</s:else>

http://struts.apache.org/2.0.11.1/docs/crud-demo-i.html

(another alternative is to push <OGNL> value into a property and then test the 
value of the property)




HTH
Martin 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> Date: Wed, 25 Jun 2008 23:12:44 +0200
> From: [EMAIL PROTECTED]
> To: user@struts.apache.org; [EMAIL PROTECTED]
> Subject: Re: weird problem <s:iterator> tag.
> 
> >   <s:if test="%{deploymentVersion !='All'}">
> 
> Maybe use <s:if/> tag instead?
> http://struts.apache.org/2.1.2/docs/if.html
> 
> 
> Regards
> -- 
> Lukasz
> http://www.lenart.org.pl/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

_________________________________________________________________
The other season of giving begins 6/24/08. Check out the i’m Talkathon.
http://www.imtalkathon.com?source=TXT_EML_WLH_SeasonOfGiving

Reply via email to