I am new to GWT and currently writing some stub programs to get used
to it. I had a look at the MVP Architecture presentation on the
website and tried some sample application. I struggling to find out
how to position my widget.

Overview of my dummy application.

This is a filtering application that has filter panel(List of
Listboxes) and main panel displays the results of the search criteria.

I have written 2 Composite Views and an appcontroller to control the
application.
1. FilterView
2. ResultOverviewView


<table width = "1200px">
      <tr>
        <td id="filterView" align = "left" valign="top" width="20%"></
td>
        <td id="resultView" align = "left" width = "80%"
valign="top"></td>
      </tr>
</table>

How do i force the composite view(ResultOverviewView to display inside
the "resultView" table.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to