You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Shamdasani Nimmi-ANS004 <AN...@motorola.com> on 2001/02/12 22:57:38 UTC

input form with indexed properties

Hi,

Is any solution to handling an input form with data in a table form (i.e. multiple rows of same kind of data) on Struts horizon in the near future? 

Also If anyone has worked with such a form and have an example to share I will really appreciate it. Thanks

-Nimmi


RE: Problems Converting from .5 to 1.0

Posted by Stefan Winz <sa...@gti.net>.
Yes, i had a similar problem for an action link that populates the instance
variables off a form from beans stored in the session.  I was using the name
attribute in the action mapping so that it would save the name of the form
that it set up.

I didn't really investigate, but I assume that the action assumes that this
form already exists by the time it gets to action.perform().

I made the name of the setup form a property off the Action instead and
removed the name attribute altogether.  That worked.

Hope this helps.

> -----Original Message-----
> From: struts-user-return-4492-saw=gti.net@jakarta.apache.org
> [mailto:struts-user-return-4492-saw=gti.net@jakarta.apache.org]On Behalf
> Of David J Snowsill
> Sent: Monday, February 12, 2001 5:54 PM
> To: struts-user@jakarta.apache.org
> Subject: Problems Converting from .5 to 1.0
>
>
> Hi All,
>
> I am currently migrating our Struts .5 based application to Struts 1.0.
> After making what appears to be all the required changes I am having
> problems clicking on links that refer to a Struts Action. The
> error message
> appearing in the tomcat console is
>
> 2001-02-13 09:45:12 - Ctx( /aquaQP ): 500 R( /aquaQP +
> /showLogin.do + null)
> No action instance for path /showLogin could be created
>
> Any ideas?
>
> Regards
>
> David Snowsill
>
>
>
>


Problems Converting from .5 to 1.0

Posted by David J Snowsill <da...@calibreft.com.au>.
Hi All,

I am currently migrating our Struts .5 based application to Struts 1.0.
After making what appears to be all the required changes I am having
problems clicking on links that refer to a Struts Action. The error message
appearing in the tomcat console is

2001-02-13 09:45:12 - Ctx( /aquaQP ): 500 R( /aquaQP + /showLogin.do + null)
No action instance for path /showLogin could be created

Any ideas?

Regards

David Snowsill




Re: input form with indexed properties

Posted by Maya Muchnik <mm...@pumatech.com>.
I think, the original struts-example has a multiple rows form for "Current Subscriptions".

Shamdasani Nimmi-ANS004 wrote:

> Hi,
>
> Is any solution to handling an input form with data in a table form (i.e. multiple rows of same kind of data) on Struts horizon in the near future?
>
> Also If anyone has worked with such a form and have an example to share I will really appreciate it. Thanks
>
> -Nimmi