Re: binding property in my custom tag is not working

2007-11-23 Thread Cagatay Civici
Try removing anything related to binding in your custom tag, since it extends HtmlPanelGridTag which eventually extends UIComponentTag, binding property should be taken caren of in super class. On Nov 23, 2007 9:04 AM, Rajeshekar S <[EMAIL PROTECTED]> wrote: > Hi , > I want to create a cu

binding property in my custom tag is not working

2007-11-22 Thread Rajeshekar S
Hi , I want to create a custom tag with binding attribute.In the customTagClass i put property binding . The Tag class is: public class CustomPanelGridTag extends HtmlPanelGridTag{ private String paginator; private String binding; public void setBinding(String binding)