Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-tapestry Wiki" for change notification.
The following page has been changed by SvenHomburg: http://wiki.apache.org/jakarta-tapestry/UsingCustomResourceSourceForLibs ------------------------------------------------------------------------------ if (globalMessagefile == null) throw new ApplicationRuntimeException("application property 'global.message.file' not set!"); + globalMessagefile = component.getPage().getRequestCycle().getInfrastructure(). + getContextRoot().getRelativeResource(globalMessagefile).getResourceURL().getFile(); - globalMessagefile = - component.getPage().getRequestCycle().getInfrastructure().getContextRoot().getRelativeResource(globalMessagefile). - getResourceURL().getFile(); try { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]