Tuesday August 12, 2003
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 in Java
at Aug 12 2003, 09:14:14 AM MDT
1 Comment
Search This Site
Recent Entries
- Wine Tasting in Napa Valley
- How to build a Shot-Ski
- Bus Project Update
- Farewell to the 2011-2012 Ski Season
- Cruising around the Western Caribbean
- Spring Break!
- A Spectacular Trip to Stockholm and Madrid
- Comparing Web Frameworks and HTML5 with Play Scala at Jfokus 2012
- Play Framework 2.0 with Peter Hilton at Jfokus
- Secure JSON Services with Play Scala and SecureSocial
Posted by Matt p on August 12, 2003 at 10:04 AM MDT #