| Author |
bean property not being updated
|
adam smith ii
Greenhorn
Joined: Feb 04, 2010
Posts: 20
|
|
Hello,
JSF is not updating the Managed bean properties when I change a page component. I have a println that shows the getter method is being invoked, but not the setter method. One of the "problem" JSP component is:
it is not updating the bean property. The revelant objects follow.
Thanks for your assistance.
Here is the placeOrders.jsp
The OrderTableBean.java
The placeOrdersController.java
The web.xml
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
|
You're using a raw HTML form and raw HTML submit buttons. That won't work. You have to use the JSF form and commandButton controls.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: bean property not being updated
|
|
|