Re: LinkSubmit in a loop

2011-08-29 Thread Taha Hafeez
HI On Sun, Aug 28, 2011 at 2:45 PM, cqasker wrote: > I have some questions about linksubmit/submit in a loop. I have some enums > {e1, e2, e3} for example. In the loop I generate a linksubmit for each enum > and pass the enum in the linksubmit context parameter and an event called > "handleEnum"

Re: LinkSubmit in a loop

2011-08-28 Thread cqasker
Thanks Taha -- that fixed #1 for me. Is there a way to have my onSuccess method inside the component and not in the page containing the component? and is there a way to use the parameters of the component -- they are all null when either of the event listener methods are called. -- View this mes

Re: LinkSubmit in a loop

2011-08-28 Thread Taha Hafeez
Set defer = false http://tapestry.apache.org/current/tapestry-core/ref/org/apache/tapestry5/corelib/components/LinkSubmit.html On Sun, Aug 28, 2011 at 2:50 PM, cqasker wrote: > Oh and I don't know if this is relevant but I am using tapestry 5.3.0. > > -- > View this message in context: > http:/

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 Nabble.com.