We www.3w4u.de have made Project, we used Struts with following extensions. The question is, which one is worth to commit back and not colliding with Strut's main development stream?
Our Extensions:
1) HTPPS support
2) support of forcing absolute or relative URLs, used in html:link, html:form
2) regural expression support in ActionMapping's path, like this:
<action
path = "^/(archive)/(\w+)/(\w+)/$"
type = ".....ArchiveAction"
parameter = "section=$2,subsection=$3"
>...
Then in ArchiveAction request.getAttribute("section") returns group selected.
3) Values substitution in taglib's atributes like attribute="..${myBean.property}.."
Will be implemented in JSP 2.0 but it is nice to have now.
4) bugs or "probably bugs" corrections:
a) bean:size returns 0 if bean is null - was NullPointerException
b) logic:empty returns true if bean is null - was NullPointerException
c) html:errors show errors in case of HTTP redirection too - in this case messages were lost
-- best regards,
Radoslaw Wisniewski
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
