why WOActionResults instead of void ?
why WOActionResults instead of void ?
- Subject: why WOActionResults instead of void ?
- From: Amedeo Mantica <email@hidden>
- Date: Sat, 24 Jan 2009 00:08:42 +0100
Hello, i see that in action in components thet returns the same page
aome users do:
public void doSomeThing() {
//your stuff
}
others do:
public WOActionResults doSomeThing() {
//your stuff
return null;
}
both seem to works equally....
is there some difference that i don't know?
Thanks
Amedeo
_______________________________________________
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