Ted Husted wrote:
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?
Not all s2 tags are considered UI, as delineated in the showcase application.
We could either split up the taglib or just call it:
<%@ taglib prefix="s" uri="http://struts.apache.org/core" %>
Since it is in the core module.
Don
(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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]