How can I debug a MyFace application

2006-11-07 Thread ying lcs
Can you please tell me how can I debug my myface application. I have this in my page, but when I click the 'button', nothing happens. Can you please help me how to trouble shoot. I put this line in my page too, but I don't see any error message. Thank you for any help.

Re: How can I debug a MyFace application

2006-11-07 Thread Cagatay Civici
Hello,Facestrace could help to show what is going on with the JSF Lifecycle and more.See this example;http://www.cagataycivici.com/facestrace/ Cagatay CiviciOn 11/7/06, ying lcs <[EMAIL PROTECTED]> wrote: Can you please tell me how can I debug my myface application.I have this in my page,action=""

Re: How can I debug a MyFace application

2006-11-07 Thread Jeff Bischoff
More likely, he just needs an h:messages tag somewhere on the page. :) >> > styleClass="errorMessage" >> /> This won't work - t:message requires a "for" attribute. See [1]. [1] http://myfaces.apache.org/tomahawk/tlddoc/t/message.html Regards, Jeff Bischoff Kenneth L Kurz & Associates, Inc. C

Re: How can I debug a MyFace application

2006-11-13 Thread Thorbjørn Ravn Andersen
ying lcs skrev den 07-11-2006 21:34: but when I click the 'button', nothing happens. Are you sure that all fields in your form passes validation? If not, the action is not invoked but the page redisplayed in order to show the corresponding error messages. The log of the webserver may als