Indexed Tags (TextArea)

2001-09-02 Thread Henry Mugasha
Hi, The struts-html taglib allows for indexed tags on almost all form tags apart form the textarea form tag. Why is this so? Can this be easily fixed? Henry Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/

Re: [JXPath] support for DOM and transparent containers

2001-09-02 Thread james . webster
Dmitri, Good stuff!!! For instance, the attribute axis is supported for DOM objects, even though it is not applicable to JavaBeans. Why not just map JavaBean properties to both XML elements and attributes? So if a bean 'foo' has a property 'bar', let $foo/bar and $foo/@bar both be valid

[JXPath] support for DOM and transparent containers

2001-09-02 Thread Dmitri Plotnikov
I checked in two important additions to JXPath. 1. JXPath now supports DOM Nodes in addition to JavaBeans, objects with Dynamic Properties and collections. The DOM object can be the context node of JXPathContext or it can be a value of a property, element of a collection, variable value etc.