aspose file tools
The moose likes JSF and the fly likes Change order of validator and converter Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Change order of validator and converter" Watch "Change order of validator and converter" New topic
Author

Change order of validator and converter

Marco Barenkamp
Ranch Hand

Joined: Aug 27, 2001
Posts: 94
Hi,

is there any possibility to change the process order of a customer converter and a custom validator.
In my case, the converter converts a value and after that the value is validated. I need it the other way around.

Any ideas?


Marco Barenkamp<br />_ _ _ _ _ ________________________ _ _ _ _ _ <br />L M I N T E R N E T S E R V I C E S AG<br /> <br />Head of Software Development<br /> <br /> <br />BEA Certified Enterprise Developer<br />Sun Certified Programmer for the Java2 Platform<br />Sun Certified Web Component Developer for the Java2 Platform<br />Sun Certified Developer for the Java 2 Platform <br />Sun Certified Business Component Developer for the Java 2 Platform <br />Sun Certified Enterprise Architect for the Java 2 Platform Enterprise Edition<br /> <br />LMIS AG
Rajeev Ravindran
Ranch Hand

Joined: Aug 27, 2002
Posts: 455
write a custom converter and call the validator from within your converter. maybe this is a stupid suggestion

Thanks,


SCJP, SCWCD, SCBCD, Oracle Certified Professional (SQL n PL/SQL)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Change order of validator and converter
 
Similar Threads
Calendar Converter and Validator
JSF+Spring+Hibernate Session Problem
Struts 2 Validation
a4j:support inputtext
Custom validator error