RE: Re: Dynamic from Elements Generation

2005-07-20 Thread raghavendra
Hi Amol Yadwadkar


In u r approach u r not mention how u got data. I mean in logic:iterare
u must give id value i.e u must set exact data format in  any collection
that will work fine. This my simple solution for your given information
-Original Message-
From: Amol Yadwadkar [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 20, 2005 11:31 AM
To: Struts Users Mailing List
Subject: RE: Re: Dynamic from Elements Generation



Hi Laurie,
The Screen details are as follows :-

When the page loads by default it shows one Check Box ,Text Box and
Select Box in one row.

1 > On the top of the page we  have a Select Box which has number count
ranging from 1 to 20.

2 > On selction of the number one shall get that many number of rows
with the above form elements.

My approach :-

I had encorporated the above by using logic:iterate and the count is
deciding the number of iteration ... which is fine but the retrival of
the dynamic generated data is not correct.

Thankx
Best regds,

Amol
 

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper
Sent: Wednesday, July 20, 2005 12:54 AM
To: user@struts.apache.org
Subject: Re: Dynamic from Elements Generation

Amol Yadwadkar wrote:
> Hi List,
> I want to generate Dynamic Form elements in Struts.
> I had achieved by doing  but the issue in that is I am
> not getting the dynamic values while retrieval or after the submission
> of the form. Can anyone suggest me the better way of getting the
dynamic
> form elements in Struts.
> Thankx in advance !!!
> Best regds,
> Amol

Can you provide a little more detail? Relevant parts from your JSP, 
struts-config.xml, form bean and action implementations, etc. would help

see what you're doing wrong.

L.
-- 
Laurie, Open Source advocate, Java geek and novice blogger:
http://www.holoweb.net/laurie


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Re: Dynamic from Elements Generation

2005-07-19 Thread Amol Yadwadkar


Hi Laurie,
The Screen details are as follows :-

When the page loads by default it shows one Check Box ,Text Box and
Select Box in one row.

1 > On the top of the page we  have a Select Box which has number count
ranging from 1 to 20.

2 > On selction of the number one shall get that many number of rows
with the above form elements.

My approach :-

I had encorporated the above by using logic:iterate and the count is
deciding the number of iteration ... which is fine but the retrival of
the dynamic generated data is not correct.

Thankx
Best regds,

Amol
 

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper
Sent: Wednesday, July 20, 2005 12:54 AM
To: user@struts.apache.org
Subject: Re: Dynamic from Elements Generation

Amol Yadwadkar wrote:
> Hi List,
> I want to generate Dynamic Form elements in Struts.
> I had achieved by doing  but the issue in that is I am
> not getting the dynamic values while retrieval or after the submission
> of the form. Can anyone suggest me the better way of getting the
dynamic
> form elements in Struts.
> Thankx in advance !!!
> Best regds,
> Amol

Can you provide a little more detail? Relevant parts from your JSP, 
struts-config.xml, form bean and action implementations, etc. would help

see what you're doing wrong.

L.
-- 
Laurie, Open Source advocate, Java geek and novice blogger:
http://www.holoweb.net/laurie


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Dynamic from Elements Generation

2005-07-19 Thread Laurie Harper

Amol Yadwadkar wrote:

Hi List,
I want to generate Dynamic Form elements in Struts.
I had achieved by doing  but the issue in that is I am
not getting the dynamic values while retrieval or after the submission
of the form. Can anyone suggest me the better way of getting the dynamic
form elements in Struts.
Thankx in advance !!!
Best regds,
Amol


Can you provide a little more detail? Relevant parts from your JSP, 
struts-config.xml, form bean and action implementations, etc. would help 
see what you're doing wrong.


L.
--
Laurie, Open Source advocate, Java geek and novice blogger:
http://www.holoweb.net/laurie


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Dynamic from Elements Generation

2005-07-19 Thread Amol Yadwadkar
Hi List,
I want to generate Dynamic Form elements in Struts.
I had achieved by doing  but the issue in that is I am
not getting the dynamic values while retrieval or after the submission
of the form. Can anyone suggest me the better way of getting the dynamic
form elements in Struts.
Thankx in advance !!!
Best regds,
Amol

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]