Why you don't makin' a class for it, which includes this inject and then 
inherit all over Pages from this class and not from BasePage.
This should be the simplest Solution i think, but i'm a noob, too.


public abstract class upperclass extends BasePage
{
@Inject("Property")
public abstract String getProperty();

..
}

public class underclass extends upperclass
{
  public void ..()
  {
    String prop = getProperty();
  }
}


-------------------- m2f --------------------

Sent from www.TapestryForums.com

Read this topic online here: <<topic_link>>

http://www.tapestryforums.com/viewtopic.php?p=14704#14704

-------------------- m2f --------------------


Reply via email to