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