On Tue, 30 Mar 2004, Stefan Bodewig wrote:

> On Tue, 30 Mar 2004, Marin <[EMAIL PROTECTED]> wrote:
>
> > you are looking at the right source
> > (i.e. http://sslext.sourceforge.net/ ).
>
> OK, I've added it to Gump.  The downside is that the current CVS HEAD
> of it doesn't compile
>
>     [javac] 
> /javastuff/gump/struts-sslext/src/org/apache/struts/taglib/html/SecureFormTag.java:204:
>  cannot resolve symbol
>     [javac] symbol  : variable type
>     [javac] location: class org.apache.struts.taglib.html.SecureFormTag
>     [javac]       if (type != null) {
>     [javac]           ^
>     [javac] 
> /javastuff/gump/struts-sslext/src/org/apache/struts/taglib/html/SecureFormTag.java:213:
>  cannot resolve symbol
>     [javac] symbol  : variable type
>     [javac] location: class org.apache.struts.taglib.html.SecureFormTag
>     [javac]                   messages.getMessage("formTag.create", type, 
> e.toString()));
>     [javac]                                                         ^
>
> so velocity-tools will not benefit immediately from this change.
>
> It hasn't compiled since August, I'd say
> <http://cvs.apache.org/viewcvs.cgi/jakarta-struts/src/share/org/apache/struts/taglib/html/FormTag.java?r1=1.54&r2=1.55>.
>
> I'll ping the Struts folks as soon as we have a a first Gump build to
> point them to.

No need. The 'type' attribute was deprecated in August 2002, long before
Struts 1.1 was released, and then removed in August 2003. The sslext
folks had a year to address the deprecation. ;-) See:

http://cvs.apache.org/viewcvs.cgi/jakarta-struts/doc/userGuide/struts-html.xml?rev=1.18&view=markup

We won't be putting this back, so the sslext folks will need to adjust for
the change.

--
Martin Cooper


>
> Stefan
>

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

Reply via email to