These tags don't belong in struts-html because they don't generate any HTML-speicifc output -- they are perfectly usable when you are generating WML, for example. It's fine to consider a new library for HTML-independent output, but I'm -1 on dumping them into struts-html simply because they are Struts specific.
It's not simply because they are Struts specific. It's because they relate to operations associated with HTML pages.
For example, I can create a redirect with a HTML page by doing this:
<html> <head> <META HTTP-EQUIV="Refresh" CONTENT="0;URL=./Welcome.do"> </head> <body> </body> </html>
Our redirect tag is the functional equivalent. There's not an equivalent for the forward tag, but the forward tag should be kept with the redirect tag.
Coincidentally, this also puts all the Struts specific tags in one library, but that's just icing.
-Ted.
-- Ted Husted, Struts in Action <http://husted.com/struts/book.html>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]