Hi Jorge-
Welcome to Facelets! I'm sure that we'll be able to get you through your current issue.
First, I would make sure that you have <h:messages showDetail="true" /> defined on your login page. There might be a validation/model update problem that isn't being displayed.
Secondly, I would make sure that you have the facelets.DEVELOPMENT parameter defined in your web.xml:
<context-param>
<param-name>facelets.DEVELOPMENT</param-name>
<param-value>true</param-value>
</context-param>
Often that will ensure you get a good error message.
If those don't work, are you sure your action method is being invoked? Perhaps you could send the details of your login page so we can ensure that everything looks okay.
I hope that helps.
Adam Brod
Product Development Team
| Jorge Vásquez <[EMAIL PROTECTED]>
07/26/2006 02:07 PM
|
|
Greetings to all,
Alter having many problems with JSP+JSF I decided to give it a try with Facelets. Everything started fine, my login page appeared on screen and I was starting to get excited but unfortunately in our profession excitement doesn´t lasts much and I am getting problems with navigation where I get no message at all, no log, etc. I followed the application in debug mode and after clicking the submit button it went to the corresponding action method in the managed bean and reached the end and returned the respective String which in the faces-config is mapped to another page but nothing happens and the same page is reloaded with no message at all. Here I confess that I am completely lost, how can I debug this? Has anyone had a similar problem with MyFaces+Facelets?
Regards,
JV
Disclaimer: This electronic mail and any attachments are confidential and may be privileged. If you are not the intended recipient, please notify the sender immediately by replying to this email, and destroy all copies of this email and any attachments. Thank you.

