This question about Topic Markup Language and applications: Asked
How can I use JQueryDialog to create and save into a new topic without confirmation?
Hi, I wante to make use of
JQueryDialog to create a new page or save into an existing page.
I open a new window by using
%JQREQUIRE{"ui::dialog"}%
<a href="%SCRIPTURL{"view"}%/Database/Forums/ForumDialogs?skin=text§ion=dialog;validation_key=;origin=%WEB%.%TOPIC%" class="jqUIDialogLink foswikiButton"><img src="%PUBURL%/%SYSTEMWEB%/FamFamFamSilkIcons/folder_add.png"> Neues Topic erstellen</a>
then the window opens containing a form frrom another topic section called dialog like
%STARTSECTION{"dialog"}%
<div title="From Ajax call" class="jqUIDialog { modal:true, resizable:true, draggable:true, height:300, width:600}">
<div class="foswikiFormSteps">
<div class="foswikiFormStep">
<form id="ThisForm" onsubmit="StrikeOne.submit(this)" enctype="application/x-www-form-urlencoded" type="POST" method="post" action="%SCRIPTURL{save}%/MyWeb/MyTopic">
<table>
(some input fields)
(some hidden input fields)
<tr><td><input type="submit" class="foswikiButton" value="Aufgabe absenden" /></td><td></td></tr>
</table>
</form>
</div></div>
</div>
%ENDSECTION{"dialog"}%
Unfortunately each time I submit Foswiki asks for validation "Warning! Confirmation required ". How can I avoid this as the whole proceure is valid?
Thanks in advance for a useful hint!
--
ThomasSchmidt - 03 May 2013