@Import

2011-04-02 Thread coriolisguy
Hi All, I want to import multiple javascript files using the @Import annotation. This works @Import("context:ext-3.2.1/adapter/ext/ext-base.js") public class Layout { ... This does not work @Import("context:ext-3.2.1/adapter/ext/ext-base.js") @Import("context:ext-3.2.1/ext-all-debug.js") public

XHR request to return a test/xml payload

2011-04-01 Thread coriolisguy
Hi All, I have an ajax request that needs to return a text/xml payload. I need to dynamically make the URL string in the browser to send to the server. What should the format of that URL be? Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/XHR-request-to-return-a-t

Re: @InjectService problems

2011-03-28 Thread coriolisguy
I want the services to auto start when the server powers up. I use eagerload for that. -- View this message in context: http://tapestry.1045711.n5.nabble.com/InjectService-problems-tp4266460p4268841.html Sent from the Tapestry - User mailing list archive at Nabble.com.

@InjectService problems

2011-03-27 Thread coriolisguy
Hi All, I am probably not doing this right. In my AppModule.java I have the following code binder.bind(IConfigurationManager.class,CConfigurationManager.class).withId("ConfigurationManager").eagerLoad(); binder.bind(IAdministrationManager.class,CAdministrationManager.class).withId("Admini

@InjectService problems

2011-03-27 Thread coriolisguy
Hi All, I am probably not doing this right. In my AppModule.java I have the following code binder.bind(IConfigurationManager.class,CConfigurationManager.class).withId("ConfigurationManager").eagerLoad(); binder.bind(IAdministrationManager.class,CAdministrationManager.class).withId("Admini