On the note of introspection, is there any push to make accomodations via Proxy to allow DynaBeans to work with JSTL? It wouldn't be hard at all to add it to BeanUtils.

Object proxyObject = ProxyBeanUtils.createProxyObject(DynaBean, Class);
Collection proxyCollection = ProxyBeanUtils.createProxyCollection(Collection, Class);


request.setAttribute("bean", proxyObject);
request.setAttribute("collection", proxyCollection);

Craig R. McClanahan wrote:

On Thu, 27 Feb 2003, Chen, Gin wrote:



Bug in java's introspector??
No way.. java has no bugs. o.O




You *know* the answer to this one! It's not a bug, it's a feature!


Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to