Lukas Renggli wrote:
So the buttons don't have an effect just to your
newly created action,
but they have an effect to the other ones?
No effect on any.
I did a little more debugging. It seems that the list selection in
SWTemplateBodyActions>>renderConfigActions: anAction on: html
never gets set. So listed is nil and no action happens.
I'm also attaching the source of my action class.
Michael
------------
the html of the list section:
<td>
<select size="6" name="form-callback-32">
<option value="1">SWPreviousStructure (Prevoius)</option>
<option value="2">Team4ChangesAction (Team4 changes)</option>
<option value="3">SWLogin (Login)</option>
<option value="4">SWLogout (Logout)</option>
<option value="5">SWNextStructure (Next)</option>
<option value="6">SWParentStructure (Parent)</option>
</select>
<select size="6" name="form-callback-33">
<option value="1">SWPageView (View)</option>
<option value="2">SWPageEdit (Edit)</option>
<option value="3">SWFolderEdit (Contents)</option>
<option value="4">SWResourceEdit (Edit)</option>
<option value="5">SWPageHistory (History)</option>
<option value="6">SWResourceHistory (History)</option>
<option value="7">SWRecentChanges (Changes)</option>
<option value="8">SWSearch (Search)</option>
<option value="9">SWTemplateEdit (Template)</option>
</select></td>
</tr>
<tr>
.<td align="center">
. <input value="add" name="form-callback-34"
type="submit" />
. <input value="remove" name="form-callback-35"
type="submit" />
. <input value="up" name="form-callback-36"
type="submit" />
. <input value="down" name="form-callback-37"
type="submit" /></td>
</tr>