Hello,
It's me again ...

I'm searching how to replace an @InjectPage annotation by a page specification like

The java code is :
   @InjectPage("Login")
   public abstract Login getLoginPage();

And I would like to remove the annotation and replace it by a page specification like :
   <inject property="loginPage" type="page" object="Login"/>

But it does not works.

Is it possible ? What is the right syntax ?
Thanks
Cyrille

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to