Hi all!
I create two tables(tableA,tableB), the columns of both are consist of some properties of the same javabean.
now,I want to let a property of the javabean in the two tables render different messages, so how can I do it??
for example :
the property of the javabean is "name"
in tableA,it render as "userName"
while in tableB,it render as "clientName"
