Posted By:
curious_reader
Posted On:
Wednesday, June 17, 2009 09:38 AM
Hi,
I am new at JSF and I am having trouble with some tag handling.
I have a tag:
in my tag handler, when I call on getAttributes(), I only get attr1 and attr3, the attr2 is missing. But if I change attr2 to some normal string (rather than using binding to bean) it works.
So, for some reason when the attribute is binded to a backing bean, it's taken away from the list of attributes returned by getAttributes? If that's the case - how do I get the attr2 from?
Thank you !