Re: gwt-incubator, paging scroll table

2009-11-02 Thread Michał Sędzielewski

The same problem, only in safari, chrome.

Thanks,
Michal

On 25 Wrz, 03:52, Venkatesh Babu  wrote:
> The other way you can try is to set the width using css styles. That'll also
> enable you to get rid of making code changes just to resize the table
> columns.
>
> Hope this helps.
>
> -Venkatesh
>
>
>
> On Thu, Sep 24, 2009 at 3:28 PM, Neha  wrote:
>
> > Hi all,
> > This is regarding the paging scroll table in the gwt incubator. Is
> > there a way to consistently set the column widths. If I set the column
> > width using pagingScrollTable.setColumnWidth - the column widths keep
> > changing when moving from one page of table to another (depending on
> > the data) on safari. I tried to set the column widths in the table
> > definition using columnDef.setMinimumColumnWidth and
> > columnDef.setMaximumColumnWidth, but in this case I get the column
> > widths 20px greater than what I set on Firefox (which is the padding
> > in the stylesheet for td elements).
> > Please let me know if either of these work correctly for you (meaning
> > I am doing something wrong) or if there is another way.
> > Thanks
> > Neha
--~--~-~--~~~---~--~~
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: GWT 1.6 + Spring Security issue

2009-10-11 Thread Michał Sędzielewski

Any other workaround for this? I want to keep my source tree clean and
followed http://blog.salvadordiaz.fr/2009/04/29/keep-your-source-tree-clean-gwt/
but I every time I lunch hm I get

Configuration problem: Unable to locate Spring NamespaceHandler for
XML schema namespace [http://www.springframework.org/schema/security]
Offending resource: class path resource [applicationContext-
security.xml]

On 30 Wrz, 14:21, olivier nouguier  wrote:
> Sorry send to fast ...
>
> hi
> I add the same issues with all namespace handler (aop, sec etc).
> As a workaround I found that copying the spring jar (spring-aop, ...) in the
> war/WEB-INF/lib solved the problem for the hosted mode.
> HTH
>
> On Wed, Sep 30, 2009 at 2:20 PM, olivier nouguier <
>
>
>
>
>
> olivier.nougu...@gmail.com> wrote:
> > hi
> > I add the same issues with all namespace handler (aop, sec etc).
> > As a workaround I found the copy the spring jar (spring-aop, ...) solved
> > the problem for the hosted mode.
> > HTH
>
> > On Tue, Jun 2, 2009 at 3:58 PM, tim.clymer  wrote:
>
> >> As a follow up, I switched to -noserver mode and it works just fine
> >> now.  Must've been a conflict with running it in the bundled jetty.
> >> Thanks for the tips!
>
> >> On May 14, 2:36 pm, "tim.clymer"  wrote:
> >> > Sure.  I'm using Maven2 for my dependency management and project
> >> > structure, though I do have myspringconfig files and web.xml in the
> >> > GWT /war directory to simplify hosted mode.  I use Eclipse 3.4.2 as my
> >> > development IDE.  I'm using the latest GWT 1.6 release and these are
> >> > myspringdependencies:
>
> >> >         
> >> >                 org.springframework.security
> >> >         spring-security-core
> >> >         2.0.4
> >> >         
> >> >         
> >> >                 org.springframework.security
> >> >         spring-security-core-tiger
> >> >         2.0.4
> >> >         
> >> >         
> >> >         org.springframework
> >> >         spring-core
> >> >         2.5.6
> >> >         
> >> >         
> >> >         org.springframework
> >> >         spring
> >> >         2.5.6
> >> >         
> >> >         
> >> >         org.springframework
> >> >         spring-context
> >> >         2.5.6
> >> >         
> >> >         
> >> >         org.springframework
> >> >         spring-webmvc
> >> >         2.5.6
> >> >         
> >> >         
> >> >                 net.entropysoft.transmorph
> >> >                 transmorph
> >> >                 2.1.2
> >> >         
> >> >         
> >> >                 aspectj
> >> >                 aspectjrt
> >> >                 1.5.3
> >> >         
>
> >> > Basically, I'm trying to use the latest of everything.  Hope this
> >> > helps, and thanks for your help.
>
> >> > Tim
>
> >> > On May 14, 9:08 am, Salvador Diaz  wrote:
>
> >> > > Could you share more information with us ? It'll be difficult to help
> >> > > without knowing your project structure, the tools you're using
> >> > > (eclipse ? maven ? GEP ? ant ? netbeans), and how you're launching/
> >> > > debugging your project.
>
> >> > > Cheers,
>
> >> > > Salvador
>
> >> > > On 14 mai, 14:49, "tim.clymer"  wrote:
>
> >> > > > Thanks for the tip.  I think I may try that just to avoid having to
> >> > > > redeploy every time I want to test.
>
> >> > > > Can anyone who's familiar with the inner workings of GWT speak as to
> >> > > > why this may be happening?
>
> >> > > > Tim
>
> >> > > > On May 13, 8:38 am, Arthur Kalmenson  wrote:
>
> >> > > > > It could very well be. When running a more complex server side
> >> (i.e.
> >> > > > > withSpringSecurity, etc), it's usually recommended that you use
> >> > > > > -noserver. InGWT1.5 with the Google Codegwt-maven plugin, you
> >> could
> >> > > > > set it up to automatically copy configurations over to the
> >> embedded
> >> > > > > Tomcat. I'm not sure how it works in 1.6.
>
> >> > > > > --
> >> > > > > Arthur Kalmenson
>
> >> > > > > On Tue, May 12, 2009 at 8:43 AM, tim.clymer 
> >> wrote:
>
> >> > > > > > I've been seeing a strange issue when attempting to useGWTwith
> >> > > > > >SpringSecurity as described here:
> >> > > > > >http://code.google.com/p/gwt-incubator-lib/
>
> >> > > > > > I can deploy the application as a war and run it just fine in
> >> Tomcat,
> >> > > > > > however when I try to run it in hosted mode with jetty I get the
> >> > > > > > following error:
>
> >> org.springframework.beans.factory.parsing.BeanDefinitionParsingException:
> >> > > > > > Configuration problem: Unable to locateSpringNamespaceHandler
> >> for
> >> > > > > > XML schema namespace [
> >>http://www.springframework.org/schema/security]
> >> > > > > > Offending resource: ServletContext resource [/WEB-INF/aop-
> >> > > > > > applicationContext.xml]
>
> >> > > > > > I've posted this to theSpringforums and they mention it's a
> >> > > > > > classpath issue, that there may be more than one instance of the
> >> > > > > >SpringSecurity jars on my classpath.  I've double-checked my jars
> >> and
> >> > > 

Re: Project Structure in GWT-2.0

2009-09-29 Thread Michał Sędzielewski

and what is the opinion of Googlers?

On 29 Wrz, 20:37, Daniel Jue  wrote:
> +1 for Maven nested module friendliness.
>
>
>
> On Tue, Sep 29, 2009 at 12:25 PM, Iain Shigeoka  
> wrote:
>
> > +1 Maven friendly is ideal. Less ideal but better than current is
> > separation of source and compiled code as the original poster mentioned.
>
> > -iain
>
> > On Sep 29, 2009, at 9:02 AM, Michał Sędzielewski wrote:
>
> >> I agree, it would be nice to have maven structure in GWT 2.0
>
> >> On 28 Wrz, 15:45, logicpeters  wrote:
> >>> Can anyone tell me if there are plans to rework the way the
> >>> currentGWTproject structure is configured for2.0?  Mxing the source
> >>> and
> >>> compiled code in the /war folder has been a real pain in the butt for
> >>> build scripts and source control.  I've been trying to "mavenize" our
> >>> project, and find the various solutions to be un-elegant hacks that
> >>> wind up confusing the structure even more.
--~--~-~--~~~---~--~~
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: Project Structure in GWT-2.0

2009-09-29 Thread Michał Sędzielewski

I agree, it would be nice to have maven structure in GWT 2.0

On 28 Wrz, 15:45, logicpeters  wrote:
> Can anyone tell me if there are plans to rework the way the currentGWTproject 
> structure is configured for2.0?  Mxing the source and
> compiled code in the /war folder has been a real pain in the butt for
> build scripts and source control.  I've been trying to "mavenize" our
> project, and find the various solutions to be un-elegant hacks that
> wind up confusing the structure even more.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Firefox js bug.

2009-03-11 Thread Michał Sędzielewski

Hello,

I have a javascript error only in FF (2 and 3)

Message from Firebug console:

row.children is undefined
com_google_gwt_user_client_ui_DecoratorPanel_
$DecoratorPanel__Lcom_google_gwt_user_client_ui_DecoratorPanel_2_3Ljava_lang_String_2I
(undefined, ["top", "middle", "bottom" 0=top 1=middle 2=bottom], 1)

com_google_gwt_user_client_ui_DecoratorPanel_
$DecoratorPanel__Lcom_google_gwt_user_client_ui_DecoratorPanel_2
(undefined)

kolektor_zdngwt_client_Layout_$Layout__Lkolektor_zdngwt_client_Layout_2
((null handle) java_lang_Object_typeId$=284)

kolektor_zdngwt_client_ZDN_$ZDN__Lkolektor_zdngwt_client_ZDN_2
(kolektor.zdngwt.client@1 $H=1 java_lang_Object_typeId$=0)

init()
gwtOnLoad(undefined, "kolektor.zdngwt.ZDN", "http://localhost:/
kolektor.zdngwt.ZDN/")

maybeStartModule()
onScriptLoad()()


what can be the reason of it?


--~--~-~--~~~---~--~~
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: GWT Incubator JAR

2008-10-09 Thread Michał Sędzielewski

http://code.google.com/p/google-web-toolkit-incubator/downloads/list

On 8 Paź, 22:30, Kevin <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I would like to use DropDownListBox from GWT: Incubator, however I
> cannot check out the Incubator project from work. I mistakenly forgot
> to check out gwt/tools, however I hope that I can use the
> DropDownListBox by getting the JAR for it. The reason I'm checking out
> Incubator is to compile the project, then make a JAR with the
> DropDownListBox as the latest incubator JAR doesn't have
> DropDownListBox functionality.
>
> I checkedwww.findjar.com, but haven't found it.
>
> Please let me know if you know where I can find this JAR.
>
> Thanks,
> Kevin
--~--~-~--~~~---~--~~
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 span 2 columns in FixedWidthGrid?

2008-09-19 Thread Michał Sędzielewski

Hi,

since PagingScrollTable has FixedWidthGrid as "body" table, there is
no opportunity to span two columns. Do you have any idea how to solve
this problem?

Regards,
Michał
--~--~-~--~~~---~--~~
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: java.lang.ClassNotFoundException

2008-09-15 Thread Michał Sędzielewski

Hello there,

make sure you have DoctorServiceImpl.class in your WEB-INF/classes
directory

regards,
MS

On 15 Wrz, 06:00, "Ananda Rao" <[EMAIL PROTECTED]>
wrote:
> Amit,
>
> thanks for replying...
>
> the correct path is same as given below. but still i am getting the error.
> when i browse to this project( in the browser) first i get  is the
> error Status code exception.
>
> can  you tell me why i am getting this.
>
> thanks in advance
> Ananda
>
>
>
> On Mon, Sep 15, 2008 at 9:16 AM, Amit Dhingra <[EMAIL PROTECTED]> wrote:
> > The compiler is not able to search
> > com.emr.pt01.doctormaster.server.DoctorServiceImpl
> > Provide proper paths for this class.
>
> > Cheers,
> > Amit Dhingra
>
> > On Mon, Sep 15, 2008 at 9:04 AM, Ananda Rao
> > <[EMAIL PROTECTED]> wrote:
>
> >> 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.ja­va:
> >> 1387)
> >>       at
>
> >> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.ja­va:
> >> 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.j­ava:
> >> 129)
> >>       at
>
> >> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.j­ava:
> >> 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.jav­a:
> >> 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.j­ava:
> >> 129)
> >>       at
>
> >> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.j­ava:
> >> 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.jav­a:
> >> 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
>
> > --
> > Warm Regards,
> > Amit Dhingra

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