Re: Error in JSP when using DynaActionForm / apologies, problem solved

2004-01-07 Thread Sheldon Hearn
On (2003/12/23 13:57), Marco Mistroni wrote: > Sorry that I bothered the list with my spam. > I found the problem..in the struts config I was still associating > The old MyForm bean to the new action created 'AliasMaintenanceAction' I have the same problem, but I can't spot my misconfigurat

RE: Error in JSP when using DynaActionForm / apologies, problem solved

2003-12-23 Thread Marco Mistroni
Hi all, Sorry that I bothered the list with my spam. I found the problem..in the struts config I was still associating The old MyForm bean to the new action created 'AliasMaintenanceAction' So whenever, in my aliasMaintenance.jsp, I was using the tag the page assumed that the form to b

RE: Error in JSP when using DynaActionForm

2003-12-23 Thread Marco Mistroni
nores completely that I am using a DynaActionForm now (productAliasForm is a DynaActionForm).. regards marco -Original Message- From: Nigel Vivian [mailto:[EMAIL PROTECTED] Sent: 23 December 2003 12:17 To: 'Struts Users Mailing List' Subject: RE: Error in J

RE: Error in JSP when using DynaActionForm

2003-12-23 Thread Marco Mistroni
any clues ? ;-( regards marco -Original Message- From: Nigel Vivian [mailto:[EMAIL PROTECTED] Sent: 23 December 2003 12:17 To: 'Struts Users Mailing List&#x

RE: Error in JSP when using DynaActionForm

2003-12-23 Thread Nigel Vivian
Hi Marco Is it trying to compile "AliasMaintenance.jsp" as the error message says or is it a typo? As coded the action you've described should forward to another jsp --> "productMaintenance.jsp If its not this, then I think the list might need a fragment of your jsp code as well -Original M

Re: Error in JSP when using DynaActionForm

2003-12-23 Thread Mark Lowe
Its actually expecting theForm.get("aliasRef"); and theForm.set("aliasRef","foo"); but this shouldn't make any difference in the jsp as getAliasRef() and get("aliasRef").. are the same thing in the jsp (well in terms of the jsp one uses to access the properties.) Cheers Mark On 23 Dec 2003,