Philipp Rech wrote:
>> > 1) how do I display a repeater widget as a "submit button"-type
>> > hyperlink?
>>
>
> hello,
> i use hyperlinks to submit my cforms like this:
>
> <ft:form-template action="#{$continuation/id}.continue" method="POST"
> name="form">
> ...
> <a href="javascript: document.form.submit()"> Submit </a>
also for repeaters maybe this can help
<a href="#" onclick="forms_submitForm(this,'rooms
${repeaterLoop.index}.delete');">delete row</a>
delete being the row action in your repeater
Regards
Tibor
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]