[jboss-user] [JBoss Seam] - Re: Who uses EntityHome objects?

baz do-not-reply at jboss.com
Thu Feb 8 03:27:00 EST 2007


Finally i got it. <pages>
  |    <page view-id="/search.xhtml">
  |           <param name="accountId" value="#{accountHome.id}" converterId="javax.faces.Long" />
  |    </page>
  | </pages>
  | 
This means that the value of the accountId parameter will be set to the Id of accountHome. This part was not obvious to me.:-(
And The value of the accountHome id will be remembered in the parameter. This comes out very clearly from the docs.
Ciao,
Carsten

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

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



More information about the jboss-user mailing list