Cool JSP Tag: State Tag
I found a cool State Tag this morning that I'm using in my project this week. It works very nice and just like I'd expect. Here's how I'm using it:
<%@ taglib uri="http://www.servletsuite.com/servlets/statetag" prefix="state" %> ... <bean:define id="state" name="userFormEx" property="state" type="java.lang.String" /> <state:state name="state" default="<%=state%>" />
Posted by Matt p on August 12, 2003 at 04:04 PM MDT #