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 protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to