Skip to main content
1-Visitor
September 15, 2010
Question

Getting the value from a picker in Form processor

  • September 15, 2010
  • 2 replies
  • 1339 views

Hello,

I have an <wctags:itempicker> in a JSP, which is a wizard step. How do i get the value selected in the picker in the Form processor?

If anybody has done something similar , kindly share the code.,

Thanks,

Praseeth M

2 replies

1-Visitor
October 9, 2012

I am trying to do something similar. I want to use the object searched in my Picker to do some operations. Can you provide some input?


Thanks.

1-Visitor
October 23, 2012

Did you try getting it from the nmcommandBean object , getParameterMap()


If not can you try to set it in a session bean and pick it from the Form Processor .


bean.getRequest() and put it in.