Hi George, I had the same problem today and my solution was to add this:

    private @Environmental
    JavaScriptSupport js;

    private void setupRender() {
        js.require("bootstrap/dropdown");
    }

to your Layout.java class.

On 11/08/13 17:12, George Christman wrote:
Hi everyone, I'm not sure what I need to do to use bootstrap dropdown. Do I
need to somehow include the dropdown js? If so, how would I go about doing
this? Thanks.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to