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 ------------------------------------------------------------------------------ try { FileInputStream fileInputStream = new FileInputStream(globalMessagefile); - tapestryProperties.load(new FileInputStream(globalMessagefile)); + tapestryProperties.load(fileInputStream); fileInputStream.close(); } catch (IOException e) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
