Re: iterator tag: how to interpret the property value which are html

2009-10-06 Thread samsun
lue 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 >&g

Re: iterator tag: how to interpret the property value which are html

2009-10-06 Thread Musachy Barroso
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

RE: iterator tag: how to interpret the property value which are html

2009-10-06 Thread samsun
gt; 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 >> >>

RE: iterator tag: how to interpret the property value which are html

2009-10-06 Thread Kawczynski, David
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 >

Re: iterator tag: how to interpret the property value which are html

2009-10-06 Thread samsun
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 > > > i got > java back,which is not what i want > > > > > > > >

Re: iterator tag: how to interpret the property value which are html

2009-10-06 Thread Musachy Barroso
hint: check the documentation of the "property" tag On Tue, Oct 6, 2009 at 7:12 AM, samsun wrote: > > I have to iterate thru a list of strings, some of the string element include > html tag > like Copmany Names:   it print out litterlly like this >  Copmany Names:, not the bolded word Comp

Re: iterator tag: how to interpret the property value which are html

2009-10-06 Thread samsun
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 i got java back,which is not what i want samsun wrote: > > > > samsun wrote: >> >> I have to iterate thru a list of string

Re: iterator tag: how to interpret the property value which are html

2009-10-06 Thread samsun
samsun wrote: > > I have to iterate thru a list of strings, some of the string element > include html tag > like Copmany Names: it print out litterlly like this > Copmany Names:, not the bolded word Company Names: > > here is what the iterate tag look like > > > >