After downloading the 171 artifact, when I use a DWR Object, I receive the next javascript error:
"FormBeansDWR" is undefined.
I am using the next DWR.xml in my prroject:
<!DOCTYPE dwr PUBLIC
"-//GetAhead Limited//DTD Direct Web Remoting 3.0//EN"
"http://getahead.org/dwr//dwr30.dtd">
<dwr>
<allow>
<create creator="new" javascript="FormBeansDWR">
<param name="class" value="com.miramiobra.dwr.FormBeansDWR"/>
</create>
<create creator="new" javascript="UtilidadesDWR">
<param name="class" value="com.miramiobra.dwr.UtilidadesDWR"/>
</create>
<convert converter="bean" match="com.miramiobra.dwr.bean.*"/>
</allow>
</dwr>
Hope you can help me. Thanks.
Change line 1485 of engine.js from
batch.iframe = batch.document.getElementById(idname);
to
batch.iframe = batch.div.firstChild;
The form is posted to a new tab though