Re: Populating drop-downs

2004-11-23 Thread Tak Yoshida
in <[EMAIL PROTECTED]> >Hi, > > > >I have been facing problems populating drop-downs using dummy stub >classes .I have used a function to populate the page containing the >drop-down and thrown the Action Form type object into the session. > > > >

Re: Populating drop-downs

2004-11-23 Thread Rick Reumann
Santosh Kumar Panda wrote the following on 11/22/2004 5:07 AM: I have been facing problems populating drop-downs using dummy stub classes .I have used a function to populate the page containing the drop-down and thrown the Action Form type object into the session. Well you didn't cre

Populating drop-downs

2004-11-22 Thread Santosh Kumar Panda
Hi,   I have been facing problems populating drop-downs using dummy stub classes .I have used a function to populate the page containing the drop-down and thrown the Action Form type object into the session.   Now how do I retrieve the values on to my jsp screen. Here is the code