Try 
<logic:equals bean="po" scope="request" value="open"> ... </logic:equals>
<logic:equals bean="po" scope="request" value="close"> ... </logic:equals>

> -----Original Message-----
> From: SrinivasaReddy [mailto:[EMAIL PROTECTED]
> Sent: Saturday, September 02, 2006 3:30 PM
> To: user@struts.apache.org
> Subject: Checking the request attribute by using the Struts tags in the
> next jsp page..
> 
> Hi..,
> 
> I am setting the po values in links as
> http://<utl>:8080/ApplicationName/viewPO.do?po=open
> 
> http://<utl>:8080/ApplicationName/viewPO.do?po=close
> 
> in the display page, if po=open i should display some test, otherwise
> po=close i should display someother text.
> 
> i should check this po value by using struts tags (ie by using logic
> tags).... not request.getAttributer()...etc
> 
> 
> 
> Regards
> Srinivasa Reddy



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

Reply via email to