Joerg Heinicke wrote:
On 31.01.2004 15:44, Vasyl Stashuk wrote:But how do i render a link in a repeater's row (which will contain row id for further processing)?
Hi!
How do i render a link using Woody widgets?
A link is not a form widget and has nothing to do with Woody.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Do you want a link, or an image? Could you use an image button? Then you do <wt:widget id="rowsubmit"><wi:styling type="image" src="submit.gif"/></wt:widget> (or something close to that).
Then you can get at the row submitted via flow.
Regards, Upayavira
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
