When I code this "column" tag:

<display:column property="pct" title="Percent" />

I get an error message telling me that the taglib can't find a "pct"
property in my Java object. But there it is, there is a getPct() getter
function. If I change the name of that property to "xxx", and change the
getter to getXxx(), it works fine.

The object compiles just fine with the getPct function, and getPct can be
called from other Java objects. So what's going on here? Is "pct" a reserved
work in the taglib?

One other question. I see a doubleQuote attribute for the column tag in the
documentation. But the doc doesn't say what doubleQuote would do. I tried
setting it to "true" and saw no effect. What does this attribute do?


--
Tim Slattery
[EMAIL PROTECTED]



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to