I have a jsp page which has two buttons and a link.
I am using <html:submit> for the buttons and it works fine
in the action class, which extends LookUpDispatchAction.
Now I want to submit the form when I click on the link.
The action tag in my strutsConfig.xml has an attribute 'parameter= something' for the buttons.
How do I send hidden parameters when I click the link ?
What should I add in strutsconfig for the link ?