Re: Custom attribute on

2004-04-10 Thread Curtis Taylor
or. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Fri 4/9/2004 3:55 PM To: Struts Users Mailing List Subject: Re: Custom attribute on Are you trying to map your text field to a database column? -- James Mitchell Software Engineer / Open Source Evangelist EdgeTe

RE: Custom attribute on

2004-04-10 Thread Igor Antonacci
use Struts features on server-side, I'd like to put together with datafld. Have you any solution ? Thanks, Igor. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Fri 4/9/2004 3:55 PM To: Struts Users Mailing List Subject: Re: Custom attribute on Are you try

Re: Custom attribute on

2004-04-09 Thread James Mitchell
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 09, 2004 9:49 AM Subject: Custom attribute on Hi All, again with an issue :). I'd like to put a new (non-standard) attribute on tag. Whenever I try, Struts raise an error saying there's no setter method for that attribute.

Custom attribute on

2004-04-09 Thread Igor Antonacci
Hi All, again with an issue :). I'd like to put a new (non-standard) attribute on tag. Whenever I try, Struts raise an error saying there's no setter method for that attribute. Here an example: The "datafld" attribute is used just on client-side (on resulting tag). Is there any solution