Re: box not getting populated from ActionForm.

2004-11-23 Thread Peter Vennel
Thanks Corey. I found out what I had missed. I had to add this line before calling mapping.findForwarding(). httpServletRequest.setAttribute(actionMapping.getAttribute(), bForm); Santosh, I hope this will work for you too. Peter. --- Corey Scott <[EMAIL PROTECTED]> wrote: > Peter and Santos

Re: box not getting populated from ActionForm.

2004-11-23 Thread Peter Vennel
Thanks Corey. I found out what I had missed. I had to add this line before calling mapping.findForwarding(). httpServletRequest.setAttribute(actionMapping.getAttribute(), bForm); Santosh, I hope this will work for you too. Peter. --- Corey Scott <[EMAIL PROTECTED]> wrote: > Peter and Santos

Re: box not getting populated from ActionForm.

2004-11-22 Thread Corey Scott
Peter and Santosh, Here is an example that I use to do the same thing: My Action Class: public class ListBillingCodeAction extends Action { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exc

RE: box not getting populated from ActionForm.

2004-11-22 Thread Santosh Kumar Panda
I'm facing the same problem except that I'm using LabelvalueBeans..Anybody out there plz suggest a method to populate a combo from ActionForm.. Regrads Santosh Kumar Panda Software Engineer HTDM(extn.2680) -Original Message- From: Peter Vennel [mailt