calling a url from IDM
Is there any means of calling a url (for example http://localhost:8080/idm/output?param="hello") from IDM(say on click of a button or a link)Also, can we pass a parameter from IDM to IDM related jsp files(eg: extract.jsp)? Yash
[248 byte] By [
yash@IDMa] at [2007-11-27 2:36:21]

# 1
Hi Yash,
There is the code :-)
<Field name='fieldname'>
<Display class='Link'>
<Property name='name' value='link to launch jsp'/>
<Property name='URL' value='http://localhost:8080/idm/output?param="hello"'/>
</Display>
</Field>
thanx
Shant