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
Matt Raible is a Web Architect who enjoys developing applications with open source technologies. Contact me for rates.
Search This Site
Recent Entries
- What's Next
- Jack's Mohawk
- LinkedIn Cuts 10% (a.k.a. The Journey is Over)
- Happy Birthday Abbie!
- Moving from Spring's XML to Annotations in AppFuse
- Free Maven Training in New Orleans on Election Day
- AppFuse Light ยป AppFuse, Maven Archetypes and Shared Web Assets
- Great Weekend in Montana
- Colorado Software Summit 2008 Wrapup
- RESTful Web Applications with Subbu Allamaraju
Posted by Matt p on August 12, 2003 at 10:04 AM MDT #