RE: New to Struts and stuck already...

2002-01-09 Thread Mike Ashamalla
Kevin, I'm also relatively new to struts, however, this looks like something I've encountered before. I saw the same (or a similar error message) whenever my form tags weren't properly enclosed in html:form action=/MyServlet.do ... /html:form. HTH Thank You, Mike Ashamalla, CEBS VistaXtreme

RE: strut help

2001-12-10 Thread Mike Ashamalla
I've used DispatchAction successfully to process multiple actions. You can find out more about DispatchAction here: http://jakarta.apache.org/struts/api-1.0/org/apache/struts/actions/DispatchA ction.html Thank You, Mike Ashamalla, CEBS VistaXtreme [EMAIL PROTECTED] -Original Message

RE: Indexed tags iterate tag problems

2001-12-05 Thread Mike Ashamalla
code - first thing to check is capitalization of your EmploymentInfoField - it must have a small 'e' - lots of messages about bean naming scheme in list, eg http://www.mail-archive.com/struts-user@jakarta.apache.org/msg04762.html. Cheers, Dave Mike Ashamalla [EMAIL PROTECTED] on 12/04/2001 03

Indexed tags

2001-12-03 Thread Mike Ashamalla
or not value has changed. * * @return String */ public boolean getValueHasChanged() { return valueChanged; } } *** Thank You, Mike Ashamalla, CEBS VistaXtreme [EMAIL PROTECTED