I am working on eclipse kepler,
JSF 2.2 with PrimeFaces 4.0 / Mojarra 2.2 library.
actually there are 2 Problems:
-
I still get this server message no matter what I do.
(( javax.el.PropertyNotFoundException: /Order.xhtml @28,76 value="#{kk.refugee.id}": Target Unreachable, 'refugee' returned null))
and if I delete the input text puls the hidden, the message keeps pop up for 'material' selectOneMenu.
-
I have no chance to examin : ((is this javascript code correct, to copy the value of one component to the other.))
these are my xhtml file and
java calsses.
thank you in advanced.
**kk.java**
-----------
RefugeeMan.java
---------------
Order.xhtml
-----------