how to get URL parameter from HttpServletRequest class, or on another way in FormBasedAccessController?
If I have url: http://example.com/&idcompany=13
I want to access idcompany variable in URL.
Thanks.
how to get URL parameter from HttpServletRequest class, or on another way in FormBasedAccessController?
If I have url: http://example.com/&idcompany=13
I want to access idcompany variable in URL.
Thanks.