Re: compiled GWT project year combobox can't find and change

2017-01-08 Thread Kamal Abdullasoy
By the way I can post files (html, js and jsp). -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this

compiled GWT project year combobox can't find and change

2017-01-08 Thread Kamal Abdullasoy
Hi everyone. We have a GWT Based Web Application. We have to change one combobox. Actually, we need to add more years to date combobox. But we couldn't finy anywhere... Who can help us? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To

Tiled/Repeating images

2012-01-06 Thread Kamal
Hello, Can someone please advise on the correct procedure for creating repeating images in GWT. I've read the GWT documentation and some other posts with similar problems but am having no luck getting images to repeat. The image in question is for a custom button and is 1x24 pixels in size.

Re: Print Setup

2011-02-18 Thread Nee Kamal
for Print. But I have require for open Print Setup dialog. Thanks Neel Kamal Thomas Broyer t.broyer@... writes: -- 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

Re: Using same RPC servlet by mutliple modules

2009-11-20 Thread Kamal Chandana Mettananda
Hi, When you specify the servlet url-pattern; you must specify the path you expects without wild cards in the middle of the url-pattern. (wild card character can be a suffix in a url pattern). Cheers, Kamal http://lkamal.blogspot.com On Fri, Nov 20, 2009 at 6:50 PM, smiletolead kumar.gane

Re: Servlet and GWT

2009-10-21 Thread Kamal Chandana Mettananda
Hi, You can look at the following tutorial; hope that will help you. http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial.html Cheers. On Wed, Oct 21, 2009 at 10:42 PM, sillu priyabra...@gmail.com wrote: Hello friends, I am new to GWT. Recently i learnt servlet and

Re: Download Avira AntiVir Premium v9.0.0.446 with 2011 valid

2009-10-17 Thread Kamal Chandana Mettananda
Admin, please block this spam sender. --- Kamal Mettananda http://lkamal.blogspot.com On Fri, Oct 16, 2009 at 5:57 PM, Top News jason.essing...@gmail.com wrote: Download Avira AntiVir Premium v9.0.0.446 with 2011 valid ** http://bit.ly/2dWFN5 http

Re: Can GWT alone make a good application?

2009-10-11 Thread Kamal Chandana Mettananda
How about using GWT with SSL? --- Kamal Mettananda http://lkamal.blogspot.com On Mon, Oct 12, 2009 at 7:28 AM, Alvin Reyes alvin.jay.p.re...@gmail.comwrote: Same inquiry here, can i trust GWT with such development? Is it safe to use this technology

Re: How to add different css for each tab in the TabPanel

2009-10-11 Thread Kamal Chandana Mettananda
You do not need to hard code the values here, instead use CSS rules. You should use setStyleName() method. http://lkamal.blogspot.com/2007/08/add-css-style-for-gwt-widgets.html May be above could help you. On Sun, Oct 11, 2009 at 10:13 PM, CodeWarrior codewarrio...@gmail.comwrote: How...?

Display form in GWT after redirect.

2009-08-22 Thread kamal
Hi, I want to redirect the to the other java class(dashboard.java) which is working fine, but after redirecting t that page, i want to add widgets and panels but i m not getting that how to display. To redirect i have given url that i have defined in web.xml, but error is that it is not a

Problem in posting the form.

2009-08-20 Thread kamal
Hi , I have made a GWT application in which i have to post the form, for that i have written in onclick event form.submit() but in form handling it creates problem. following is my code form.addFormHandler(new FormHandler(){ public void onSubmit(FormSubmitEvent event) {

Re: How to get Session object?

2009-08-20 Thread Kamal Chandana Mettananda
One option: You will have to pass the Session instance into this class from the calling class; so that this class can use the session to retrieve the User. public class Foo{ public User getLoggedUser(final HttpSession session) { // retrieve it here } } HTH, Kamal

Re: How to replace the GWT css?

2009-08-11 Thread Kamal Chandana Mettananda
Hi, You can set the your own style name as you needed. You just have to call setStyleName(String) method. http://lkamal.blogspot.com/2007/08/add-css-style-for-gwt-widgets.html HTH, Kamal Mettananda On Wed, Aug 12, 2009 at 9:53 AM, lakshmi thyagarajan tlakshmipr...@gmail.com wrote: Hi

Re: How to replace the GWT css?

2009-08-11 Thread Kamal Chandana Mettananda
Have you tried the addStyleName(String) method? That may help you. http://google-web-toolkit.googlecode.com/svn/javadoc/1.4/com/google/gwt/user/client/ui/UIObject.html#addStyleName(java.lang.String) --- Kamal Mettananda http://lkamal.blogspot.com On Wed

Re: GWT and struts integration

2009-08-06 Thread Kamal Chandana Mettananda
Hi Rajesh, There's an article about using GWT with Servlets; not quite sure whether that will help you a lot. May be you can have a look. http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial.html Cheers. Kamal --- http://lkamal.blogspot.com

Re: Servlet in Jar

2009-08-06 Thread Kamal Chandana Mettananda
This is a tutorial with an example of using Servlets with GWT. Hope you'll get the issue resolved. http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial.html On Thu, Aug 6, 2009 at 7:58 PM, Patrik pat...@gmail.com wrote: Hi, I have a usermodule that I would like to have in

Re: Accessing context param's in GWT RPC Servlets?

2009-08-03 Thread Kamal Chandana Mettananda
Hi, You must not use the constructor, try using the init(ServletConfig) method of a Servlet when you are trying to access init params. ServletConfig.getInitParameter(String); BR, Kamal --- http://lkamal.blogspot.com On Tue, Aug 4, 2009 at 3:33 AM, Joshua

Re: how to implement GWT project on apache tomcat

2009-07-30 Thread Kamal Chandana Mettananda
simply with ant task. If you need help in generating a war file in Eclipse with Ant, let us know. BR, Kamal On Thu, Jul 30, 2009 at 5:38 PM, Saurabh Naik saurabhsn...@gmail.comwrote: Hello I have done one small application in GWT but facing some problems while deploying it to Tomcat

Re: Need to define common CSS Properties for components for entire application

2009-07-28 Thread Kamal Chandana Mettananda
you want. Have tried like that? --- Kamal Mettananda http://lkamal.blogspot.com On Tue, Jul 28, 2009 at 12:27 PM, caps dakbhav...@gmail.com wrote: Kamal, I am thinking similar but I want to reuse the gwt-provided css properties of components. e.g

Re: Connecting GWT with XML or MYSQL... HELP!

2009-07-27 Thread Kamal Chandana Mettananda
You can use a Servlet in server side to store/retrieve data using a Database (MySQL) or an XML file. GWT can use that Servlet to communicate. --- Kamal Mettananda http://lkamal.blogspot.com On Tue, Jul 28, 2009 at 10:58 AM, Norman Maurer nor...@apache.org

Re: Need to define common CSS Properties for components for entire application

2009-07-27 Thread Kamal Chandana Mettananda
Generally what we do is; set the style name in Java class and do the changes in the CSS file. http://lkamal.blogspot.com/2007/08/add-css-style-for-gwt-widgets.html Isn't that what you are thinking of? --- Kamal Mettananda On Tue, Jul 28, 2009 at 11:14 AM

Re: not able to deploy to tomcat server

2009-07-21 Thread Kamal Chandana Mettananda
There's a section on deployment in following tutorial (on using Servlets with GWT). It does not create a war file there but deployed as an exploded archive. http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial.html#gwt-servlet-7 HTH. On Tue, Jul 21, 2009 at 8:26 AM, sathya

Re: Newbie question regarding web-application design

2009-07-10 Thread Kamal Chandana Mettananda
Just to add to that; if you are using Java on your server side you may be planning to use Servlets. If that's the case you can have a look at the following tutorial. http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial.html Cheers. On Fri, Jul 10, 2009 at 9:58 PM,

Re: Send list box items to server

2009-06-30 Thread Kamal Chandana Mettananda
Hi, You can call your servlet as a service and send the data with a method call. May be the following tutorial will help you to achieve this. http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial.html BR, Kamal --- Kamal Mettananda http

Re: Send list box items to server

2009-06-30 Thread Kamal Chandana Mettananda
on writing a servlets for GWT. Actually in my case, I'm using our own webserver within which we add servlets in it. for me the only option to communicate to servlet is through GET or POST request.. On Jun 30, 8:00 pm, Kamal Chandana Mettananda lka...@gmail.com wrote: Hi, You can call

Re: Need steps to integrate gwt into struts 1.x

2009-06-25 Thread Kamal Chandana Mettananda
Hi, Following is an article on how to use Servlets with GWT; may be that would help you in configuring the struts-config. http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial.html BR, Kamal --- Kamal Mettananda http://lkamal.blogspot.com

Re: Session id and client side IP

2009-06-08 Thread Kamal Chandana Mettananda
Hi, Session Id: This is generated and stored in the server side, and send/received between the server and the client. BR, Kamal --- Kamal Mettananda http://lkamal.blogspot.com On Tue, Jun 9, 2009 at 11:07 AM, hezjing hezj...@gmail.com wrote: Hi Abhiram

Re: Expire an idle session

2009-06-03 Thread Kamal Chandana Mettananda
mentioned. HTH, Kamal --- Kamal Mettananda http://lkamal.blogspot.com On Wed, Jun 3, 2009 at 1:32 AM, Tony Strauss tony.stra...@designingpatterns.com wrote: What about timing out the session on the server? Assuming that you're using a Java application

Re: JSF with GWT

2009-06-03 Thread Kamal Chandana Mettananda
Hi Subash, I have used GWT and Servlets inside one project. Just a thought; I guess integrating JSF with GWT will also be feasible. I wrote a simple tutorial on this as well. Cheers, Kamal --- Kamal Mettananda http://lkamal.blogspot.com On Wed, Jun 3, 2009

Re: GWTetris - enjoy it :)

2009-06-03 Thread Kamal Chandana Mettananda
It's really a nice application. --- Kamal Mettananda http://lkamal.blogspot.com On Wed, Jun 3, 2009 at 5:45 PM, bosangjay bosang...@yahoo.com wrote: Is fixed :) On 3 juin, 11:22, Janusz Prokulewicz jprokulew...@gmail.com wrote: Oh it's my fault. Ten

Re: Expire an idle session

2009-06-03 Thread Kamal Chandana Mettananda
Seems you have set the session time out in server side. So what is the use of Cookies here? --- Kamal Mettananda http://lkamal.blogspot.com On Wed, Jun 3, 2009 at 10:00 PM, hezjing hezj...@gmail.com wrote: Hi Yes, it is working by setting the timeout

Re: Expire an idle session

2009-06-03 Thread Kamal Chandana Mettananda
I can remember that I used this method for setting the time out through the code; however not quite sure why that method is not working for you. --- Kamal Mettananda http://lkamal.blogspot.com On Wed, Jun 3, 2009 at 10:44 PM, hezjing hezj...@gmail.com wrote

Re: JSF with GWT

2009-06-03 Thread Kamal Chandana Mettananda
You can find it here. http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial.html --- Kamal Mettananda http://lkamal.blogspot.com On Thu, Jun 4, 2009 at 9:33 AM, subbu subashkaruval...@gmail.com wrote: could you please provide a link

Re: Calling java scrip function

2009-06-03 Thread Kamal Chandana Mettananda
) { callFunction(); } Cheers, Kamal --- Kamal Mettananda http://lkamal.blogspot.com On Thu, Jun 4, 2009 at 9:31 AM, subbu subashkaruval...@gmail.com wrote: How can we call a java script function GWT components event,such as click

Re: need help with GWT-buttons (image text)

2009-06-03 Thread Kamal Chandana Mettananda
May be you can try inserting the html when creating the button. (I haven't tried this) This class has a constructor: Button(String html) --- Kamal Mettananda http://lkamal.blogspot.com On Wed, Jun 3, 2009 at 10:57 PM, tech84 m...@gmx.de wrote: Hi

Re: call a method at runtime

2009-02-24 Thread Kamal Chandana Mettananda
You can use Java reflection API for that. Following article will help you. http://java.sun.com/docs/books/tutorial/reflect/member/methodInvocation.html --- Kamal Mettananda http://lkamal.blogspot.com On Wed, Feb 25, 2009 at 10:12 AM, zujee sujeesh

Re: need GWT tutorial

2009-01-30 Thread Kamal Chandana Mettananda
Following example based tutorial will help you. http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial.html On Fri, Jan 30, 2009 at 10:13 AM, babar nazir mbabarna...@gmail.com wrote: thanks charlie, i have read it but it is not sufficent to me. i want to build a demo