Opened 18 years ago

Closed 18 years ago

#258 closed defect (fixed)

All view pages with an Annotations tab have duplicate html documents

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: critical Milestone: BASE 2.0 RC2
Component: web Version:
Keywords: Cc:

Description

The contents of the Annotations tab is generated by a <jsp:include> tag. The included page generates a complete HTML page by itself. Thus, when the result is put together with the parent page, the result is very invalid HTML. The browsers seems to handle it well though...

Suggested solution is to add a new page type (include?) to the <base:page> taglib that doesn't generate the <html>, <bode>, etc. tags.

Change History (1)

comment:1 by Nicklas Nordborg, 18 years ago

Resolution: fixed
Status: newclosed

(In [2297]) Fixes #258: All view pages with an Annotations tab have duplicate html documents

Note: See TracTickets for help on using tickets.