OpenNTF.org - XPages Wiki

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: XPages Wiki (Managed by Steve Castledine, Niklas Heidloff)
Actions:


Response
Subjecta relative path works better
Created 01/28/2010 07:04 AM by sean cull.
Modified<none> by <none>.
Body

Removing the absolute path and just using a relative path seems to fix the problem
originally
//url=@LeftBack(database.getHttpURL(),"/")+facesContext.getExternalContext().getRequestContextPath();

then tried
url="www.deliverytoolkit.com"+facesContext.getExternalContext().getRequestContextPath();

but best is a relative path
url=""+facesContext.getExternalContext().getRequestContextPath();



Feedback

Hide details for The base URLs revert back to the se... ( on 01/27/2010 05:38:48 PM )The base URLs revert back to the se... ( on 01/27/2010 05:38:48 PM )
Show details for . . See (M. L. on 01/27/2010 09:49:31 PM ). . See (M. L. on 01/27/2010 09:49:31 PM )
Check out other projects
Switch to project: