Re: Getting a 503 Error.

2010-06-03 Thread Sabbir
have look at your console, there must be some exceptions thrown!!

On Jun 3, 3:42 am, ike ikelewis...@gmail.com wrote:
 Hey...

 I am using the plugin for Eclipse. There are no errors in my code
 according to Eclipse, but when I run the code, it gives me a screen
 like this:

 HTTP ERROR: 503

 SERVICE_UNAVAILABLE

 RequestURI=/In2Solar.html

 Powered by jetty://

 Is there someplace I could look to find out what is happening???

 Thanks.

-- 
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.



About GWT poject Deployment

2010-05-29 Thread Sabbir
i tried to deploy my simple gwt project into local Apache server by
copying all the contents of war folder to a newly created folder with
the same name as my project inside the root directory.

now when i run, i can see the interface page, however the RPC call is
not failing. can anyone explain on this?

or is there anyspecial methodology to deploy a GWT project in to
apache server?

-- 
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.



About Event and EventHandlers

2010-05-26 Thread Sabbir
suppose there are more than one classes which are listening for the
same Event. Now when the event is fired, how are the handlers going to
handler the event.

Is there a sequence order according to which the event is handled?

can we define how the handler should handle?

-- 
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.



Re: About Date object in GWT

2010-05-17 Thread Sabbir
and how about reading the years, months, day, hour, minutes and
seconds from the date object?



On May 15, 6:13 am, Sabbir leo.sh...@gmail.com wrote:
 the methods inDateobjecat as getTime, getHour, etc are deprecated
 ones.
 And in GWT calendarobjectis not allowed.

 so how do set thedateobjectin GWT???

 --
 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 
 athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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.



About Date object in GWT

2010-05-14 Thread Sabbir
the methods in Date objecat as getTime, getHour, etc are deprecated
ones.
And in GWT calendar object is not allowed.

so how do set the date object in GWT???

-- 
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.



HTMLPanel row sapcing??

2010-05-01 Thread Sabbir
i created some rows at comilationg time in .ui.xml file.
Later on, at run time using TableRowElement.Delete(int) function i
deleted the whole row.

on doing so, now at the deleted section, the row spacing is quite
larger than at other sections.

How do i correct it? can it be done?

-- 
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.



GWT MVP

2010-04-15 Thread Sabbir
i am having quite a difficulty in understanding MVP in gwt. Can
anybody suggest a good example easy one

-- 
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.