You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by dm...@apache.org on 2003/12/20 18:34:35 UTC

cvs commit: jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/tiles ELUseAttributeTagBeanInfo.java

dmkarr      2003/12/20 09:34:35

  Modified:    contrib/struts-el/src/share/org/apache/strutsel/taglib/tiles
                        ELUseAttributeTagBeanInfo.java
  Log:
  Adding accessor references for "classname" attribute.
  
  Revision  Changes    Path
  1.2       +7 -3      jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/tiles/ELUseAttributeTagBeanInfo.java
  
  Index: ELUseAttributeTagBeanInfo.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/tiles/ELUseAttributeTagBeanInfo.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ELUseAttributeTagBeanInfo.java	7 Sep 2003 03:22:45 -0000	1.1
  +++ ELUseAttributeTagBeanInfo.java	20 Dec 2003 17:34:35 -0000	1.2
  @@ -82,6 +82,10 @@
                                                   null, "setIdExpr"));
           } catch (IntrospectionException ex) {}
           try {
  +            proplist.add(new PropertyDescriptor("classname", ELUseAttributeTag.class,
  +                                                null, "setClassnameExpr"));
  +        } catch (IntrospectionException ex) {}
  +        try {
               proplist.add(new PropertyDescriptor("scope", ELUseAttributeTag.class,
                                                   null, "setScopeExpr"));
           } catch (IntrospectionException ex) {}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org