Meanwhile, what about the URI?

Post-incubator, s2 had started to use

<%@ taglib uri="/struts-action" prefix="saf" %>

In Struts 1, we have started to use expressions like

<%@ taglib prefix="html" uri="http://struts.apache.org/tags-html"; %>
<%@ taglib prefix="s" uri="http://struts.apache.org/tags-faces"; %>

which corresponds to the JSTL conventions, like

<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %>

So, for Struts 2, do we want to do something like

<%@ taglib prefix="s" uri="http://struts.apache.org/tags-ui"; %>

Or, is it wrong to call all the s2 tags "ui" tags?

(I'm not worried about using "s" as our convention for both ui and
faces, because we would not expect anyone to to use them both in the
same page.)

-Ted.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to