Link to home
Start Free TrialLog in
Avatar of kieranocallaghan
kieranocallaghan

asked on

display:table Undefined attribute border

I have a table in my struts application for listing courses, it is created using:
<display:table name="courseList" id="course" pagesize="15" requestURI="">

The table works fine but when I try to add a border: border="1" eclipse throws a warning: "undefined attribute name border".
When I run the application the table is displayed without a border.

As far as I can tell all required libraries are in the correct place.

see attached screen shot
Avatar of kieranocallaghan
kieranocallaghan

ASKER

User generated image
ASKER CERTIFIED SOLUTION
Avatar of kieranocallaghan
kieranocallaghan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial