I was able to replace my simple TextField with AutoCompleter and build very
customizable list generation w/no prob. Nice work all!
Also build help from Jesse was much appreciated.
(OK actually one problem, I couldn't use FieldLabel because it tries to render
AutoCompleter during the Tapestry rew
IE was giving me "Operation Aborted" when I accessed a page that used
AutoCompleter. I tracked it down to an empty span tag
When I changed it to the following, the error went away
---
This SF.Net email is sponsored by xPML, a groundbreak
I use the jetty launcher within the tacos repo to launch the demo app directly, without any depedencies on tacos lib jars being built. It works out pretty well.There is a shared eclipse launcher in the repo that launches the demo app, which might show a good example.
On 4/3/06, Markus Joschko <[EM
Thanks Frederic.
Does anybody know if this approach also works with the jetty launcher?
I don't think so as I get all kind of errors using this approach.
Maybe I'm missing something... Anyway for the javascript debuggin
support it seems necessary to setup a WTP project.
-markus
On 4/3/06, Frederi
Hi Markus,I have a project Tacos4 that is regularly updated from CVS (I know, I will probably have to switch to Subversion soon...). My main project that uses tacos is defined so that the Tacos4 project is in the build path. I think the important thing is that you must have the src/java and src/d
Hi all,
I'm wondering how you guys have setup your IDE to work with tacos. Do
you always build the tacos-lib.jar and copy everything to your "real"
project or do you have some clever ways to include the tacos project.
I know that myEclipse IDE allows to declare related projects which
should be cons
Yeah I think SVN is official now. I didn't want to (or don't know if I can) disable cvs yet as I'm thinking that whatever I checked in might have missed something from you or leonardo . (i hope not) . I will disable it (if I can) once someone's confirmed that it's all up to date.
On 4/3/06, [EMAIL
So, is svn 'official' from now on? Or is it just for these few days?
What about file history?
BTW, i'll try subversive instead of subclipse - perhaps it's better.
>From Jesse Kuhnert <[EMAIL PROTECTED]>:
> Yep :)
>
> On 4/3/06, Leonardo Quijano Vincenzi <[EMAIL PROTECTED]> wrote:
> >
> > Jess