Hi Antoine, You almost had it. Use the entire class path and use the ERDDelayedObjectCreationAssignment instead of Assignment. That will generate the object using the default constructor.
Be aware though... if you are working with embedded D2W pages with a bound action binding, you can't set the nextPageDelegate because it is already set. In most cases, I don't use the nextPageDelegate. I use the pageController instead. Ramsey On Sep 4, 2012, at 9:54 AM, Antoine Berry wrote: > 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/rgurley%40smarthealth.com > > This email sent to [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]
