Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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
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.