1 Reply Latest reply on Feb 11, 2009 8:04 AM by lightlinger

    Facelets custom tag attributes in Seam component

    lightlinger

      Hello,


      I made a custom tag using facelets ui:component:



      <myTaglib:customTag anAttribute="itsValue" />




      Now I want to access the value of anAttribute out of a Seam component (a simple Java class) without passing it through a method parameter.


      How can this be done? Any Context or anything else that can be read out?


      Thanks and regards,


      Tim