Re: Calling of business method from Client

2009-02-08 Thread Arul
Thanks Gregor, let me explore the options you mentioned. On Feb 6, 10:52 pm, gregor greg.power...@googlemail.com wrote: Hi Arul, Check out: http://code.google.com/p/google-web-toolkit-incubator/wiki/TreeTable Personally I find tree tables sometimes look confusing, especially

Re: Calling of business method from Client

2009-02-06 Thread Arul
. then rules belongs to each test expaned on request basis as selecting the arrow. Would you please assist me how I can achive this behavior in Grid? or send me some usefule links if you have.? Thanks a Lot Arul On Jan 2, 7:35 pm, gregor greg.power...@googlemail.com wrote: Here in the existing

Re: Calling of business method from Client

2009-01-02 Thread Arul
as part of query string. Would you please tell me how the same can be acheived in GWT client code(JAVA)? How I can get those session values so that I can assign in Window.open method?. Thanks Arul --~--~-~--~~~---~--~~ You received this message because you

Re: Calling of business method from Client

2009-01-01 Thread Arul
Arul. On Dec 29, 10:00 pm, gregor greg.power...@googlemail.com wrote: Hi Arul, Yes, the reason your client side GWT code cannot see your shared bean class is because it does not live within the compilation scope (i.e. underneath) your GWT module *.gwt.xm file. The solution

Re: Calling of business method from Client

2008-12-29 Thread Arul
complaining package error. Since the stubs created during compile time, the nocahe.js file has package with client folder. Would you please reply how do I rectify this problem to use existing package?. Thanks Arul --~--~-~--~~~---~--~~ You received this message

Re: Calling of business method from Client

2008-12-29 Thread Arul
loading the server side code. What I am coming here is, Is there similar approach for client side code?. Right now if i did not put any java file which is referred by EntryPoint class under client package then it is treating as module and fails to load. Thanks Arul

Re: Calling of business method from Client

2008-12-19 Thread Arul
Hi, Yes, it worked as the post by using Frame. Thanks Arul On Dec 18, 10:00 am, gregor greg.power...@googlemail.com wrote: I've never done that, Arul, but I believe displaying a PDF in GWT is straight forward using a Frame widget  (that could be the contents of a pop-up) *providing

Re: Calling of business method from Client

2008-12-18 Thread Arul
. Clarification from You --- Would you please reply the same can be achieved in GWT using popup panel or some other way? if so, please send me link or code where I can refer it. Once Agian I want to thank for your reply for all my queries. Thanks Arul On Dec 18, 7:45

How to close application using GWT code

2008-12-17 Thread Arul
the code? Thanks Arul --~--~-~--~~~---~--~~ 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

Re: How to close application using GWT code

2008-12-17 Thread Arul
Hi Kevin, Thanks for your reply. The code is worked. Thanks Arul On Dec 17, 9:02 am, Kevin Tarn kevn.t...@gmail.com wrote: Use JSNI:     /**      * Close browser window.      */     public static native void closeBrowser()     /*-{         $wnd.close();     }-*/; Kevin On Wed, Dec

Re: Calling of business method from Client

2008-12-17 Thread Arul
as return type in GWT RPC business methids instead traditional java programming return ( ArrayList,Vector etc,,) ? Thanks Arul On Dec 17, 9:31 am, gregor greg.power...@googlemail.com wrote: Hi Arul, Yes and no. Yes. this is the way you set up RPC services client side, but no, you do

Re: Drawing seperator (Line) between widgets

2008-12-16 Thread Arul
Hi Rakesh, Your idea of adding hr element using new HTML() worked. Thanks Arul --~--~-~--~~~---~--~~ 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

Drawing seperator (Line) between widgets

2008-12-15 Thread Arul
Hi, Would you please help me How I can draw line(Horizontal or Vertical) between widgets?. I understand it is web tool kit, but supposed to give importance to this areas as well. The core idea is to replace presentation layer. Pease reply with out re-directing to some where. Thanks Arul

Re: Drawing seperator (Line) between widgets

2008-12-15 Thread Arul
. Normally if a presentation layer is like VB then there would be component available in to have these features. Wonder why GWT does not have it. Thanks Arul --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Direct call a RemoteServiceServlet

2008-12-09 Thread Arul
is not required my requirment. if i not followed this step then getting error stating cient proxy not found.. Would you please creply though I not require the asynchronous behaviour still, Do I need to create it? Thanks Arul --~--~-~--~~~---~--~~ You received

Re: Direct call a RemoteServiceServlet

2008-12-07 Thread Arul
to Servlet class where it will be stored in session then finally the target jsp redirected in servlet. If I use some GET widgets how do I call directly servlet the same way existing code does. Thanks Arul --~--~-~--~~~---~--~~ You received this message because you

How to configure GWT in existing application

2008-12-02 Thread Arul
Hi, Want to replace existing presentaion layer alone by GWT. Current application stores session value in servlet for processing in JSP. The same way , How a GWT tool will be used to diplay those values stored in session(servlet)? Thanks Arul

No Sample application found for displaying server side values

2008-12-02 Thread Arul
is displayed. Anticipating valuable reply. Thanks Arul --~--~-~--~~~---~--~~ 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

Is GWT is good alternative for replacing presentaion layer alone?

2008-12-02 Thread Arul
mappings. Is above kind of mechanism is not there in GWT? Thanks Arul --~--~-~--~~~---~--~~ 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

How binding of java objects with GWT tools

2008-12-02 Thread Arul
Hi, Could any one tell me where I can find information ralting to binding of GWT components and Java Objects Thanks Arul --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Configuring GWT in WepSphere Application Server

2008-12-01 Thread Arul
steps configuring a simple GWT example in WepSphere application. Thanks Arul --~--~-~--~~~---~--~~ 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