Scenario is such that, tableName to a dbForm is set at runtime depending upon a request parameter.
The same dbForm contains navigation buttons, when the records are traversed through to the next page then the request parameter is null.
Why is this? any work around available?
regards,
vinoth.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have set the required data as hidden variables, but when the pages are traveresed and i try to access the value using request.getParameter() method, its giving me null
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Scenario is such that, tableName to a dbForm is set at runtime depending upon a request parameter.
The same dbForm contains navigation buttons, when the records are traversed through to the next page then the request parameter is null.
Why is this? any work around available?
regards,
vinoth.
Because your page is responsible to send this request parameter to the form again, not dbforms.
regards,
Henner
I have set the required data as hidden variables, but when the pages are traveresed and i try to access the value using request.getParameter() method, its giving me null
No idea further. Could you post an example?
Henner