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 class Layout
{
...

What is the proper syntax.

Thanks


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Import-tp4277615p4277615.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to