Seems like it might be a legitimate bug. Can you file a JIRA ticket, and
include sample code and a stack trace if possible?
Thanks,
Greg
On Jun 24, 2010, at 11:43 PM, Michael Allman wrote:
> There seems to be a facility in the BeanAdapter.get method for getting the
> value of a field from the underlying object. The block I'm referring to
> begins
>
> if (key.startsWith(FIELD_PREFIX)) {
>
> and is in Pivot 1.5. But when I try to use this by setting a textKey
> attribute to a field name prefixed with a ~, I get an
>
> JavaException: java.lang.IllegalArgumentException: Illegal identifier
> character.
>
> What's up?
>
> Cheers,
>
> Michael
>