Hello Thomas, Here is the post I had posted a few days back. Regards
Title:GWT ...geting 2 elements in one row and how to link to several html files instead on of only one Hello, I am new to GWT I am trying to create a simple login page which is linked to a login.html and login.css file I have a vertical panel and have created a Label for Username and a textfield for entering the userid. However when I say vPanel.add() to both of them...they go to different rows. How does one get them in one row. Will I have to use another container for each row.(Plese note that there could be several more rows like this ...name, first name, last name etc) What type of container do you suggest for each row should it be a horizontal Panel or something else? (I think the grid widget may do the job...but I dont really like keeping a count of which widget is in which grid) Also after hitting the submit button I would like the application to go to be linked to another html page e.g. index.html instead of the original login.html. How do I do that? Would appreciate some answers from knowledgeable folks on this. Regards, On Sat, Apr 17, 2010 at 3:11 PM, Thomas Broyer <[email protected]> wrote: > > On Apr 17, 5:41 am, Sid <[email protected]> wrote: > > Hello, > > I have made a post "GWT ...geting 2 elements in one row and how to > > link to several html files instead on of only one" a few days back. I > > do not know the status of this...neither do I know how to go to this > > post. > > I don't remember having seen it. > > > Once logged in is there some link which says "go to my posts" or > > something like that. > > If you go to your "Profile" (link on the top right corner) you'll see > your "Recent Activity". > -- Regards, Roland -- 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.
