Re: Wosid suppression broken in 5.4?
Re: Wosid suppression broken in 5.4?
- Subject: Re: Wosid suppression broken in 5.4?
- From: Guido Neitzer <email@hidden>
- Date: Tue, 18 Dec 2007 19:27:12 -0700
On 18.12.2007, at 17:04, Mr. Pierre Frisch wrote:
As far as I can see this is a correct behavior even if it is not
what you expected.
Are you sure about that?
If I have (in a clean new application) a hyperlink defined with:
Link : WOHyperlink {
href = href;
}
And the method does this:
public String href () {
return "http://www.apple.com";
}
It is correct behaviour to get this:
http://www.apple.com/?wosid=yHLPKitjXvvofsyp46dvqg
???
I can understand that when I bind directActionName, or create a
directAction URL or whatever, but adding the session id to something
that is considered a fixed URL?
To quote from the documentation:
"URL to direct the browser to when the link is clicked."
That means a fixed URL for me, not something the framework adds
something at the end. Can you explain a bit more why you think that is
expected behaviour?
And by the way: WO 5.3.3 behaves as I would expect: creating a
hyperlink with just the returned string as the href attribute. I guess
I can file a bug on that one - at least in my opinion, what WO 5.4
does here is absolutely not correct.
cug
--
http://www.event-s.net
--
http://www.event-s.net
_______________________________________________
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