Hi all,

I've used the sources from Fracois Rey and have changed the
the commons bean-utils, so that they support string indexed
properties.

Now I can use following notation:

<html:text property="prop(index)" />

which translates into:

getProp("index") and setProp("index", value)


It works also in combination with nested and integer indexed 
properties.

Does anybody need it? Would it be possible to add this feature
to the Apache's version of bean-utils?

It works with Struts 1.1 from CVS and needs some testing and
polishing yet.

--
gR



Reply via email to