Re: tag - bsh script

2007-04-10 Thread Anil Patel
Add the field to parameters map. You can dothis by as parameters.fieldName Anil On 4/10/07, Vamsi Gmail! <[EMAIL PROTECTED]> wrote: look into context and find "idProduct" On 4/10/07, Richard Fleming <[EMAIL PROTECTED]> wrote: > > Hi all > > How do I access the value of a field, set by t

Re: tag - bsh script

2007-04-10 Thread Vamsi Gmail!
look into context and find "idProduct" On 4/10/07, Richard Fleming <[EMAIL PROTECTED]> wrote: Hi all How do I access the value of a field, set by the actions tag, in a bsh script? I've tried several things in terms of parameters, request, context, session... all to no avail.

tag - bsh script

2007-04-10 Thread Richard Fleming
Hi all How do I access the value of a field, set by the actions tag, in a bsh script? I've tried several things in terms of parameters, request, context, session... all to no avail. Help please! lookup.bsh productid = request.getParameter("productId"); ...