I’m trying to implement a Tapestry Application where, depending on the server name, it should return different assets based on that value. For example, if a request comes in for server example1.com, it should serve up an asset located under the example.app.example1 package, and for example2.com it should serve up an asset located under the example.app.example2 package. Is this at all possible? I thought about creating a new Binding for use in the @Path annotation, but I’m having problems. Any advice?
Cheers Ciaran -- View this message in context: http://www.nabble.com/Different-Assets-depending-on-server-name-tp18468071p18468071.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]