hakandilek / xmdl

Automatically exported from code.google.com/p/xmdl
0 stars 0 forks source link

JET2 Tag Library #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A Jet template library will be used in templates, instead of a explicit
method calls, to simplify template coding process.

http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.jet.doc/references/t
aglibs/javaTags/overview.html

Original issue reported on code.google.com by hakandi...@gmail.com on 11 Nov 2007 at 6:04

GoogleCodeExporter commented 9 years ago
New template tag libraries are introduced in the module "xmdl.genext"

Those libraries are accessed via the following definition within the templates:
<%@taglib prefix="xc" id="xmdl.genext.xmdlClass" %>
<%@taglib prefix="ida" id="org.xmdl.ida.idaUtils" %>

Original comment by hakandi...@gmail.com on 6 Dec 2007 at 1:58