Trejkaz created WICKET-4630:
-------------------------------

             Summary: StatelessDataTable (like DefaultDataTable but for use in 
stateless pages)
                 Key: WICKET-4630
                 URL: https://issues.apache.org/jira/browse/WICKET-4630
             Project: Wicket
          Issue Type: New Feature
            Reporter: Trejkaz


(inspired by WICKET-4620)

We have a StatelessDataTable which is implemented like DefaultDataTable but 
replacing all links with bookmarkable links.

Problem is, when there are form fields inside the table, the form doesn't 
process any of the fields in the table unless you perform a workaround which is 
apparently the "wrong" way to do it:

    @Override
    protected void onInitialize() {
        super.onInitialize();
        beforeRender();
    }

If there is a "right" way to do it, I think this warrants a stateless table 
component in Wicket so that people don't implement it from scratch the "wrong" 
way, which seems to be the only option at present.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to