:: Forum >>
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
Thursday, November 2, 2006
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
Thursday, November 2, 2006
This topic is archived.
Back to support forum
Forum search