Looking at the binding reference

http://developer.apple.com/documentation/WebObjects/Reference/DynamicElements/WOGenericContainer/chapter_15_section_3.html

It would appear you need to do something like:

Back : WOGenericElement {
        elementName = "a";
        invokeAction = goBack;
        id = "backButton";
}


On Oct 20, 2008, at 6:58 PM, Shaft wrote:

Hi WO Masters,

How can I create a custom WOHyperlink to generate that kind of tag?

<a href="..........."  id="backButton">Back</a>

I tried with a WOGenericElement but it does not work
Back : WOGenericElement {
        elementName = "a";
        action = goBack;
        id = "backButton";
}


Thanks


Shaft - Junior WO junky...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/rgurley %40mac.com

This email sent to [EMAIL PROTECTED]

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to