This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: A bug with action attribute on Seam button ?damianharvey.damianharvey.gmail.com Mar 28, 2008 3:22 PM (in response to chawax)It's such a well known issue/feature that it's become something of a meme in this forum. The short answer is that when using s:link or s:button inside iterative components, you can't pass method parameters unless the list that you are iterating has been annotated with @DataModel. The long answer is to do a search on @DataModel and s:link and read section 32.1.2. Limitations and Hints of the docs. Cheers, Damian. 
- 
        2. Re: A bug with action attribute on Seam button ?chawax Mar 28, 2008 3:39 PM (in response to chawax)Shame on me ... I had not seen I was reading an old Seam documentation with no part about JBoss EL. As you said, everything is explained in the lastest one ! Thanks a lot for your help, Olivier 
 
    