How can I formulate the given problem in GWT context

2010-07-12 Thread Raza
I have just started using GWT for web interface for our application.

My app has three different views for three different types of users.
Each user has different type of interface (i.e. different navigation
different menus etc).

There is one login page which will be index page of the application.
The user shall enter the credentials and will be redirected to his/her
section.

My problem is that how I can transform this scenario in GWT context.
Weather I shall have four modules (i.e. one for login and other three
for three type of users); weather there will be one module and I just
have to change/load panels according to the user view type.

Kindly help me in this regard.

Cheers

Raza

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



embedding gwt generated js in wordpress

2009-03-16 Thread raza

Hello all,

This may be a newbie question, if so I apologize.

Im trying to embed javascript generated by GWT in a wordpress page,
but am getting exceptions. The javascript itself is just popping up an
alert box saying hello.

The exceptions I get are as follows:

Error: uncaught exception: Permission denied to get property
Window.__gwtstatsEvent
Error: uncaught exception: Permission denied to get property
Window.org_delphinus_noshery_Main

You can assume that the trivial problems like mistyped URLs etc have
been investigated. The javascript is being accessed, but apparently
getting the window is a problem. The same happens for anything more
complicated (like trying to put a button on the panel etc)


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



Re: embedding gwt generated js in wordpress

2009-03-16 Thread Raza Ali
Sorry all, i found the error. The main.gwt.xml needs the following lines,
since I was linking externally.

inherits name=com.google.gwt.core.Core /
*add-linker name=xs / *


On Mon, Mar 16, 2009 at 5:53 PM, raza raza@gmail.com wrote:


 Hello all,

 This may be a newbie question, if so I apologize.

 Im trying to embed javascript generated by GWT in a wordpress page,
 but am getting exceptions. The javascript itself is just popping up an
 alert box saying hello.

 The exceptions I get are as follows:

 Error: uncaught exception: Permission denied to get property
 Window.__gwtstatsEvent
 Error: uncaught exception: Permission denied to get property
 Window.org_delphinus_noshery_Main

 You can assume that the trivial problems like mistyped URLs etc have
 been investigated. The javascript is being accessed, but apparently
 getting the window is a problem. The same happens for anything more
 complicated (like trying to put a button on the panel etc)


 


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