You are here: Foswiki>Tasks Web>Item11765 (01 Feb 2013, GeorgeClark)Edit Attach

Item11765: Error message generated when creating a topic with a missing formtemplate topic pre-pends a web - even if there already is one.

pencil
Priority: Urgent
Current State: Closed
Released In: 1.1.7
Target Release: patch
Applies To: Engine
Component: FoswikiForm
Branches: Release01x01 trunk
Reported By: SvenDowideit
Waiting For: SvenDowideit
Last Change By: GeorgeClark
<form method="post" action="%SCRIPTURL{save}%/" name="fastCreateDataForm" id="fastCreateDataForm">
<input type="hidden" name="formtemplate" value="%SYSTEMWEB%.WikiApplication" />
<input type="text" name="topic" value="ItemAUTOINC1" />
 <select name="web" class="foswikiSelect"> 
 <option>Sandbox</option>
%SEARCH{
    type="query"
    web="all,-Sandbox"
    topic="%WEBPREFSTOPIC%"
    "1"
    format="<option>$web</option>"
    nonoise="on"
}% </select>
<input  type="submit" value="Create topic" class="foswikiSubmit" />
</form>

results in

Attention

Form Definition Main.System.WikiApplication missing
See DataForms for information about Form Definitions.


eg:


This was broken in 1.1.6 as well.

-- GeorgeClark - 07 Dec 2012

ItemTemplate edit

Summary Error message generated when creating a topic with a missing formtemplate topic pre-pends a web - even if there already is one.
ReportedBy SvenDowideit
Codebase 1.1.6, trunk
SVN Range
AppliesTo Engine
Component FoswikiForm
Priority Urgent
CurrentState Closed
WaitingFor SvenDowideit
Checkins distro:e3d3e90b6c32 distro:921549596d7d
TargetRelease patch
ReleasedIn 1.1.7
CheckinsOnBranches Release01x01 trunk
trunkCheckins distro:e3d3e90b6c32
Release01x01Checkins distro:921549596d7d
Topic revision: r7 - 01 Feb 2013, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy