Hi, Read http://wicketinaction.com/2011/07/wicket-1-5-mounting-resources/ You can create a custom impl of ResourceReference that just returns your resource.
On Wed, Jun 27, 2012 at 2:24 AM, mlabs <[email protected]> wrote: > I have implemented a ByteArrayResource and I'm not sure what sort of resource > reference to use to reference it. I tried PackageResourceReference and > SharedResourceReference but these things seem to be hooked into the > SecurePackageResourceGuard mechanism... and the url I use to reference my > resource is along the lines of bar?foo=5322 .. I generated and unique... so > even when I add a pattern like '+*bar*' it still seems to fail and try to > auto-create a resource.. and that doesn't work. > Not understanding resources and references at this point.... > > any hints? > > TIA > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/SecurePackageResourceGuard-question-tp4650243.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
