RE: Problem Sumitting Struts Form containing a drop down list

2009-11-10 Thread Kawczynski, David
you only have to call details action and render its results AJAX-style. Good luck! > -Original Message- > From: Hanen Ben Rhouma [mailto:hanen...@gmail.com] > Sent: Tuesday, November 10, 2009 10:36 AM > To: Struts Users Mailing List > Subject: Re: Problem Sumitti

Re: Problem Sumitting Struts Form containing a drop down list

2009-11-10 Thread Hanen Ben Rhouma
populate its options from the list in the > >> http request. > >> Make each 's value = the item's change number > >> Make each 's text = the item's description. > >> On the details page, render attributes of the details object (found in > >> the

Re: Problem Sumitting Struts Form containing a drop down list

2009-11-10 Thread Paul Benedict
lem you run into will >> be one that can be described in a clear and concise manner.  Once you >> get this working correctly, you have the building blocks to do more >> advanced things like ajax interactions.  But if you don't have a firm >> grasp on the basics you&

Re: Problem Sumitting Struts Form containing a drop down list

2009-11-10 Thread Hanen Ben Rhouma
gt; grasp on the basics you'll only end up frustrating yourself and wasting > a lot your time. > > Good luck, > -dave > > > > >From: Hanen Ben Rhouma [mailto:hanen...@gmail.com] > Sent: Tuesday, November 10, 2009 4:00 AM &

RE: Problem Sumitting Struts Form containing a drop down list

2009-11-10 Thread Kawczynski, David
, November 10, 2009 4:00 AM To: Struts Users Mailing List Subject: Re: Problem Sumitting Struts Form containing a drop down list Morning, If I give code details, no one will show interest with so much details and with only the descripti

Re: Problem Sumitting Struts Form containing a drop down list

2009-11-10 Thread Paweł Wielgus
our intent you may end up with a good pointer or two. >> :) >> >> > -Original Message- >> > From: Hanen Ben Rhouma [mailto:hanen...@gmail.com] >> > Sent: Monday, November 09, 2009 12:49 PM >> > To: Struts Users Mailing List >> > Subject: Pro

Re: Problem Sumitting Struts Form containing a drop down list

2009-11-10 Thread Hanen Ben Rhouma
om] > > Sent: Monday, November 09, 2009 12:49 PM > > To: Struts Users Mailing List > > Subject: Problem Sumitting Struts Form containing a drop down > > list > > > > Please, I need your help: I've spent more than one week on trying to > figure out how t

RE: Problem Sumitting Struts Form containing a drop down list

2009-11-09 Thread Kawczynski, David
t you may end up with a good pointer or two. :) > -Original Message- > From: Hanen Ben Rhouma [mailto:hanen...@gmail.com] > Sent: Monday, November 09, 2009 12:49 PM > To: Struts Users Mailing List > Subject: Problem Sumitting Struts Form containing a drop down > list &

Problem Sumitting Struts Form containing a drop down list

2009-11-09 Thread Hanen Ben Rhouma
Please, I need your help: I've spent more than one week on trying to figure out how to submit a struts 1 form containing a drop down list (using optionsCollection). The problem is that the items in the optionsCollection refer to the action assigned to the form while I need that same action to submi