Re: LinkSubmit in a loop

2011-08-29 Thread Taha Hafeez
t;) >   void handleEnumClick(String oneEnum) //oneEnum is always e3 >   { >      selectedEnum = MyEnum.valueof(oneEnum); >   } > >   Object onSuccess() //is not called unless I move to page class >   { >      handler.handle(selectedEnum); //the handler parameter is null >  

Re: LinkSubmit in a loop

2011-08-28 Thread cqasker
message in context: http://tapestry.1045711.n5.nabble.com/LinkSubmit-in-a-loop-tp4742981p4743776.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: LinkSubmit in a loop

2011-08-28 Thread Taha Hafeez
context: > http://tapestry.1045711.n5.nabble.com/LinkSubmit-in-a-loop-tp4742981p4742985.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tape

Re: LinkSubmit in a loop

2011-08-28 Thread cqasker
Oh and I don't know if this is relevant but I am using tapestry 5.3.0. -- View this message in context: http://tapestry.1045711.n5.nabble.com/LinkSubmit-in-a-loop-tp4742981p4742985.html Sent from the Tapestry - User mailing list archive at Nabbl

LinkSubmit in a loop

2011-08-28 Thread cqasker
um); } Object onSuccess() //is not called unless I move to page class { handler.handle(selectedEnum); //the handler parameter is null return null; } -- View this message in context: http://tapestry.1045711.n5.nabble.com/LinkSubmit-in-a-loop-tp