form chain loader - how to know what previous form selected?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

form chain loader - how to know what previous form selected?

Patrick-4
I have a ProductCategory form that selects on productCategoryId, then
it loads a form to select a subcategory,   How can the new form know
what was selected in the previous form?  I tried to get it from
${parameters.productCategoryId} but that didn't work.  Thanks for all
your help so far.  Patrick.