Accessing DynaActionForm fields within custom tag

2003-03-12 Thread Ian Hunter
I have a form where the submit button is supposed to say add login or update login depending on if the user in question (based on field fkMember) already exists in the login database. I have tags called HasLogin and HasNoLogin that take an integer parameter, and return whether or not the

Re: Accessing DynaActionForm fields within custom tag

2003-03-12 Thread Dan Tran
] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 5:51 PM Subject: Accessing DynaActionForm fields within custom tag I have a form where the submit button is supposed to say add login or update login depending on if the user in question (based on field fkMember

Re: Accessing DynaActionForm fields within custom tag

2003-03-12 Thread Ian Hunter
-el:form - Original Message - From: Ian Hunter [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 5:51 PM Subject: Accessing DynaActionForm fields within custom tag I have a form where the submit button is supposed to say add login

Re: Accessing DynaActionForm fields within custom tag

2003-03-12 Thread Dan Tran
to advocate -Dan - Original Message - From: Ian Hunter [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 6:26 PM Subject: Re: Accessing DynaActionForm fields within custom tag Looks neat, but I'd rather have two lines of kludgy code