Craig R. McClanahan writes:

> What you're basically asking for is user interface 
> components, instead 
> of simple input fields.  Fortunately, you can have that today with 
> things like JavaServer Faces.  The user interface components 
> there have 
> the ability to automatically register the correct converter 
> when you use 
> a value binding expression to point the component at your 
> model data - 
> if it's an "int" property, the IntegerConverter will get used for you.

I'm not one to adopt a technology until I know what gripe/frustration it will 
fix, or what feature that I need it will provide for me.

That being said, I think you've just impacted my project :-)

-Joe

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to