:: Forum >> Version 2 >>
get id activewidget from JSP
More information on this topic is available in the documentation section:
/general.intro/.
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 /general.intro/
Documentation:
Forum search