| Author |
action is not going to facesconfig.xml from login page
|
Babu kalagara
Greenhorn
Joined: Jul 28, 2006
Posts: 11
|
|
Hi All, I have a login page with text box and command buttton. After clicking the button it is not navigating to the page which I wanted.I would appreciate if you have any answers fore this problem Thank you, Babu
|
 |
Eugene Abarquez
Ranch Hand
Joined: May 18, 2006
Posts: 211
|
|
I suggest you use method binding. Like so: In your bean add thius method: public String clickSearch(){ }
|
There's so much to learn in this industry, and not everybody has the necessary interest.
|
 |
Eugene Abarquez
Ranch Hand
Joined: May 18, 2006
Posts: 211
|
|
I suggest you use method binding. Like so: In your bean add this method: Then modify your faces-config.xml to bind the method you just added: In your jsp page, change the commandButton:
|
 |
 |
|
|
subject: action is not going to facesconfig.xml from login page
|
|
|