This is the code i have used to send parameter from theme to one specified portlet.
For this we have to give unique name to portlet (="ibm.portal.registration")and its layoutnodes("ibm.comp.view"). It will target doview method of portlet. we can recieve the parameter through request.getParameter("CrNo").
<portal-navigation:urlGeneration contentNode="ibm.portal.registration" layoutNode="ibm.comp.view">
<portal-navigation:urlParam name="key" value="Delta" type="render" />
<form name="f1" action="<% wpsURL.write(out); %>">
<input type="text" name="CrNo" maxlength="8" size="8">
<input type="submit"
</form>
</portal-navigation:urlGeneration>
Thanks
Monika
you can delete url paramaeter code <portal-navigation:urlParam name="key" value="Delta" type="render" />
Thx
any ideas ?