Problem with webobject attributes in WOBuilder
Problem with webobject attributes in WOBuilder
- Subject: Problem with webobject attributes in WOBuilder
- From: "John Stewart" <email@hidden>
- Date: Fri, 2 Jun 2006 15:49:11 +0100
Hi!
I'm trying to use dynamic webobject tags in WOBuilder to set up HTML
tag attributes.
e.g.
<ul class='style1 <webobject name="String1"></webobject>'>
<li>...</li>
</ul>
where
String1: WOString {
value = "style2";
}
I can happily add levels of tag nesting here, such as WOConditionals.
It seems to want outermost single quotes, and double quotes at all
levels inside.
So far, so good - works OK. I do have problems if I split up the
lines with CRs, though this should be whitespace-friendly.
However if I try to reformat the page using CTRL-A, CTRL-R (or
Apple-A, Apple-R on Mac), it tends to chuck out part or all of these
attributes.
Furthermore, if I add further WOStrings, WOConditionals, etc elsewhere
in the component, the new ones often overwrite the existing ones used
in the attributes.
In short, it looks like WOBuilder isn't geared up for coping with WO
tags used in attributes.
Anyone else having a problem here? Any workarounds or fixes in sight?
This is using WOBuilder Version 5.3.1 (680) on OS/X.
TIA,
John
_______________________________________________
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