IEngineService.getLink will always return real urls,
urls that can be directly pasted to the address bar,
urls that will work even if javascript is disabled.

What you need to do is get that url and then execute
the following javascript ( replacing ${myUrl} ):
tacos.defaultLinkAction({processScripts:true,url:'${myUrl}'});

Ron Piterman wrote:
Hi,

I am trying to create a link which will render *only* specific components on a page (yes, on my own risk :) ) -

I get the link using :

...
AjaxDirectServiceParameter param =
  new AjaxDirectServiceParameter(
    this , // IDirect
    parameters , // Invocation parameters for IDirect
    refreshIDs,  // component to render
    EMPTY_STRING_ARRAY , // blocks to render
    true ); // direct component rendering.
return getAjaxDirectService().getLink(false, param );


still the whole page :(

could someone (please :) )point on what I am doing wrong here ?

Cheers,
Ron




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to