dev@woodstock.java.net

Re: Minor example app bug.

From: Bob Yennaco <Bob.Yennaco_at_Sun.COM>
Date: Thu, 27 Sep 2007 13:05:37 -0400

Simply submit an issue from
https://woodstock.dev.java.net/servlets/ProjectIssues, which I have just
done for this bug (#787).

Steven Bell wrote:
> 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