Category using directactions

Suppressing the wosid in a DirectAction

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 [...]

Using WebObjects DirectActions – pt. 5

Calling a DirectAction with values from a WORedirect

Using WebObjects DirectActions – pt. 4

Calling a DirectAction with values from a WOHyperlink

Using WebObjects DirectActions – pt. 3

Calling a DirectAction with values from a form

Using WebObjects DirectActions – pt. 2

Continuation of the Using WebObjects DirectActions mini-series, this time tackling form value handling.