Re: Session languages partially ignored with direct actions
Re: Session languages partially ignored with direct actions
- Subject: Re: Session languages partially ignored with direct actions
- From: Fabrice Truillot <email@hidden>
- Date: Thu, 2 Oct 2003 16:13:20 +0200
On Jeudi, oct 2, 2003, at 15:45 Europe/Zurich, Fabrice Truillot wrote:
Does anybody knows if I'm doing something wrong ?
Well, I've found a very simple workaround. I've added a call to
existingSession in each direct action, and voil`.
public WOActionResults defaultAction ()
{
this.existingSession (); // workaround
return pageWithName ("Main");
}
It's a WebObjects' bug, I think. :)
Fabrice Truillot, MiS
www.meninsilicium.com
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.