Thanks for the responses.

One problem I'm having now - I svn exported the tapestry trunk and started putting the app1 tests into my tutorial project. Everything compiles except two classes that reference:
import org.apache.tapestry.beaneditor.OrderAfter;
import org.apache.tapestry.beaneditor.OrderBefore;

It looks like those annotation classes exist in the latest version (the svn export) but not in version 5.0.5. What's the old way (version 5.0.5) way of doing:
    @OrderAfter("lastName")
and
    @OrderBefore("citizen")

Thanks,
Robert A. Decker


On Sep 20, 2007, at 2:47 PM, Alex Shneyderman wrote:

I have just finished one today :-) I gotta say I am impressed
with tapestry.

Do not miss the app1 in tests. It has a ton of samples that
I found extremely useful.

http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/ src/test/


On 9/20/07, Robert A. Decker <[EMAIL PROTECTED]> wrote:
I'm just about done with the tapestry 5 tutorial - working on the
Form Fields section now. When I'm done with that I was wondering if I
should start going through the tapestry 4 tutorials, or is 4
different enough from 5 where it doesn't make sense?

What I'd like to do next is write a simple login application that
uses a session. Any samples out there? Even better, any Cayenne/
Tapestry5 login application examples?

R

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




--
Thanks,
Alex.

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



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

Reply via email to