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

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, h:commandButton value=#{text['button.save']} action=#{buildForm.save} styleClass=button/ but when I click the 'button', nothing happens. Can you please help me how to trouble shoot. I put this line in my

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

Re: How can I debug a MyFace application

2006-11-07 Thread Jeff Bischoff
I debug my myface application. I have this in my page, h:commandButton value=#{text['button.save']} action=#{buildForm.save} styleClass=button/ 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