try:

 #attr.primitivo.codSubLink

musachy

On 8/15/07, Pedro Herrera <[EMAIL PROTECTED]> wrote:
>
> I´m changing my app to dont use {$, but I found a problem. I´m using
> displayTag and the code is :
>
>
> this codes works is struts 2.0.9 (s:checkbox)
> ----------------
> <dt:table name="listagem" pagesize="15" id="primitivo">
>    <dt:column>
>         <s:checkbox name="sel"  fieldValue="${primitivo.codSubLink}" 
> ></s:checkbox>
>    </dt:column>
>    <dt:column property="codLink.description" title="Link" ></dt:column>
>
> </dt:table>
>
> -----------------
> changing to
> <s:checkbox name="sel"  fieldValue="primitivo.codSubLink" ></s:checkbox>
> or
> <s:checkbox name="sel"  fieldValue="codSubLink" ></s:checkbox>
>
> doesn´t work . could you help me ?
>
> Herrera
>
>
>
> James Holmes-2 wrote:
> >
> > I believe this is related to a security issue that Don Brown is working to
> > resolve. See these links:
> >
> > http://www.nabble.com/-s2--Possible-security-issue-when-using-JSP-FreeMarker-EL-in-Struts-tags-tf4259754.html
> > https://issues.apache.org/struts/browse/WW-2107
> >
> > James
> >
> >
> > On Wed Aug 15 12:10 , Pedro Herrera <[EMAIL PROTECTED]> sent:
> >
> >>
> >>In my tests is occurring the following error :
> >>
> >> ...
> >>According to TLD or attribute directive in tag file, attribute href does
> not
> >>accept any expressions
> >> ...
> >>
> >>the code  :
> >>
> >>
> >>      Go Item
> >>
> >>
> >>In this new release in not permited expressions in 'a' tag ? why ?
> >>
> >>Herrera
> >>
> >>Thanks
> >>
> >>
> >>
> >>--
> >>View this message in context:
> > http://www.nabble.com/error-testing-struts-2.0.10-snapshot-%28s%3Aa-tag%29-tf4274046.html#a12165012
> >>Sent from the Struts - Dev mailing list archive at Nabble.com.
> >>
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
> --
> View this message in context: 
> http://www.nabble.com/Re%3A-error-testing-struts-2.0.10-snapshot-%28s%3Aa-tag%29-tf4274109.html#a12169015
> Sent from the Struts - Dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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

Reply via email to