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

Dequeue auto component can't resolve components if they are nested in child markup

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 7.0.0-M3
    • 7.0.0-M4
    • None
    • None

    Description

      If a container has an auto component (ex: enclouse) in its markup but this later is nested inside a child, the autocomponent won't be resolved if child is a IQueueRegion. For example (taken from quickstart):

              <span wicket:id="myBorder"> 
      	   bar
      	   
      	   <wicket:enclosure>
                    <span wicket:id="c">c</span>
      	   </wicket:enclosure>
      	</span>
      

      Attachments

        1. QueueBorder.tar.gz
          28 kB
          Andrea Del Bene

        Issue Links

          Activity

            People

              bitstorm Andrea Del Bene
              bitstorm Andrea Del Bene
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: