[jboss-user] [JBoss Seam] - Navigating depth in object graph
angelogalvao
do-not-reply at jboss.com
Wed Jul 26 14:24:22 EDT 2006
As always i dont find any example about a true world development...
String, Integer is nice, but where i have a true persistence object graph with
something like Client -> Address -> City ->State and so on...
When a try to save this object graph from a jsf page* i have a javax.faces.el.PropertyNotFoundException: Base is null: ....
*
<h:inputText id="addressNumberInput" value="#{cliente.address.number}"/>
i think that happens because the adddress return null... the Seam, JSF dont instanciates one for me?
What solution you guys can give to me?
Thanks very much!!!
- That why i love ognl null handler of webwork ;-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961098#3961098
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961098
More information about the jboss-user
mailing list