Show PDF with POST request

2009-03-12 Thread nikolcha
I have this: 1. [client] Call server from client via GWT-RPC 2. [server] Create map of the data and store them under the key 3. [server] Return key to the client 4. [client] Set Servlet URL with the key as query parameter in the com.google.gwt.user.client.ui.Frame instance 5. [server] In the Serv

Re: Show PDF with POST request

2009-03-17 Thread nikolcha
Thanks! I just tried, and for my problem, it works great! On Mar 12, 5:21 pm, Thomas Broyer wrote: > On 12 mar, 11:01, nikolcha wrote: > > > > > I have this: > > > 1. [client] Call server from client via GWT-RPC > > 2. [server] Create map of the data and store

Change height proportion of two panels

2009-03-20 Thread nikolcha
Code snippet: import com.gwtext.client.widgets.Panel; ... public void initComponents() { ... Panel mainPanel = new Panel(); mainPanel.setLayout(new RowLayout()); Panel A = new Panel(); Panel B = new Panel(); ... mainPanel.add(A, ne