I am unable to make a @contrib:Table to run.
I have solved a lot of problems, following a tutorial for TP3 and
adapting it to TP4 that has no Table doc. Anyway, at the end I have a
single page where:
.html is:
<table class="mytable" jwcid="[EMAIL PROTECTED]:Table"
source="ognl:profiles"
columns="name"/>
.page has page-specification tag that contains:
<property name="profiles"/>
and the .java has
public List getProfiles(){
return profiles;
}
profiles instance is initialized during pageBeginRendering with beans
that have getName and setName, but I think this does not affect the
program, exceptions is raised before. Exception says:
"Either the tableModel parameter or both source and columns parameters
must be specified by component ProfilesSummary/table.tableView"
I have both source and columns and they are correct, as far as I know.
So... what's up?
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]