Hi!

I would like to do something like this, but this syntax obviously doesn't
work. The ${bannerPath} seems to be pointing to a "symbol", which obviously
isn't a page property.
Is there a similar way to do this?

  @Inject
  @Path("${bannerPath}")
  private Asset banner;


  public String getBannerPath() {
    return "context:/company/1/banner.gif";
  }

Reply via email to