Robert A. Decker wrote:
[...]
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")
There wasn't annotation to do this before 5.0.6 (svn), so if you are using 5.0.5, you have to set the order of properties thanks to the beanModel and methods like beanModel.get("propoertyName").order(10), see http://tapestry.apache.org/tapestry5/tapestry-core/guide/beaneditform.html to have more explanations.

--
Francois Armand
Etudes & Développements J2EE
Groupe Linagora - http://www.linagora.com
Tél.: +33 (0)1 58 18 68 28
-----------
InterLDAP - http://interldap.org FederID - http://www.federid.org/
Open Source identities management and federation


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

Reply via email to