[jboss-user] [JBoss Seam] - action=

koatto do-not-reply at jboss.com
Sun Dec 17 17:56:36 EST 2006


i'm trying to set the id of a framework's entityhome object direcly from a link action, but i'm actually getting a wrong EL error.
That's my code:

<h1>List of people</h1>
  | <h:dataTable value="#{people.resultList}" var="p">
  |     <h:column>
  |         <s:link   action="#{personHome.setId(p.id)}" view="/parent.jspx" value="#{p.name} #{p.surname}" propagation="begin">
  |         </s:link>
  |     </h:column>
  | </h:dataTable>


com.sun.facelets.tag.TagAttributeException: /search.jspx @21,125 action="#{personHome.setId(p.id)}" Error Parsing: #{personHome.setId(p.id)}

is this possible? 

Thanks.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994526#3994526

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994526



More information about the jboss-user mailing list