Passing a parameter to a LookupDispatchAction
Hi guys. Any idea how am I gonna do that?
I be got a LookupDispatchAction that has 3-4 methods. The method I am trying to access needs to be passed a parameter. I can get the parameter like
<html:link page="/updateTLDThrottle.do" paramId="tldName" paramName="item" paramProperty="key">
delete</html:link>
but I want to access a specific method on the updateTLDThrottle action. And I only know how to do that with submit buttons. Any ideas?
Cheers

