Well, I'd say that DBForms *is* the tag library exension for Struts -:0)

The focus of Struts is to provide a MVC-style controller that mediates between the presentation pages and the domain and persistence layer. Tags that access the persistence store directly is not something we'd want to put into the Struts distribution, since it bypasses the layers patterns.

Of course, there are people using Struts would would like to do such things, but we generally refer them to the Jakarta Taglibs site :>

The JSTL does have some DB tags built in, so if you wanted to build on that, the place to go would be taglibs. Any general-purpose DB taglib should work fine with Struts.

-Ted.

Lionel Roux wrote:
Is there an existing tag library extention available for Struts 1.1, like in
the DBForms database driven framework?

I'm interesting in developping such a library if not.

Please send me your reaction.

reguards


Lionel




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



--
Ted Husted,
Struts in Action <http://husted.com/struts/book.html>


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

Reply via email to