File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes SOS big problem with validation phase debugging Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "SOS big problem with validation phase debugging" Watch "SOS big problem with validation phase debugging" New topic
Author

SOS big problem with validation phase debugging

Julien Martin
Ranch Hand

Joined: Apr 24, 2004
Posts: 383
Hello,
I have a form containing several fields and one of the fields prevents the validation of the form and the invoke application and update model values phases are never entered. My question is simple but I have not found any answer to it: how do I know which value is applied during the apply request values phase? I know my form does not pass validation because I see it in the console (I have implemented a phase listener). My second question is as follows: how do I bypass validations altogether for a specific form control?
Note that I use jsp and j2ee 1.4 so I can't use jsf 1.2.
Thanks in advance,
Julien Martin.
 
I agree. Here's the link: http://jrebel.com/download
 
subject: SOS big problem with validation phase debugging
 
Similar Threads
JSF validation components !!
Change Component Style on Validation
about the validation
Can I validate my form using Struts-Portlet framework functionality
IF validation fails THEN execute business logic