Hi,

Technology: swf+tiles (pom file here)

I created embedded webflow which works fine. However all forms (spring taglib) must have normal buttons to work fine. If I add dojoType="dijit.form.Button" it's displayed ok but forward to unembedded flow:



So the dijit-ed button forwards to unembedded url. But if I remove than the fragments content is loaded via ajax.
I tried different solutions with/without dijit.form.Form, dojo.parser.parse(), hidden field
Code:
<input name="mode" value="'embedded'"/>
and nothing works.

PLEASE HELP.

PS
You don't need to fill the form. Also i fixed the problem with the exception so no bother.