playing 10 years of catch up in java and 5 years of catch up in seam.

is see org.jboss.seam.ui.graphicImage.GraphicImageRendererBase
calls a 

  |  HTML.renderHTMLAttributes(writer, component, 
HTML.IMG_PASSTHROUGH_ATTRIBUTES);
  | 
  | 


org.jboss.seam.ui.util.HTML.java

are we missing and ID_ATTR ?


  | public static final String[] IMG_ATTRIBUTES =
  |     {
  |         ALIGN_ATTR,
  |         ALT_ATTR,
  |         BORDER_ATTR,
  |         HEIGHT_ATTR,
  |         HSPACE_ATTR,
  |         ISMAP_ATTR,
  |         LONGDESC_ATTR,
  |         USEMAP_ATTR,
  |         VSPACE_ATTR,
  |         WIDTH_ATTR
  |     };
  | 
  |   public static final String[] IMG_PASSTHROUGH_ATTRIBUTES =
  |         concat(
  |            IMG_ATTRIBUTES,
  |            COMMON_PASSTROUGH_ATTRIBUTES);
  | 


dont laugh too hard if that was stupid beyond words. just making a stab at it. 
:)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122067#4122067

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122067
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to