[ 
https://issues.apache.org/jira/browse/WICKET-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068339#comment-13068339
 ] 

Adriano dos Santos Fernandes commented on WICKET-3886:
------------------------------------------------------

The implementation broke datatable used with CompoundPropertyModel, as it's 
trying to access non-existent 'caption' property because the model is null.

> Option for providing caption to DataTable
> -----------------------------------------
>
>                 Key: WICKET-3886
>                 URL: https://issues.apache.org/jira/browse/WICKET-3886
>             Project: Wicket
>          Issue Type: New Feature
>    Affects Versions: 1.5-RC5.1
>            Reporter: Don Ngo
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.5-RC6
>
>
> Please consider adding an option for providing the value for the caption tag 
> in the DataTable class.  Doing so will allow us to have data table like below:
> <table>
> <caption>Some caption<caption>
> <thead>
> ...
> </thead>
> <tfooter>
> ...
> </tfooter>
> <tbody>
> ...
> </tbody>
> </table>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to