Re: WEBOBJECT tag
Re: WEBOBJECT tag
- Subject: Re: WEBOBJECT tag
- From: Guido Neitzer <email@hidden>
- Date: Thu, 23 Nov 2006 11:43:57 +0100
Am 23.11.2006 um 11:36 schrieb Daniele Corti:
e.g. <A href=" http://www.mysite.com/˜<WEBOBJECT NAME="myUrl">
">Click Here </a>
If you close your webobjects tag with a </webobject>, this will
normally work, but I really don't like it ...
Why not just:
html:
<webobject name="MyTag">Click here</webobject>
wod:
MyTag : WOGenericContainer {
elementName = "a";
href = myUrl;
}
cug _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >WEBOBJECT tag (From: "Daniele Corti" <email@hidden>) |