| Author |
CommandButton not recognising bean method
|
Alan Smith
Ranch Hand
Joined: Oct 19, 2011
Posts: 150
|
|
Hi,
Can someone give me pointers as to why my command buttons action attribute is not recognising a bean method I give to it?
EDIT: STUPID MISTAKE, GOT IT WORKING!
If I put "result" into the action attribute, it works and forwards to a results.xhtml page. Also, even though it doesn't read the forward method, when I click submit the URL changes from 'http://localhost:8080/JSF/' (default url when I run the app) to 'http://localhost:8080/JSF/faces/index.xhtml' but the result page doesn't show up. Something must be happening if the url is changing though.
Thanks,
Alan
|
 |
 |
|
|
subject: CommandButton not recognising bean method
|
|
|