Actually, i was wondering the same thing myself, i've even asked other developers on this and went ahead and changed a few getAbsoluteURL to getURL (I believe in AjaxDirectServiceImpl).
Anyway, I prefer getURL because of: - size optimization, smaller ajax response - getAbsoluteURL is unsupported in portlets. So, unless someone stops me, i'll move all to getURL From Karri Niemelδ <[EMAIL PROTECTED]>: > Hi. > > I was wondering wether there is a reason to use getAbsoluteURL in > Autocompleter class in renderFormComponenent method? (instead of just > getURL) > > This returns the url for the Ajax.Autocompleter function as > http://servername/context/ajaxdirect .... right? > > I'm asking this because this is causing problems in our environment as, > url returned is in form; > http://something/ajaxdirect > > when it should be > https:// ... > > > Cheers, > Karri > > ------------------------------------------------------------------------- > 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
