Hi,

where do you reference the component (from below) in your markup
(either parent or child) above? Somewhere I'd expect <span
wicket:id="myJavascriptComponent />

I skipped over that as there is another panel markup file... Here you go:


== Child markup

<?xml version="1.0" encoding="ISO-8859-1"?>
<html xmlns="http://www.w3.org/1999/xhtml"; xmlns:wicket="http:// wicket.sourceforge.net/">

  <wicket:extend>

       <form wicket:id="wizard">

      <div wicket:id="feedback" class="feedback"></div>
      <div wicket:id="wizardPanel"></div>

    </form>

  </wicket:extend>

</html>



== wizardPanels markup:

<?xml version="1.0" encoding="ISO-8859-1"?>
<html xmlns="http://www.w3.org/1999/xhtml"; xmlns:wicket="http:// wicket.sourceforge.net/">

    <body>
        <wicket:panel>

            <div class="formvalue">
                <label for="test">Test:</label>
<select id="test" wicket:id="myJavascriptComponent"></select>
            </div>

        </wicket:panel>
    </body>

</html>


Ralf


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to