mstacey
04-18-2007, 01:12 PM
Hi,
Probably a very simple thing I'm missing, I have a http request parameter that I need to pass to the sql query in an xaction as part of the where clause.
where key = {PREPARE:key}
I have created an input to the action called key with 'request' as the source and the key is part of the http request to the jsp containing the ChartHelper object. The error message is that "key" has a NULL value.
Should I be passing it in to SimpleParameterProvider in the jsp or via some other mechanism?
thanks
Probably a very simple thing I'm missing, I have a http request parameter that I need to pass to the sql query in an xaction as part of the where clause.
where key = {PREPARE:key}
I have created an input to the action called key with 'request' as the source and the key is part of the http request to the jsp containing the ChartHelper object. The error message is that "key" has a NULL value.
Should I be passing it in to SimpleParameterProvider in the jsp or via some other mechanism?
thanks