Read the JavaBeans specification that Craig pointed you to. Find section 8.6, "Explicit Specification using a BeanInfo class". In short, all I do is make the class available, and introspection uses the class.
> -----Original Message----- > From: Dan Tran [mailto:danttran@;hotmail.com] > > Hi Karr and Craig, I will post back any info they will provide. > > However, I am just get more curious on this topic after > reading the BeanInfo spec and Struts-es source code. > > In the case of Buton-el I found ELButtonTagBeanInfo and > ELButtonTag, however > after doing more text search > I found they are not quite related. The question here is > how can java introspection know to use ELButtonTagBeanInfo to get the > correct geter/setter methods. > Does struts-el setup this up somewhere else outside the source? -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

