[jboss-user] [JBoss Seam] - Re: seam converter
m.shinde
do-not-reply at jboss.com
Fri May 18 10:12:58 EDT 2007
Try to define converter into the Faces-Config.xml.
| <converter>
| <converter-id>locationConverter</converter-id>
| <converter-class>LocationConverter</converter-class>
| </converter>
|
And access it by using defined id in JSF page.
Hope it will work.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046825#4046825
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046825
More information about the jboss-user
mailing list