C. Grobmeier wrote:
i am writing a taglib at the moment for renderering a html calendar,
similar to the commercial: http://www.servletsuite.com/servlets/caltag.htm

I would like to contribute it to the struts taglib project. Are you
interested in such a taglib? I was curious that nobody has written this
before.

I think one of the issues with Struts forms is that it isn't really practical to define properties of an ActionForm of a type other than java.lang.String, though it would be convenient to not have to parse or cast form input values before handing off to a "business layer." If your calendar tag fit neatly into the html:form, uh, suite (for lack of a better word), and supported java.util.Date or java.sql.Timestamp ActionForm property types, then maybe it's an addition. I think one of the things that Struts doesn't do at the moment is directly provide rich user interfaces. That maybe the domain of JSF and Shale. Just a thought.

-Dave

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

Reply via email to