If you are missing code assist in XHTML pages, try to the change the following project settings:
- Right click on project > Properties
- Choose: Project Facets
- Check and choose the correct version for Dynamic webmodule
- Check and choose the correct version for JavaServer Faces
Comments
I am using JSF 2 and Rich faces 4.2. I have one login page to login (login.xhtml) [hits logincontroller] to my application.
This accepts 3 fields userid, pwd and account #.
Now, if somebody hits a redirect.xhtml, then i want this login page to be bypassed as i would be getting these values from a form with post values.
Now there is more logic in my logincontroller which i want to be executed. so how can i do this ?
Add new comment