Two common means of generating DirectAction URLs in WebObjects are by using the directActionName bindings available in WOHyperLink (and it’s brethren) and by using the WOContext method: directActionURLForActionNamed(String name, NSDictionary).
Kol. Panic offered a tip on suppressing the Session ID (wosid) in DirectAction urls generated from a WOHyperLink in the comments of this post.
It turns out [...]
Suppressing the wosid in a DirectAction
Sep 9, ’07
7:09 PM
Using WebObjects DirectActions – pt. 5
Dec 15, ’04
3:50 PM
Calling a DirectAction with values from a WORedirect
Using WebObjects DirectActions – pt. 4
Nov 26, ’04
2:44 PM
Calling a DirectAction with values from a WOHyperlink
Using WebObjects DirectActions – pt. 3
Nov 25, ’04
1:06 PM
Calling a DirectAction with values from a form
Using WebObjects DirectActions – pt. 2
Oct 22, ’04
4:46 PM
Continuation of the Using WebObjects DirectActions mini-series, this time tackling form value handling.