----- Original Message -----
From: "Jay Bose" <dig...@ya...>
To: "webwork-devel" <web...@li...>
Sent: Sunday, January 20, 2002 12:53 AM
Subject: [Webwork-devel] aliases for webwork taglib
> Can anyone give a clear explanation for using numerous aliases for the
webwork
> taglib? I assumed it was to clarify to designers/developers the
presentation
> and logioc segments... help.
>
IMHO:
It allows you to visually categorize/group tag logic; for instance, "ui:"
tag tells you that these are form tags.
- normally refers to tags under base tag package
> <%@ taglib uri="webwork" prefix="webwork" %>
- normally refers to tags under ui package
> <%@ taglib uri="webwork" prefix="ui" %>
- normally refers to tags under iterator package
> <%@ taglib uri="webwork" prefix="iterator" %>
>
>
> =====
> Respectfully,
>
> Jay Bose
>
> __________________________________________________
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
>
> _______________________________________________
> Webwork-devel mailing list
> Web...@li...
> https://lists.sourceforge.net/lists/listinfo/webwork-devel
>
>
|