Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-4630

StatelessDataTable (like DefaultDataTable but for use in stateless pages)

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Reopened
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      (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.

      Attachments

        1. brokenstatelesstables.zip
          108 kB
          Trejkaz

        Issue Links

          Activity

            People

              Unassigned Unassigned
              trejkaz Trejkaz
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: