RE: Creating a war with my Tapestry app

2006-01-08 Thread Schulte Marcus
actually, I think, the context.xml should go into META-INF, not WEB-INF > -Original Message- > From: Leonardo Quijano Vincenzi [mailto:[EMAIL PROTECTED] > Sent: Monday, January 09, 2006 4:22 AM > To: Tapestry users > Subject: Re: Creating a war with my Tapestry app > > > (I actually thou

Re: PropertyUtils.write() method

2006-01-08 Thread Richard Clark
http://jakarta.apache.org/hivemind/hivemind/apidocs/org/apache/ hivemind/util/PropertyUtils.html On Jan 8, 2006, at 19:31, NYG wrote: In page 59 of Kent Tong's "Enjoy web deveopment with Tapestry", it says the PropertyUtils is a class that comes with one of the jars used by the Tapestr

PropertyUtils.write() method

2006-01-08 Thread NYG
In page 59 of Kent Tong's "Enjoy web deveopment with Tapestry", it says the PropertyUtils is a class that comes with one of the jars used by the Tapestry. IPage resultPage = getResult(); PropertyUtils.write(resultPage, "postage", new Integer(postage)); return resultPage; Th

Re: Creating a war with my Tapestry app

2006-01-08 Thread Leonardo Quijano Vincenzi
(I actually thought you were trying to write a Tapestry application that invades foreign countries, lol) Did you try putting the same myapp.xml in the application context configuration? Put a context.xml file in your WEB-INF directory with the resource definitions. ( http://tomcat.apache.org

Re: [ANNOUNCE] Tapestry 4.0 (final)

2006-01-08 Thread NYG
This is great news!!! Howard Lewis Ship <[EMAIL PROTECTED]> wrote: After nearly two years of work, the Tapestry development team is proud to announce the next major release of the Tapestry web application framework (http://jakarta.apache.org/tapestry/). Tapestry is an open-source framewo

Creating a war with my Tapestry app

2006-01-08 Thread Jean-Eric Cuendet
Hi, Until now I used Tomcat with a direct checkout of my Tapestry app (in /home/myapp) with the file TOMCAT/conf/Catalina/localhost/myapp.xml pointing to /home/app I'd like to create a war now for easy deployement. So I'll no more have the TOMCAT/conf/Catalina/localhost/myapp.xml file since all

RE: Navigation rules

2006-01-08 Thread Sergiy Kyrylkov
No you don't have to change Java files. They refer to page names in your .application file. You just have to make sure you've updated your application file: Sergiy -Original Message- From: Yura Tkachenko [mailto:[EMAIL PROTECTED] Sent: Sunday, January 08, 2006 3:52 PM To: tapestry-u

Navigation rules

2006-01-08 Thread Yura Tkachenko
Hello, Actually I just started learning Tapestry. I always like to structure my application, but in all examples I saw that prefer to place pages to WEB-INF. So I decided to move it to /app directory, if I wish to go to my page Home.html for example, I should type in browser: http://localhost/

Re: [ANNOUNCE] Tapestry 4.0 (final)

2006-01-08 Thread Filip S. Adamsen
This is wonderful news! Thanks a lot to everyone involved, especially Howard. =) Howard Lewis Ship wrote: After nearly two years of work, the Tapestry development team is proud to announce the next major release of the Tapestry web application framework (http://jakarta.apache.org/tapestry/).

Re: [ANNOUNCE] Tapestry 4.0 (final)

2006-01-08 Thread mike jones
Congratulations! I have been using tapestry 4 since the beta versions and find is a pleasure to develop with. So much so that I chose it for the project at work. This is (as always) a project with very tight deadlines, lots of integration with various technologies and other projects. The new featur

Validate multiple form fields together?

2006-01-08 Thread Christian Mittendorf
Hello! I was making up my mind about how to handle validation for multiple form fields, but I don't get it yet. Lets start with an example: A bank account contains an account number and a bank code. There are methods available that can validate if both values together are a valid combinat

Tapestry on Slashdot

2006-01-08 Thread Lennart Benoot
Hi all, Tapestry is mentioned on slashdot today. +4.0 final (congratulation, i'll will release a new version of EWAD with 4.0 soon!) +A new release of Spindle What a great weekend! regards - To unsubscribe, e-mail: [EMAIL P

Re: [ANNOUNCE] Tapestry 4.0 (final)

2006-01-08 Thread Jun Tsai
Congratulations 2006/1/8, Jean-Philippe Bouchard <[EMAIL PROTECTED]>: > Congratulations to Howard and everybody involved! > > I've migrated my site recently to 4.0-rc2 (in order to get non-ugly > urls) and the migration was virtually painless. > > Well done! > > Ciao > JPB > > Howard Lewis Sh