> So: is there a way to control the order of the list with the priority
> field with "up" and "down" controls WITHOUT having the user type in
> priorityvalues in manually? Somehow the editwizards definition has to
> increase the default priorityvalue with each new item or something, but
> is that possible?
have a look at news.xml in the advanced editwizards
<action type="add">
<relation role="posrel" destinationtype="urls">
<field name="pos">{sum(//[EMAIL PROTECTED]'posrel' and
@lastitem='true']/[EMAIL PROTECTED]'pos'])+{$pos}}</field>
</relation>
</action>
>
> Sorry for the long text :D