On 03/05/2012, at 6:25 PM, Ron X wrote:
> and it is very strange - because i have Main component.
> but i have exception, that i haven't it!
>
> 2012/5/3 Ron X <[email protected]>
> yes, now i do that:
>
> public LSXApplication() {
> setDefaultRequestHandler(new ERXDirectActionRequestHandler());
> }
>
> but nothing changed :-(
Perhaps your DirectAction class is not being found. Thus it's falling back to
the defaultAction in super.
@Override
protected Class<? extends WOSession> _sessionClass()
{
return Session.class;
}
@Override
public void installPatches()
{
super.installPatches();
ERXPatcher.setClassForName(Main.class, "Main");
ERXPatcher.setClassForName(DirectAction.class, "DirectAction");
}
Lachlan Deck
[email protected]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]