Educate me Ranchar!!!
I was reading "Portlet Programming" by Cameron McKenzie !!!
So far very good book! but I got confuse with his example
Book explaining about using
<portlet:namespace/> before any value from
JSP eg-->
<input name="<portlet:namespace/>addSubmit" type="SUBMIT" value=" Add "></input>
and
when that field is retriving into portlet use
String addAction = request.getParameter(response.getNamespace()+"addSubmitt");
I am using processAction where I want to process it! but ActionResponse class don't have getNamespace()method and it won't compile!
how to link back to the portal makes sense so does using Action Process but combining won't! So I am getting confuse
Any work around ?
Thanks
Aaron Raja
[ November 05, 2007: Message edited by: Aaron Raja ]