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 :-)
By the way, I don't see many people talking JSF on this list. I mean, it would be grand to see people discussing JSF / Struts issues, so I can get a handle on it before launching myself into it. Do struts people who start using JSF always ditch this list or is JSF so problem-free that nobody ever has any issues? (I'd bet on the former)
Adam -- struts 1.2 + tomcat 5.0.19 + java 1.4.2 Linux 2.4.20 Debian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]