Joe Hertz wrote:
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 :-)
And if you think that's cool, wait until you try <h:dataTable> ... think
"displaytag with input fields in the table" ...
-Joe
Craig
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]