I respond to similar problem in another thread "How to Set partyId in
request in javascript"
Use groovy handler of org.ofbiz.webapp.event.GroovyEventHandler to get the
parameters in your controller request.

Rishi Solanki
Enterprise Software Developer
HotWax Media Pvt. Ltd.


On Tue, Nov 10, 2009 at 11:54 AM, Deepa Mandal <deepa.v.man...@gmail.com>wrote:

> No, I didn't get as such to solve the problem..
>
> On Tue, Nov 10, 2009 at 10:25 AM, Ramkrishna Swamy <
> ramkrishna.swamyof...@gmail.com> wrote:
>
> > Any update on this.........Deepa have you got something, if yes please
> > share, I am also having same problem.
> >
> > --
> > Thanks
> > Ramkrishna
> >
> >
> > On Mon, Nov 9, 2009 at 12:12 PM, Raj Saini <rajsa...@gmail.com> wrote:
> >
> > > Hi Deepa,
> > >
> > > I am not sure if I understood well what you are trying to achieve. You
> > have
> > > a drop down. Value selected in the drop down will go as a form field
> once
> > > you submit the form. This value can be collected in the Groovy script.
> I
> > do
> > > not see a way how you can get some thing in Groovy script without
> > submitting
> > > the form. If you want to do some thing on selection of drop down, you
> can
> > > use JavaScript events such as onChange and then you can fire a Ajax
> > request
> > > whenever value of the drop down changes.
> > >
> > >
> > > Thanks,
> > >
> > > Raj
> > >
> > > Deepa Mandal wrote:
> > >
> > >> Following is my problem:
> > >> I have a drop down in a form and upon selecting a value from this drop
> > >> down
> > >> I have to send contactMechId of that particular value to the included
> > ftl
> > >> in
> > >> the form and *without submitting the form*. If I set the contactMechId
> > in
> > >> groovy or in request then I can get this in the included ftl, please
> > >> suggest
> > >> other way through which I can get the contactMechId in groovy or in
> > >> request.
> > >>
> > >>
> > >>
> > >
> > >
> >
>
>
>
> --
> Thanks & Regards
> Deepa
>

Reply via email to