RE: struts design problem, need some advice.

2002-06-26 Thread Chris Hardin
lease. >From: "Arik Levin ( Tikal )" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> >Subject: RE: struts design problem, need some advice. >Date: W

RE: struts design problem, need some advice.

2002-06-26 Thread Arik Levin ( Tikal )
: Wednesday, June 26, 2002 2:51 PM To: Struts Users Mailing List Subject: Re: struts design problem, need some advice. The Struts tags already support the Java events as attributes, along with all the 4.01 attributes in the official specification. http://jakarta.apache.org/struts/doc-1.0.2/api/org/apache

Re: struts design problem, need some advice.

2002-06-26 Thread Ted Husted
The Struts tags already support the Java events as attributes, along with all the 4.01 attributes in the official specification. http://jakarta.apache.org/struts/doc-1.0.2/api/org/apache/struts/taglib/html/package-summary.html#package_description -- Ted Husted, Husted dot Com, Fairport NY US --

struts design problem, need some advice.

2002-06-26 Thread Arik Levin ( Tikal )
I run into some design issue, which I think is false. I'll explain by this example: I have this html form which I need to use onkeypress event attribute, so I have tried to extends struts's FormTag and add this attribut