Re: replace @InjectPage by a page specification

2006-12-03 Thread Cyrille37
Sam Gendler a écrit : I don't know for sure, but I'd try using 'IPage' as the type, which would hopefully tell hivemind to resolve the object as a page name. You might also try looking at the source for the InjectPage annotation, see how it resolves the page, presumably via a hivemind service of

Re: replace @InjectPage by a page specification

2006-12-03 Thread Sam Gendler
I don't know for sure, but I'd try using 'IPage' as the type, which would hopefully tell hivemind to resolve the object as a page name. You might also try looking at the source for the InjectPage annotation, see how it resolves the page, presumably via a hivemind service of some kind, and then i