Re: ValidatorHandler and wire all attributes set to the Validator instance

2010-07-13 Thread Martin Marinschek
Hi guys, interesting idea, Martin. If anything, it should work the same for components and validators - I donĀ“t see why the artifacts should be treated differently. best regards, Martin On Sat, Jul 10, 2010 at 8:37 PM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi Martin, Unfortunately I

Re: ValidatorHandler and wire all attributes set to the Validator instance

2010-07-10 Thread Jakob Korherr
Hi Martin, Unfortunately I think it means only the speced attributes are wired. However it is not really clear, because this would only work on facelets (because on JSP you have to specify all attributes), but f:validator is only described in detail for JSPs in the spec pdf. Maybe you could ask

ValidatorHandler and wire all attributes set to the Validator instance

2010-07-09 Thread Martin Koci
Hi, javadoc for javax.faces.view.facelets.ValidatorHandler contains this sentence: Will wire all attributes set to the Validator instance created/fetched. Based on that one our developer tried this: f:validator binding=#{aValidator} property=#{expression} / Expected result was to put a value