GWT Security

2009-10-26 Thread Markuz05
Hello, Is it possible to have differente security-constraint for different web application areas. For example, if I have different user-groups how can I manage access control. I'd like to block users without sufficient credentials to view secret web areas. I've just set up a login form and an aut

Re: Selenium IDE problem

2008-10-21 Thread Markuz05
if for you it's so too. Bye On 21 Ott, 02:43, Joe Cole <[EMAIL PROTECTED]> wrote: > We haven't used trees, but for everything else we had to use a global > id generator: > > Widget x = ...; > Ids.add(x); // set's the id of x to some unique id > > Joe &

Selenium IDE problem

2008-10-20 Thread Markuz05
I'm trying to use Selenium IDE to test my web application. Is it possible that selenium doesn't record click on my item tree? How can i resolve this problem? I think that this tool could be very usefull for my tests but this problem stops me ; thank you Markuz --~--~-~--~~

Scrollable tabBars

2008-10-16 Thread Markuz05
How can I create a TabPanel with a scrollable TabBars. Have you got any suggestions? Thanks, Markuz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Go

Re: Send a widget to the server?

2008-09-17 Thread Markuz05
Ok, clear! I'll send only data. :-) thank you! On Sep 16, 9:00 pm, WadeC <[EMAIL PROTECTED]> wrote: > Don't sent the widgets to the server. Just send the data from the > widget to the server... > > On Sep 16, 6:53 am, Markuz05 <[EMAIL PROTECTED]> wrote: >

Send a widget to the server?

2008-09-16 Thread Markuz05
Hi, I wonder if it's possible, and if it' a good choice send a widget to the server. My application is a typical CRUD application where users search data, edits and sends them back to the server. Data are displayed on the browser in tables. I created a complicated data-structure to store data in