Quoting Ulrich Stärk <[EMAIL PROTECTED]>:

Do a form submit upon selecting something in the first dropdown, then
render the second dropdown according to the selection made. And vote for
https://issues.apache.org/jira/browse/TAP5-138.


Thanks, but I must be doing something wrong as I cannot get this to work (ignore the fact I have only one select dropdown on here for now):


                <form t:type="form">
Name Space: <select onchange="javascript:this.form.submit();" t:id="tagSelect" t:type="select" t:model="nsBases" t:value="nsBase" t:encoder="nsBases" t:blankOption="NEVER"></select>
                        <input type="submit" value="Search"/>

                </form>



        void onSelectedFromTagSelect()
        {
                System.out.println("*******************************");
        }


How can I tell the submit comes from the select? I thought this would have worked but...?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to