Link to home
Start Free TrialLog in
Avatar of PMagal
PMagal

asked on

null value from getParameter in included jsp

My parent jsp is passing params to the dynamically included jsp using the jsp:param tag. In the included jsp, I am using the  request.getParameter("param") to retrieve the parameters passed from the parent jsp.
Surprisingly, I get a null value out of the request.getParameter("param"); in the included jsp.

Please advice.

Thanks
Avatar of bloodredsun
bloodredsun
Flag of Australia image

Can you post your code for this section of your jsp please?
ASKER CERTIFIED SOLUTION
Avatar of bloodredsun
bloodredsun
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You're correct of course! It was a typo as I threw it together
fine with me