Re: Re: Custom tag

2012-07-06 Thread José Luis Cetina
Here is what i have: http://www.w3.org/1999/xhtml"; xmlns:h="http://java.sun.com/jsf/html"; xmlns:f="http://java.sun.com/jsf/core"; xmlns:p="http://primefaces.org/ui"; xmlns:kx="http://java.sun.com/jsf/composite/componentes"; xmlns:cc="http://java.sun.com/jsf/composit

Re: Re: Custom tag

2012-07-06 Thread José Luis Cetina
I saw you example before, but i get confused when i try yo use the targetAttributeName, in my xhtml says: "The attribute targetAttributeName is not defined in the component attribute" Im using MyFaces 2.1.8 with TomEE 1.0.0 (trunk updated version). Why targetAttributeName is not defined? what im

Re: Re: Custom tag

2012-07-06 Thread Leonardo Uribe
Hi For that case, in JSF 2.1 a new attribute for cc:attribute was added called targetAttributeName. For example: testComposite:compositeActionTargetAttributeName.xhtml actionTargetAttributeName.xhtml This is