I have a layout component and a quite simple page. (recently created it ...)
There are no zones involved ...
When displaying this new page I get the error message ...
*Form components may not be placed inside other Form components.*
*
*
I have seen this error message before but normally it disap
Hi Jens, Robert, and others,
I've tried to capture the techniques described in this thread in 3 new
JumpStart examples. Could you please run your eye over them and let me know if
I've missed anything?
They're called "Sub-Form Component", "Sub-Form Validation", and "Sub-Form As a
Field" in http
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
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:/
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.
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" in the event parameter. From what I understand, theoretically