Re: dinamically parameters

2008-04-16 Thread Antonio Petrelli
mille > > > Daniele > > > > -- Initial Header --- > > From : "Antonio Petrelli" [EMAIL PROTECTED] > > To : "Struts Users Mailing List" user@struts.apache.org > Cc : > Date : Wed, 16 Apr 2008 16:43:40 +02

Re: dinamically parameters

2008-04-16 Thread [EMAIL PROTECTED]
e dovrà mostrare le news simili. Grazie mille Daniele -- Initial Header --- >From : "Antonio Petrelli" [EMAIL PROTECTED] To : "Struts Users Mailing List" user@struts.apache.org Cc : Date : Wed, 16 Apr 2008 16:43:40 +0200 Subject

Re: dinamically parameters

2008-04-16 Thread Antonio Petrelli
2008/4/16, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > I have an Object List of objects News and when a user click on a link of the > interfece i have to pass this parameter to the correspondent action. > But this parameter is setted only at run time, so i have to pass it > dinamically. > > Can I

dinamically parameters

2008-04-16 Thread [EMAIL PROTECTED]
I have an Object List of objects News and when a user click on a link of the interfece i have to pass this parameter to the correspondent action. But this parameter is setted only at run time, so i have to pass it dinamically. Can I pass an Object list to an other action??? How I can do It??? I'