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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...