[ https://issues.apache.org/struts/browse/WW-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Musachy Barroso resolved WW-3039.
---------------------------------
Resolution: Not A Problem
Fix Version/s: 2.1.7
Please ask questions in the user mailing list. As Dave said, this is unlikely to be a Struts
2 bug, re-open with a test case if you still think it is.
> Can't not get parameter from GET
> --------------------------------
>
> Key: WW-3039
> URL: https://issues.apache.org/struts/browse/WW-3039
> Project: Struts 2
> Issue Type: Bug
> Affects Versions: 2.1.6
> Environment: Windows XP
> Reporter: Bin Duan
> Fix For: 2.1.7
>
>
> I was trying to get a parameter from a Http GET. The get from jsp looks like this:
> <a href=/providerDetail.action?drProviderId=${drProviderId}>Provider Name
> The providerDetail.action maps to ProviderAction class. In the action class, I have a
setDrProviderId() method, but found the id was not set. Then I tried to get the id from ServletActionRequest.getRequest().getParameter("drProviderId"),
but still did not get anything.
> I searched the request.getParameterMap(), but found there was not entry in the map.
> What can be the problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|