8 Replies Latest reply on Aug 28, 2007 11:39 AM by asookazian

    How to get page view-id variable in a SB???

    asookazian

      in the pages.xml as follows:

      <page view-id="/CustomersEdit.xhtml">
      #{authorizor.display}


      how can the authorizor Seam component (in this case a SLSB) find out the view-id value from pages.xml when isDisplay() is called (i.e. in the isDisplay() method, how will isDisplay() be able to get the view-id value)?

      Is this possible? thx.