Re: How to get the value of combo box of previous page?

2006-02-22 Thread Laurie Harper
The first thing that jumps out is that you have the html:select and the html:options tags bound to the same form bean property (eng_name). That's almost certainly not what you want to do, although I don't think it explains the problem you're asking about. What's the 'action' attribute set to f

Re: How to get the value of combo box of previous page?

2006-02-22 Thread Michael Jouravlev
Try this first: http://wiki.apache.org/struts/StrutsWidgets On 2/22/06, PC Leung <[EMAIL PROTECTED]> wrote: > > > The above line returns blank. Where goes wrong? > > In previous page as below, the combo box has values. > > > > property="eng_name

How to get the value of combo box of previous page?

2006-02-22 Thread PC Leung
The above line returns blank. Where goes wrong? In previous page as below, the combo box has values. struts-config.xml is