error testing struts 2.0.10 snapshot (s:a tag)

2007-08-15 Thread Pedro Herrera
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 : s:a href=portal!showContent.action?linkId=${codSubLinkContent} Go Item /s:a In this new release in not permited

Re: error testing struts 2.0.10 snapshot (s:a tag)

2007-08-15 Thread James Holmes
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

Re: error testing struts 2.0.10 snapshot (s:a tag)

2007-08-15 Thread Pedro Herrera
hu... makes sense... I´ll need to test my applicatin with more attention now, to prevent this feature Thanks . James Holmes-2 wrote: I believe this is related to a security issue that Don Brown is working to resolve. See these links:

Re: error testing struts 2.0.10 snapshot (s:a tag)

2007-08-15 Thread Pedro Herrera
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}

Re: error testing struts 2.0.10 snapshot (s:a tag)

2007-08-15 Thread Pedro Herrera
thanks so much ! fieldValue=%{#attr.primitivo.codSubLink} Herrera Musachy Barroso wrote: 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

Re: error testing struts 2.0.10 snapshot (s:a tag)

2007-08-15 Thread Musachy Barroso
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