3.2.0

get id activewidget from JSP

hi sir
i want to get id component ActiveWidget from request.getparam in JSP.
can u help me in this case?
thx...

alex
November 2,
var theID = mycomponent.getId();
var theURL = 'http://something?id="+theID;

Then send the URL request (see examples)

And in JSP just parse the "id="
Karl Thoroddsen
November 2,

This topic is archived.

See also:


Back to support forum