Hi!
I�ve been trying to get aditional parameters that came in a html:link that
with no success.
the link is this one
<html:link action="TrafficReport.do" name="notBilled">
and "notBilled" was aded to the request like this:
public Map getNotBilled() {
Map map = new HashMap();
map.put("type", "NotBilled");
return map;
}
the problem is that when I do a
request.getSession(true).getAttribute("type");
returns null always.
There�s anything i�m doing wrong? I�ve been reading the mailing lists, but
haven�t found something useful...
Best Regards,
Lucas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]