Hey Xavier,
Thanks for the info.
I'm using the value binding in conjunction with javascript to allow
users to navigate to other parts of the site without using a submit
button.
Like so:
menu: WOPopUpButton {
list = category.parent.newContentSubCategories;
item = categoryItem;
value = activeContentLink;
displayString = categoryItem.nameWithUnreadItemsCount;
noSelectionString = noSelectionString;
name = "menu";
onChange = "location.href=(menuform.menu.options
[menuform.menu.selectedIndex].value)";
escapeHTML = false;
}
-Olav
On Apr 2, 2007, at 12:00 AM, Dev WO wrote:
Hi Olav,
It's not related to DST update. I think it appears in the 5.3.x but
I'm not completely sure.
It's a but when using the "href" binding, but I don't understand
why you have a hyperlink in an option value, maybe it's just a test
you made.
Anyway, search the list for "bozo ampersand" you'll find some way
to get around this (Daniel Muller, "WebObjects 5.3.1 Redirect Bug"
- 17th february 2006)
I'm pretty much never use the "href" binding and instead use the
directaction bindings, but maybe someone using Wonder frameworks
can confirm if Wonder also experience this bug.
If it's not the case, you could link to Wonder frameworks.
Xavier
PS: Thanks for not using a previous thread to post a new question,
it's ruining the thread view;)
Hey,
I just upgraded to 5.3 DST from 5.2 and noticed a bug in the
WOPopUpButton component.
I'm sending down a url as a value and it get double escaped like so:
<option value="/WebObjects/Resolver.woa/wa/resolve?
catId=1001221&amp;ni=y&amp;sort=ddown#1001221">/WebObjects/
Resolver.woa/wa/resolve?
catId=1001221&ni=y&sort=ddown#1001221</option>
Notice the two &amp; ?
That's the first amp being escaped.
Has anyone else experienced this problem?
Thanks!
_______________________________________________
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/webobjects%
40anazys.com
This email sent to [EMAIL PROTECTED]
_______________________________________________
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]