jsp给action传值有关问题 迭代 分不够再加 急

jsp给action传值问题 迭代 分不够再加 急!!!比如:html:linkaction /personAnotherDispalyLine.do?metho

jsp给action传值问题 迭代 分不够再加 急!!!
比如:
<html:link   action= "/personAnotherDispalyLine.do?method=displayLine&amp;uid=${element.intUID}&amp;vitaNo=${element.intVitaNO} ">
我要把这uid   和后面得传给action
action   怎么接阿   ??

[解决办法]
request.getParameter( "uid ") 貌似是这样
[解决办法]
request.getParameter( "uid ")
[解决办法]
request.getParameter