May be related to TAPESTRY-2229, which was just fixed this morning.

On Tue, Mar 4, 2008 at 12:50 PM, jack Nuzbit <[EMAIL PROTECTED]> wrote:
> Hi Marcus, looks like this is tapestry 5.0.11-SNAPSHOT specific. My fault
>  for being too eager.
>  I switched over to 5.0.10 and everything works fine.
>
>  In case this is a bug and not just a work in progress, to recreate it just
>  create a new project with the tapestry 5 archetype, change the tapestry
>  version to 5.0.11-SNAPSHOT
>
>  Add a form to the prebuilt Start class
>
>  public class Start
>  {
>     private MyForm myForm;
>     public Date getCurrentTime()
>     {
>         return new Date();
>     }
>     public static class MyForm {
>         private String myField;
>         public String getMyField() {
>             return myField;
>         }
>         public void setMyField(String myField) {
>             this.myField = myField;
>         }
>     }
>     public MyForm getMyForm() {
>         return myForm;
>     }
>    public void setMyForm(MyForm myForm) {
>         this.myForm = myForm;
>     }
>  }
>
>  Add the beaneditform to the Start.tml file
>
>  <t:beaneditform object="myForm"/>
>
>  mvn jetty:run and you should get the exception.
>
>  Cheers,
>
>  Jack
>
>
>
>
>  On Tue, Mar 4, 2008 at 6:36 PM, Marcus <[EMAIL PROTECTED]> wrote:
>
>  > Hi Jack,
>  >
>  > Can you post the code of this class?
>  >
>  > <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
>  > Login:
>  > <t:beaneditform object="loginForm"/>
>  > </html>
>  >
>  > maybe the problem is there.
>  >
>  > Marcus
>  >
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

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

Reply via email to