Hi,

u just need to include the reference of the module inside the pom of
ur application.

It would be something like this:
<dependency>
                        <groupId>org.apache.tapestry</groupId>
                        <artifactId>tapestry-upload</artifactId>
                        <version>${tapestry-release-version}</version>
                </dependency>

Maven will download the jar file and thanks to tapestry's IOC beauty
that's all u need to do :)



On Thu, Jan 7, 2010 at 8:06 PM, mpaniagua <mpaniagu...@gmail.com> wrote:
>
> I made a Tapestry Skeleton using the instructions on
> http://tapestry.apache.org/tapestry5/quickstart/ using the following
> command:
>
> mvn archetype:generate
> -DarchetypeCatalog=http://tapestry.formos.com/maven-repository
>
> The problem is that it doesn't include the file upload module.  Do anyone
> have an example of how
> to use the file upload module?
>
> I'm using Tapestry 5.
>
> Thanks
> --
> View this message in context: 
> http://old.nabble.com/File-Upload-example-tp27069898p27069898.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
>
>

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

Reply via email to