Hi all,

I am using tapestry 4.1. I am not sure if I need to download dojo separately
or if it is automatically included with tapestry. I am using maving and have
the following fependencies in my pom.xml

        <dependency>
            <groupId>org.apache.tapestry</groupId>
            <artifactId>tapestry-framework</artifactId>
            <version>4.1.1</version>
        </dependency>
    <dependency>
            <groupId>org.apache.tapestry</groupId>
            <artifactId>tapestry-annotations</artifactId>
            <version>4.1.1</version>
        </dependency>
    <dependency>
      <groupId>com.javaforge.tapestry</groupId>
      <artifactId>tapestry-spring</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
      <groupId>com.javaforge.tapestry</groupId>
      <artifactId>tapestry-flash</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
        <groupId>org.apache.tapestry</groupId>
        <artifactId>tapestry-contrib</artifactId>
        <version>4.1.1</version>
        </dependency>

Is there anything else I need to get the ajax stuff to work? ie. do I need
to download dojo.js and include it in WEB-INF?


regards
-- 
View this message in context: 
http://www.nabble.com/Does-one-need-to-manually-include-dojo.js--tf3485786.html#a9731306
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to