Displaying is easy, capturing is not..

2003-07-30 Thread Alawadhi, Mona
Hello Everyone, I wonder if someone can help me with this problem. I would appreciate any smart suggestion. I have a JSP that displays a collection (ValueObject fields) Let's call the collection ABC - it consists of 6 items. I might have more than one ABC collections to display. This can be done

Re: Displaying is easy, capturing is not..

2003-07-30 Thread atta-ur rehman
!!! ATTA - Original Message - From: Alawadhi, Mona [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 10:32 AM Subject: Displaying is easy, capturing is not.. Hello Everyone, I wonder if someone can help me with this problem. I would

RE: Displaying is easy, capturing is not..

2003-07-30 Thread Paananen, Tero
How can I do that using one submit button? Yes, see the discussions about indexed properties this week. That's what they're for. -TPP - This email may contain confidential and privileged material for the sole use of the

RE: Displaying is easy, capturing is not..

2003-07-30 Thread Gandle, Panchasheel
Use Map Backed Beans for that... Panchasheel -Original Message- From: Alawadhi, Mona [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 1:32 PM To: Struts Users Mailing List Subject: Displaying is easy, capturing is not.. Hello Everyone, I wonder if someone can help me

RE: Displaying is easy, capturing is not..

2003-07-30 Thread Yee, Richard K,,DMDCWEST
to a few minutes). -Richard -Original Message- From: atta-ur rehman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 10:50 AM To: Struts Users Mailing List Subject: Re: Displaying is easy, capturing is not.. Hello Mona, is ABC is bean that has six properties that you need to show

RE: Displaying is easy, capturing is not..

2003-07-30 Thread Alawadhi, Mona
Thank you - I am definately considering that. I'll probably limit the user. -Original Message- From: Yee, Richard K,,DMDCWEST [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 2:04 PM To: 'Struts Users Mailing List' Subject: RE: Displaying is easy, capturing is not.. Mona, I

RE: Displaying is easy, capturing is not..

2003-07-30 Thread Yee, Richard K,,DMDCWEST
is easy, capturing is not.. Thank you - I am definately considering that. I'll probably limit the user. -Original Message- From: Yee, Richard K,,DMDCWEST [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 2:04 PM To: 'Struts Users Mailing List' Subject: RE: Displaying is easy

Re: Displaying is easy, capturing is not

2003-07-30 Thread Ajay Patil
Dear Rick, I had implemented the JSP as follows: The top part of JSP shows the search form. The bottom part of JSP shows the results. The logic:present tag is used to show the results (the bottom part is not displayed if the Results bean is NULL) Initially, Results bean is NULL and user will