dev@woodstock.java.net

Minor example app bug.

From: Steven Bell <bell.steven_at_gmail.com>
Date: Thu, 27 Sep 2007 08:44:57 -0700

Hi all,

I'm not quite sure the process for sending in a patch (and this is so minor)
so I thought I'd start by sending it here.

In the example project file 'table/selectSingleRow.jsp' line 82 the code
reads:

<webuijsf:tableColumn id="col2" alignKey="first"
headerText="table_FirstName">

Where it should read.

<webuijsf:tableColumn id="col2" alignKey="first" headerText="#{
msgs.table_FirstName}">



-- 
Regards,
Steven Bell