> length are related to the fact that the method call on a string is
> String.length() not String.getLength and when I use
> size="%{attrib.length}"
> OGNL is trying to call getAttrib().getLength() on my action
You could create your own MyString class that
extends String and then have a getLength() method
that calls super.length().
It's a pain, but should work.
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net
Host your struts app on a CentOS VPS for only $25/month!
Unmetered bandwidth, 7 day no risk trial, Google Checkout
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]