| Author |
Curious problem with JSF - web bean doesn’t get invoked until the second submit click
|
al maak
Greenhorn
Joined: Jul 12, 2010
Posts: 1
|
|
Hi,
I'm having a simple form on which I want to check some basic functions - edit, delete, add. The web bean (supplier) has 4-5 attributes - id, name, surname and comment. After I load the view, I can invoke some web bean methods like add, delete and stuff. I use a simple commandButton as a submit component:
My problem is, the method doesn't get invoked on the first submit click, but after it. On the first click the page simply gets reloaded. What would the problem be here?
Thanks, al
|
 |
Shasi Mitra
Ranch Hand
Joined: Nov 27, 2008
Posts: 101
|
|
|
Hi - If you are using earlier versions of JSF, enclose the html tags in <f:verbatim/>. Is your commandButton there inside any panelgrid or group which is rendered based on any condition? Try putting supplierWB in session scope and check if it is working..
|
 |
 |
|
|
subject: Curious problem with JSF - web bean doesn’t get invoked until the second submit click
|
|
|