Re: GWT throwing java.lang.UnsatisfiedLinkError when trying to make http requests using URL encoding

2011-01-13 Thread Ananda Matthur
Oh ok. Got the problem. Thanks a lot guys :)

On 14 January 2011 04:24, Y2i yur...@gmail.com wrote:

 ... or HttpURLConnection


 http://download.oracle.com/javase/6/docs/api/java/net/HttpURLConnection.html

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://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-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: How to import samples of GWT into Eclipse

2009-04-19 Thread Ananda

Use the below command line 

projectCreator.cmd -out projectname -eclipse projectName

Cheers,
Ananda 

-Original Message-
From: Google-Web-Toolkit@googlegroups.com
[mailto:google-web-tool...@googlegroups.com] On Behalf Of
spike2...@googlemail.com
Sent: Sunday, April 19, 2009 5:44 PM
To: Google Web Toolkit
Subject: Re: How to import samples of GWT into Eclipse


So what exactly do I have to do?
Where in my Cmdline do i have to go and what do I have to execute to
be able to import the samples as eclipse projects?


--~--~-~--~~~---~--~~
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: Two TabPanels, different CSS styles

2009-02-26 Thread Ananda

I belive you can do it..
Use the different style name , it will work

Regards,
AR


-Original Message-
From: Google-Web-Toolkit@googlegroups.com
[mailto:google-web-tool...@googlegroups.com] On Behalf Of Master Shake
Sent: Friday, February 27, 2009 8:18 AM
To: Google Web Toolkit
Subject: Two TabPanels, different CSS styles


Is there a way to have different css styles for two of the same GWT
composite types (i.e. TabPanels) in the same document? I have two
TabPanels and I want one TabPanel to have larger tabs...

Thanks,
-ms



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



Tab bar styles are not working..

2009-02-07 Thread Ananda Rao

Hi,

i have added styles to tab-bar, but they are not reflecting ( are in
the default style).

below are my CSS code..

can you please help me here why it is not getting reflected to the tab panle..

.gwt-TabBar .gwt-TabBarFirst {
height: 100%;
border-bottom: 1px solid #87b3ff;

}

.gwt-TabBar .gwt-TabBarRest {

border-bottom: 1px solid #87b3ff;
vertical-align: bottom;


}

.gwt-TabBar .gwt-TabBarItem {

   background-image: url(home.gif);
cursor: hand;

}

.gwt-TabBar .gwt-TabBarItem-selected {


width : 193px;
color: Black;
margin-left: -20px;
border-right: 2px solid Black;
font-family: Tahoma;
font-size: 15px;
font-weight: bold;
white-space: nowrap;
background-color: white;
background-image: url(Tab01.png);
cursor: default;
}

--~--~-~--~~~---~--~~
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: Error in pushbutton

2009-01-27 Thread Ananda

Can some please help me here...

Regards,
Ananda

-Original Message-
From: Ananda Rao [mailto:ananda.hayavadh...@googlemail.com] 
Sent: Tuesday, January 27, 2009 10:51 AM
To: google-web-toolkit
Subject: Error in pushbutton

HI,

i have a code where in i have added pushbutton with images in the
background..

when i execute this i am getting the buttons propetly. but when i drag drop
the button it is giving unexpected error  and all my application closes.

but this is not happaening if i use only button without background image.

below is my code.

 final PushButton pushButton_1 = new PushButton(new Image
(save_all_32x32.png), new Image (save_all_32x32_1.png));
rootPanel.add(pushButton_1, 65, 94);
pushButton_1.setSize(46px, 40px);

final PushButton pushButton_2 = new PushButton(new Image
(searchtool_32x32.png),new Image(searchtool_32x32_1.png));
rootPanel.add(pushButton_2, 118, 94);
pushButton_2.setSize(40px, 40px);

final PushButton pushButton_3 = new PushButton(new Image
(delete_32x32.png),new Image (delete_32x32_1.png));
rootPanel.add(pushButton_3, 171, 96);
pushButton_3.setSize(40px, 36px);

final PushButton pushButton_4 = new PushButton(new
Image(news_32x32.png), new Image (news_28x28_1.png));
rootPanel.add(pushButton_4, 224, 98);
pushButton_4.setSize(40px, 38px);


Can any one tell me how can i get rid from tis error.

Thanks in Advance
Rao


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



Error in pushbutton

2009-01-26 Thread Ananda Rao
HI,

i have a code where in i have added pushbutton with images in the background..

when i execute this i am getting the buttons propetly. but when i drag
drop the button it is giving unexpected error  and all my application
closes.

but this is not happaening if i use only button without background image.

below is my code.

 final PushButton pushButton_1 = new PushButton(new Image
(save_all_32x32.png), new Image (save_all_32x32_1.png));
rootPanel.add(pushButton_1, 65, 94);
pushButton_1.setSize(46px, 40px);

final PushButton pushButton_2 = new PushButton(new Image
(searchtool_32x32.png),new Image(searchtool_32x32_1.png));
rootPanel.add(pushButton_2, 118, 94);
pushButton_2.setSize(40px, 40px);

final PushButton pushButton_3 = new PushButton(new Image
(delete_32x32.png),new Image (delete_32x32_1.png));
rootPanel.add(pushButton_3, 171, 96);
pushButton_3.setSize(40px, 36px);

final PushButton pushButton_4 = new PushButton(new
Image(news_32x32.png), new Image (news_28x28_1.png));
rootPanel.add(pushButton_4, 224, 98);
pushButton_4.setSize(40px, 38px);


Can any one tell me how can i get rid from tis error.

Thanks in Advance
Rao

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



hs_err_pid4008.log
Description: Binary data


How to wrap a text in a text box

2008-12-28 Thread Ananda Rao

Hi ,

i have a code which will display the text from the database into the textbox.
i want to wrap the text inside the textbox so that i can see entire
text without moving my cursor.

can any one tell me how can i do this please

--~--~-~--~~~---~--~~
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: Stack Panel

2008-12-21 Thread Ananda
Thanks Ajay..

 

From: Google-Web-Toolkit@googlegroups.com
[mailto:google-web-tool...@googlegroups.com] On Behalf Of ajay jetti
Sent: Saturday, December 20, 2008 1:10 PM
To: Google-Web-Toolkit@googlegroups.com
Subject: Re: Stack Panel

 

Try Using .gwt-StackPanelContent tag and use a background:your-color for
changing the color.



--~--~-~--~~~---~--~~
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: Is they a way to create minimise buttons?

2008-11-24 Thread Ananda

Thanks James,

Is there a way to implement without using third party jar files?

I am using GWT 1.5.3 version..is it possible to implement the same in GWT
alone?

Ananda

-Original Message-
From: Google-Web-Toolkit@googlegroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
com
Sent: Monday, November 24, 2008 1:38 PM
To: Google Web Toolkit
Subject: Re: Is they a way to create minimise buttons?


Hi, Ananda

  May you asked at wrong place? If you don't mind import thirdparty
project, you can have a look gwt-ext or mywidget project, it's very
easy to implement your require.

James

On 11月24日, 下午6时42分, Ananda [EMAIL PROTECTED] wrote:
 Hi Every one

 Greeting to everyone..

 I want to create a popup like a screens in windows.

 More precisely I am require to create a popup having close , minimize,
 maximize buttons.

 Is there any way to create these? Can any give me a hint so that I can
work
 on that?

 Regards
 Ananda


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Is they a way to create minimise buttons?

2008-11-23 Thread Ananda

Hi Every one

Greeting to everyone..

I want to create a popup like a screens in windows.

More precisely I am require to create a popup having close , minimize,
maximize buttons.

Is there any way to create these? Can any give me a hint so that I can work
on that?

Regards
Ananda


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Tab panel Css

2008-10-03 Thread Ananda Rao

Hi all,

i know how to create the tab panel. but not able to add the image and
add css to it..

my code is

final RootPanel rootPanel = RootPanel.get();

final TabPanel tabPanel = new TabPanel();
rootPanel.add(tabPanel, 0, 0);
tabPanel.setSize(747px, 355px);

final AbsolutePanel absolutePanel = new AbsolutePanel();
tabPanel.add(absolutePanel, Tab);
absolutePanel.setHeight(100px);

final AbsolutePanel absolutePanel_1 = new AbsolutePanel();
tabPanel.add(absolutePanel_1, Tab);
absolutePanel_1.setHeight(300px);

final AbsolutePanel absolutePanel_2 = new AbsolutePanel();
tabPanel.add(absolutePanel_2, Tab);
absolutePanel_2.setHeight(300px);
tabPanel.selectTab(0);
i want to give space between the tabs buttons and also i want add
image to the tab buttons..

can any one help me in this.
if possible please give me example along with code.

thanks in advance

Regards
Ananda

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



How to add thrid party Jar file

2008-09-29 Thread Ananda Rao

Hi,

i have downloaded the gwt-incubator,jar file .
nut i dont know how to add this to my project. i need to use
datepicker but not able to do so.

can any one help me here

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How to add thrid party Jar file

2008-09-29 Thread Ananda Rao

thanks olivier  for replying.

i was actually trying to use gwt-incubator.jar.
i have downloaded the sample code from the below URL and trying to test that.

http://code.google.com/p/google-web-toolkit-incubator/wiki/DatePicker

but getting error.
WidgetIdeas cannot be resolved.

can you please tell me what i have to do here to get rid of this error.


i have added this in tha classpath

On Mon, Sep 29, 2008 at 8:03 PM, olivier nouguier
[EMAIL PROTECTED] wrote:
 Hi,
  If the jar contain the source (.java files) simply:
 * add the jar to your classpath.
 * inherit the new module in your yourApplication.gwt.xml.


 On Mon, Sep 29, 2008 at 3:44 PM, Ananda Rao
 [EMAIL PROTECTED] wrote:

 Hi,

 i have downloaded the gwt-incubator,jar file .
 nut i dont know how to add this to my project. i need to use
 datepicker but not able to do so.

 can any one help me here





 --
 Quand le dernier arbre sera abattu, la dernière rivière asséchée, le
 dernier poisson péché, l'homme va s'apercevoir que l'argent n'est pas
 comestible
  - proverbe indien Cri

 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How to add thrid party Jar file

2008-09-29 Thread Ananda Rao

thanks olivier

On Mon, Sep 29, 2008 at 8:20 PM, olivier nouguier
[EMAIL PROTECTED] wrote:
 Hi,
  When using a GWT java resource 2 step are need:
   * the class file must resolved (add jar to classpath) or you IDE will
 complains with unresolved classes.
   * the module owning that java resources must be inherited from your
 application GWT module, or the GWT compiler will fail (even if you add the
 jar to the classpath).

 Look at the sample in the project, but your application.gwt.xml your look
 like something:
 module
  !-- Inherit the core Web Toolkit stuff.  --
  inherits name=com.google.gwt.user.User/
  !--  Inherit style injection --
  inherits name=com.google.gwt.widgetideas.WidgetIdeas/
 !--  Specify the app entry point class.  --
  entry-point
 class=com.google.gwt.demos.datepicker.client.DatePickerDemo/
  stylesheet src=DatePickerDemo.css/
 /module



 On Mon, Sep 29, 2008 at 4:41 PM, Ananda Rao
 [EMAIL PROTECTED] wrote:

 thanks olivier  for replying.

 i was actually trying to use gwt-incubator.jar.
 i have downloaded the sample code from the below URL and trying to test
 that.

 http://code.google.com/p/google-web-toolkit-incubator/wiki/DatePicker

 but getting error.
 WidgetIdeas cannot be resolved.

 can you please tell me what i have to do here to get rid of this error.


 i have added this in tha classpath

 On Mon, Sep 29, 2008 at 8:03 PM, olivier nouguier
 [EMAIL PROTECTED] wrote:
  Hi,
   If the jar contain the source (.java files) simply:
  * add the jar to your classpath.
  * inherit the new module in your yourApplication.gwt.xml.
 
 
  On Mon, Sep 29, 2008 at 3:44 PM, Ananda Rao
  [EMAIL PROTECTED] wrote:
 
  Hi,
 
  i have downloaded the gwt-incubator,jar file .
  nut i dont know how to add this to my project. i need to use
  datepicker but not able to do so.
 
  can any one help me here
 
 
 
 
 
  --
  Quand le dernier arbre sera abattu, la dernière rivière asséchée, le
  dernier poisson péché, l'homme va s'apercevoir que l'argent n'est pas
  comestible
   - proverbe indien Cri
 
  
 





 --
 Quand le dernier arbre sera abattu, la dernière rivière asséchée, le
 dernier poisson péché, l'homme va s'apercevoir que l'argent n'est pas
 comestible
  - proverbe indien Cri

 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How to add thrid party Jar file

2008-09-29 Thread Ananda Rao

Hi,

i have added the jar file in the class path and also the below code.

module
inherits name=com.google.gwt.user.User/
inherits name=com.google.gwt.datepicker.DatePicker/
inherits name=com.google.gwt.widgetideas.WidgetIdeas/
entry-point 
class=com.google.gwt.demos.datepicker.client.DatePickerDemo/
stylesheet src=DatePickerDemo.css/
/module

into the DatePickerDemo.gwt.xml...but getting error at the import
statement for the below import

import com.google.gwt.widgetideas.client.LazyPanel;
import com.google.gwt.widgetideas.client.event.ChangeEvent;
import com.google.gwt.widgetideas.client.event.ChangeHandler;
import com.google.gwt.widgetideas.client.event.EventHandler;
import com.google.gwt.widgetideas.client.event.HighlightEvent;
import com.google.gwt.widgetideas.client.event.HighlightHandler;
import com.google.gwt.widgetideas.client.event.KeyDownEvent;
import com.google.gwt.widgetideas.client.event.KeyDownHandler;
import com.google.gwt.widgetideas.client.event.RenderingEvent;
import com.google.gwt.widgetideas.client.event.RenderingHandler;
import com.google.gwt.widgetideas.datepicker.client.DateBox;


can any one tell me why is this?

On Mon, Sep 29, 2008 at 8:50 PM, Ananda Rao
[EMAIL PROTECTED] wrote:
 thanks olivier

 On Mon, Sep 29, 2008 at 8:20 PM, olivier nouguier
 [EMAIL PROTECTED] wrote:
 Hi,
  When using a GWT java resource 2 step are need:
   * the class file must resolved (add jar to classpath) or you IDE will
 complains with unresolved classes.
   * the module owning that java resources must be inherited from your
 application GWT module, or the GWT compiler will fail (even if you add the
 jar to the classpath).

 Look at the sample in the project, but your application.gwt.xml your look
 like something:
 module
  !-- Inherit the core Web Toolkit stuff.  --
  inherits name=com.google.gwt.user.User/
  !--  Inherit style injection --
  inherits name=com.google.gwt.widgetideas.WidgetIdeas/
 !--  Specify the app entry point class.  --
  entry-point
 class=com.google.gwt.demos.datepicker.client.DatePickerDemo/
  stylesheet src=DatePickerDemo.css/
 /module



 On Mon, Sep 29, 2008 at 4:41 PM, Ananda Rao
 [EMAIL PROTECTED] wrote:

 thanks olivier  for replying.

 i was actually trying to use gwt-incubator.jar.
 i have downloaded the sample code from the below URL and trying to test
 that.

 http://code.google.com/p/google-web-toolkit-incubator/wiki/DatePicker

 but getting error.
 WidgetIdeas cannot be resolved.

 can you please tell me what i have to do here to get rid of this error.


 i have added this in tha classpath

 On Mon, Sep 29, 2008 at 8:03 PM, olivier nouguier
 [EMAIL PROTECTED] wrote:
  Hi,
   If the jar contain the source (.java files) simply:
  * add the jar to your classpath.
  * inherit the new module in your yourApplication.gwt.xml.
 
 
  On Mon, Sep 29, 2008 at 3:44 PM, Ananda Rao
  [EMAIL PROTECTED] wrote:
 
  Hi,
 
  i have downloaded the gwt-incubator,jar file .
  nut i dont know how to add this to my project. i need to use
  datepicker but not able to do so.
 
  can any one help me here
 
 
 
 
 
  --
  Quand le dernier arbre sera abattu, la dernière rivière asséchée, le
  dernier poisson péché, l'homme va s'apercevoir que l'argent n'est pas
  comestible
   - proverbe indien Cri
 
  
 





 --
 Quand le dernier arbre sera abattu, la dernière rivière asséchée, le
 dernier poisson péché, l'homme va s'apercevoir que l'argent n'est pas
 comestible
  - proverbe indien Cri

 



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



datepicker

2008-09-28 Thread Ananda Rao

Hi,

i need your help...please

i want to create a date picker .but dont know how.

1) i have download the gwt-incubator.jar but dont know how to add this
to my existing project in the eclips.
2) 
http://code.google.com/p/google-web-toolkit-incubator/wiki/MakingIncubatorBetter
. i have read this insrtuction but did not get anything.
3) i have downloade a sample code from the below link
http://code.google.com/docreader/#p=google-web-toolkit-incubators=google-web-toolkit-incubatort=DatePicker
but dont know how to execut this.

an any one tell me how to run this code...

Thanks
Anand

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



how to create the calender in GWT

2008-09-26 Thread Ananda Rao

Hi,

can any one help me in doing the below task?

1) i want to create a calender in GWT.
2) when ever i click a button i should get the calender.
3) in that i should be able to navigate to any month and year.
4) when ever i click on the particular date then it should display the
selected date/month/year in the text box

you might have seen this in some sites. like online reservation etc,
where in you can select the date .

please can any one know how can i do this in GWT?

Regards,
Ananda

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: how to create the calender in GWT

2008-09-26 Thread Ananda Rao

thanks for the reply isaac,


can you please tell me how to implement the DatePicker  and ChangeHandler


Ananda

On Fri, Sep 26, 2008 at 9:50 PM, Isaac Truett [EMAIL PROTECTED] wrote:

 Here's what I did:

 1. Create a Composite that has a Button and a TextBox (perhaps a
 HorizontalPanel for layout).
 2. Add a ClickListener to the Button that displays a DatePicker (from
 GWT Incubator) in a PopupPanel.
 3. Add a ChangeHandlerDate to the DatePicker that formats the
 selected Date and puts that String into the TextBox, then hides the
 PopupPanel.

 Salt to taste and place in a 400F oven until edges begin to separate
 from the pan.*

 - Isaac

 * Do not put your computer in the oven.



 On Fri, Sep 26, 2008 at 12:11 PM, Ananda Rao
 [EMAIL PROTECTED] wrote:

 Hi,

 can any one help me in doing the below task?

 1) i want to create a calender in GWT.
 2) when ever i click a button i should get the calender.
 3) in that i should be able to navigate to any month and year.
 4) when ever i click on the particular date then it should display the
 selected date/month/year in the text box

 you might have seen this in some sites. like online reservation etc,
 where in you can select the date .

 please can any one know how can i do this in GWT?

 Regards,
 Ananda

 


 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



java.lang.ClassNotFoundException

2008-09-14 Thread Ananda Rao

Hi All,

i am getting the below error when i try to execute the code.
can you please help me in this regard.since iam new to java i need help
from you to resolve this error.
please help me

Root cause.

[EMAIL PROTECTED]
 com.emr.pt01.doctormaster.server.DoctorServiceImpl
java.lang.ClassNotFoundException:
com.emr.pt01.doctormaster.server.DoctorServiceImpl
   at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:
1387)
   at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:
1233)
   at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:
1094)
   at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:
808)
   at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
129)
   at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
191)
   at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
128)
   at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
102)
   at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
109)
   at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
286)
   at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
845)
   at org.apache.coyote.http11.Http11Protocol
$Http11ConnectionHandler.process(Http11Protocol.java:583)
   at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:
447)
   at java.lang.Thread.run(Thread.java:619)
Sep 15, 2008 12:02:35 AM org.apache.catalina.core.StandardWrapperValve
invoke
SEVERE: Allocate exception for servlet
com.emr.pt01.doctormaster.server.DoctorServiceImpl
javax.servlet.ServletException: Wrapper cannot find servlet class
com.emr.pt01.doctormaster.server.DoctorServiceImpl or a class it
depends on
   at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:
1102)
   at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:
808)
   at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
129)
   at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
191)
   at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
128)
   at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
102)
   at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
109)
   at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
286)
   at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
845)
   at org.apache.coyote.http11.Http11Protocol
$Http11ConnectionHandler.process(Http11Protocol.java:583)
   at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:
447)
   at java.lang.Thread.run(Thread.java:619)
Sep 15, 2008 12:04:10 AM org.apache.catalina.core.ApplicationContext
log
INFO: SessionListener: contextDestroyed()
Sep 15, 2008 12:04:10 AM org.apache.catalina.core.ApplicationContext
log
INFO: ContextListener: contextDestroyed()


Regards,
Ananda

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---