Re: WEBOBJECT tag
Re: WEBOBJECT tag
- Subject: Re: WEBOBJECT tag
- From: Paul Lynch <email@hidden>
- Date: Thu, 23 Nov 2006 11:24:00 +0000
On 23 Nov 2006, at 10:36, Daniele Corti wrote:
I have a question, about using WEBOBJECT tag inside HTML tag:
if I need to compose a Dynamic Hyperlink or a Dynamic path for an
image (and for some reason, I cannot use WOImage or WOHyperlink),
can I compose che HTML code, with <WEBOBJECT> tag?
e.g. <A href=" http://www.mysite.com/˜<WEBOBJECT NAME="myUrl">
">Click Here </a>
with
myUrl: WOString
is this possible, or is just a delirium?
Yes, it will work (but close the tag!). I'll generally go with
Guido's WOGenericContainer solution, but sometimes this is preferable
over it, such as when you need to view your wo file in an external
viewer.
Paul
_______________________________________________
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>) |