Problem with nextPageDelegate
Problem with nextPageDelegate
- Subject: Problem with nextPageDelegate
- From: Antoine Berry <email@hidden>
- Date: Tue, 04 Sep 2012 18:54:44 +0200
Hello everybody,
I'm working on a D2W application, and I'm trying to override most of the
nextPage default behavior. I've created a delegate which reorient the
user on an inspect page of his object after its creation (for exemple),
and first i've set it in the code (through the navigationController),
and it worked quite well.
But I would want to do it directly in the rules, cause I don't have
direct access on every pages, like the edit pages for exemple. So I
tried to add a rule like "100 : pageConfiguration like 'CreateMyObject'
=> nextPageDelegate <= InspectAfterCreationDelegate". But there is a
ClassCastException : "cannot cast from java.lang.String to
com.webobjects.directtoweb.NextPageDelegate". And it's the same
exception when I put the complete path of my class...
I've tried different things, but I can't find a solution, and I don't
know where to search. I'm new on the mailing list so I'm sorry if this
subject has been discussed before (maybe somebody have an archive about
a similar discussion).
Antoine
_______________________________________________
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