ColdBox Forums Notification: Post to Form State after validation

Title: RE: Form State after validation
Thread: Form State after validation
Forum: Need Help?
Conference: ColdBox
User: lmajano First of all, why is your handler receiving another argument??
<cfargument
name="product" type="Any" required="false">

I suggest you take advantage of
the persistList argument you have in the setNextEVent method:
setNextEvent([string event], [any queryString], [boolean addToken], [string
persist])

You pass in a list of names of keys in the request collection you
would like to persist to the next relocation.
setNextEvent(event='product.dspList',persist="key list here.")

I would use
that
http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=8480352C-FF65-CEF6-654286259664EA8D