backbone view inside a jquery ui dialog

backbone view inside a jquery ui dialog

I have a backbone view and in it I have a button click event. When the event fires, I want to launch another view inside a jquery ui dialog wher user can enter information which would be saved to the database.

I have no issue launching a .html page inside the jquery ui dialog, however its launching a view inside a dialog i am having issues with