Re: [ExtVal] Conversion error, JSF 1.1 and ExtVal

2010-01-09 Thread Gerhard Petracek
thx - nice to have a concrete example online! (hint: users should use http instead of https to avoid authentication.) regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/1/9 Rudy

Re: [ExtVal] Conversion error, JSF 1.1 and ExtVal

2010-01-09 Thread Rudy De Busscher
Based on the suggestions of Gerhard, I completed the example and placed it here [1] [1] https://sandbox890.googlecode.com/svn/trunk/examples/conversionException_extval Regards, Rudy De Busscher 2010/1/5 Gerhard Petracek > hi rudy, > > you analyzed it correctly. it isn't the original task of ex

Re: [ExtVal] Conversion error, JSF 1.1 and ExtVal

2010-01-04 Thread Gerhard Petracek
hi rudy, you analyzed it correctly. it isn't the original task of extval but extval definitely is able to help you. to solve your problem you have to implement your own RendererProxy and register it. details/example: you have to create an extval startup-listener and register your proxy. since it

[ExtVal] Conversion error, JSF 1.1 and ExtVal

2010-01-04 Thread Rudy De Busscher
Trying ExtVal with JSF 1.1, I came across following 'issue'. I was playing with the OutputLabel example (see http://os890.googlecode.com/svn/trunk/java/web/jsf/extval/examples/advanced/demo_107) to see how the 'lack' of label attribute in JSF 1.1 can be solved by the ExtVal code. It works very goo