Hi all,

In tapestry 4, I could retrieve an asset from the context and then use it as a stream like this:

@Asset("/XML/irmsitemap.xml")
public abstract IAsset getNavigationMap();
InputStream stream = getNavigationMap().getResourceAsStream();

I have tried to convert this code to tapestry 5, but could not find an equivalent to getResourceAsStream(), is there an alternate way?

thanks,
Peter



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to