cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Getting the value from a picker in Form processor

praseeth.moothe
1-Newbie

Getting the value from a picker in Form processor

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 2

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.

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.

Announcements


Top Tags