[jboss-user] [JBoss Seam] - Re: sending a class threw page parameters
pete.muir@jboss.org
do-not-reply at jboss.com
Tue Jun 26 14:54:46 EDT 2007
You can't use the EntityConverter like that in pages.xml. Try something like
<param name="typecolId" value="#{colList.col.typecol.id}" />
Or write a custom converter that knows how to deal with a typecol object.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057847#4057847
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057847
More information about the jboss-user
mailing list