Hi all,

I have the following code:

<div t:type="Zone" t:id="theZone">
<t:delegate to="block:firstBlock" />

<t:block id="firstBlock">
        ...
</t:block>

<t:block id="secondBlock">
<form t:type="form" t:zone="theZone">
            ...
</form>
</t:block>

<t:block id="thirdBlock">
        ...
</t:block>
</div>

The problem is I can't return thirdBlock when I submit the form in the secondBlock (" Return type org.apache.tapestry5.internal.structure.BlockImpl can not be handled."). Am I doing something wrong?

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to