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