I just confirmed it's in there:
jar tvf gwt-traction-1.2.jar | grep AutoSizingTextArea.class
4333 Fri Feb 18 17:35:22 EST 2011 com/tractionsoftware/gwt/user/
client/ui/AutoSizingTextArea.class
Did you add this to your .gwt.xml?
<inherits name='com.tractionsoftware.gwt.user.AutoSizingTextArea'/>
Are you getting this error in DevMode or trying to compile?
On Feb 20, 4:46 pm, Deepak Singh <[email protected]> wrote:
> Hi,
>
> I am having gwt-traction-1.2.jar, gwtquery latest jars.
> final AutoSizingTextArea contactText = new AutoSizingTextArea(new
> TextAreaWithSelection(), 40, 600);
> contactText.addStyleName("small");
> The above code gives NoClassDefinitionFound for AutoSizingTextArea.
>
> I make sure that i have correct jars added to the build path.
>
> Thanks
> Deepak
>
> On Sun, Feb 20, 2011 at 8:30 PM, Carlo Alberto Degli Atti <
>
>
>
> [email protected]> wrote:
> > Hey guys,
>
> > thank you very much for your contributions!
>
> > I've quickly given a look to gwt-traction from Andy, it seems really
> > interesting..
>
> > @Brandon I tried it with chrome, but the TextArea doesn't expand
> > vertically... (I'm reading now that @Jeff already noted it)
>
> > Thank u everybody!
>
> > CA
>
> > On Feb 20, 5:04 am, Brandon Donnelson <[email protected]> wrote:
> > > Nice link, they do it better I think than I did.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to [email protected].
> > 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.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
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.