Hello all,

I've been using a BeanModel to map my data structures to a grid-based
component but have come up on a bit of an annoyance as described in subject.

The property name provided ends up as the column name in the rendered grid.
When passed into PropertyModelImpl inside BeanModelImpl it has all non-word
characters stripped from it by TapestryInternalUtils.defaultLabel.

For instance I might have a property name of: (Bob)'s-Empire and it'll be
stripped down to BobsEmpire. Really need that punctuation!

Beyond trying to extend or reimplement the default implementations would
anyone happen to know of or be able to imagine any simple or elegant way to
preserve property name labels?

Thanks in advance,
Peter



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/PropertyModelImpl-Stripping-Non-Word-Characters-From-Its-Label-tp5716383.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to