You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Palancher aurélien (JIRA)" <ji...@apache.org> on 2015/08/07 16:18:46 UTC

[jira] [Created] (WICKET-5962) Queuing : test existance of components in markup

Palancher aurélien created WICKET-5962:
------------------------------------------

             Summary: Queuing : test existance of components in markup
                 Key: WICKET-5962
                 URL: https://issues.apache.org/jira/browse/WICKET-5962
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 7.0.0
            Reporter: Palancher aurélien
            Priority: Minor


In my Web Application, i can have many html files associated to one component Java class. eg CompTest.java and CompTest.html, CompTest_1.html.
Each of html files contains all or only a part of the wicket components queued in the Java class.

In the 7.0.0 version, it seems that this case doesn't work (or i may be wrong ?) It would be great to have the possibility to queue a component even if the markup doesn't contain it. 

My 6.x Wicket application works fine this way.

Simple example : a cart component (cart.html) that can show many details before validating, or the same Java class with a cart_1.html which is the minified version you can see on the top of the site.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)