If you put "java" onto the value stack, and it 
remains unchanged when you retrieve it from the
value stack, that's expected.  If you want java
in bold tags, put it in bold tags.  

Regarding the normal JSP behavior you cited: 
that's a mystery.  Scripting variables don't 
magically just decide to surround themselves 
with bold tags.  ;)


> -----Original Message-----
> From: samsun [mailto:greg.zh...@barcap.com] 
> Sent: Tuesday, October 06, 2009 12:26 PM
> To: user@struts.apache.org
> Subject: Re: iterator tag: how to interpret the property 
> value which are html
> 
> 
> i got 
> < b > java  < / b> 
> 
> back
> 
> 
> samsun wrote:
> > 
> > I would like put my question simply like this:
> > 
> > in jsp,
> > 
> > <%! String test="java"; %>
> > <%=test%>
> > i got bold Java  
> > 
> > try to have same thing from struts2 
> > 
> > <s:set name="test" value="%{'java'}"> 
> > <s:property value="#test" />  i got
> > java back,which is not what i want
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > samsun wrote:
> >> 
> >> 
> >> 
> >> samsun wrote:
> >>> 
> >>> I have to iterate thru a list of strings, some of the 
> string element
> >>> include html tag
> >>> like &lt;b>Copmany Names:&lt;/b>   it print out litterlly 
> like this
> >>>  Copmany Names:, not the bolded word Company Names:
> >>> 
> >>> here is what the iterate tag look like
> >>> <s:iterator value="CompanyNames" status="stat">
> >>>   <tr>
> >>>   <td><s:property /> <br>
> >>>   </td>
> >>>   </tr>
> >>> </s:iterator>
> >>> 
> >>> btw, the CompanyNames is getting from other application's 
> database, all
> >>> the html tags are mixed in beyond
> >>> my control, so have to display what is there.
> >>> 
> >>> 
> >>> Thanks
> >>> Sam
> >>> 
> >>>     
> >>> 
> >> 
> >> 
> > 
> > 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/iterator-tag%3A-how-to-interpret-the-pro
perty-value-which-are-html-tp25769502p25772037.html
> Sent from the Struts - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 
Notice:  This e-mail message, together with any attachments, contains
information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station,
New Jersey, USA 08889), and/or its affiliates (which may be known
outside the United States as Merck Frosst, Merck Sharp & Dohme or
MSD and in Japan, as Banyu - direct contact information for affiliates is
available at http://www.merck.com/contact/contacts.html) that may be
confidential, proprietary copyrighted and/or legally privileged. It is
intended solely for the use of the individual or entity named on this
message. If you are not the intended recipient, and have received this
message in error, please notify us immediately by reply e-mail and
then delete it from your system.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to