Re: [Tacos-devel] Masks, formatters for numbers

2006-02-28 Thread Leonardo Quijano Vincenzi
Today I implemented some basic input restrictions for the number formatter. Now the textfield only accept numbers, sign characters, thousand separators and decimals. Currently is just basic infrastructure. It's possible to go around the restrictions by pasting external text, for example, or to c

Re: [Tacos-devel] move to subversion?

2006-02-28 Thread Leonardo Quijano Vincenzi
I guess in any case we can keep the older repository around for a while, right? -- Ing. Leonardo Quijano Vincenzi DTQ Software Jesse Kuhnert wrote: Yeah, it works great :) But I've only done that for different repositories using the same version control mechanism. I'll poke around and see i

Re: [Tacos-devel] move to subversion?

2006-02-28 Thread Jesse Kuhnert
Yeah, it works great :) But I've only done that for different repositories using the same version control mechanism. I'll poke around and see if sf provides any of the cvstosvn scripts that are available. I've done it internally to a few different repositories for my employer with no real issues. (

Re: [Tacos-devel] move to subversion?

2006-02-28 Thread Andreas Andreou
Will it keep our cvs history? Any way to switch our existing eclipse project to use svn? I've read one can do team->disconnect and then team->share and keep his files... Anyone tried this??? Jesse Kuhnert wrote: > I noticed that subversion is now available to everyone at sourceforge. > It's liste

[Tacos-devel] Re: move to subversion?

2006-02-28 Thread Viktor Szathmary
Subversion good. (Eclipse plugin bad). I have enabled it: Subversion Server: https://svn.sourceforge.net Path to Repository: /svnroot/tacos Viktor On 2/28/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > I noticed that subversion is now available to everyone at sourceforge. It's > list

Re: [Tacos-devel] move to subversion?

2006-02-28 Thread Leonardo Quijano Vincenzi
Jesse Kuhnert wrote: I noticed that subversion is now available to everyone at sourceforge. It's listed in the admin section as an option now. I think we just need someone with the right permissions to enable it for us. Is anyone against moving to subversion? ;) j Not at all but I hope downti

[Tacos-devel] move to subversion?

2006-02-28 Thread Jesse Kuhnert
I noticed that subversion is now available to everyone at sourceforge. It's listed in the admin section as an option now. I think we just need someone with the right permissions to enable it for us. Is anyone against moving to subversion? ;) j

Re: [Tacos-devel] Problem with AjaxEventSubmit and IE6

2006-02-28 Thread Jesse Kuhnert
I think it's actually ~my~ problem. Maybe...I call event.stopPropogation() in a few different generated methods, and there's some funky stuff going on to connect the methods to the Form.js chain of execution. Hopefully I'll find out tonight, but I doubt it is a dojo issue. Event connections are cor

Re: [Tacos-devel] Problem with AjaxEventSubmit and IE6

2006-02-28 Thread Frederic Barnabe
I don't know if that can help you, but when I bypass the dojo registering and call directly the generated method with it works exactly as I want it.  Could it be a dojo problem? FredOn 2/27/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: You can replace the tbody of a table, but ie doesn't allow the

Re: [Tacos-devel] Direct Link and Absolute URL

2006-02-28 Thread Andreas Andreou
I also have the same question. Are there any known issues if we use getURL() instead of getAbsoluteURL() ? Also note that getAbsoluteURL() is not supported in portlet links. Pablo Ilardi wrote: > Hi guys. > >I'm trying to use tacos in my tapestry project, but I'm having some > URL problems. M

[Tacos-devel] Direct Link and Absolute URL

2006-02-28 Thread Pablo Ilardi
Hi guys.    I'm trying to use tacos in my tapestry project, but I'm having some URL problems. My server works through a http proxy with apache, since some parts of my site are done in php :-( . The application is visible throw 80 port, and the proxy access the 8080 port of my tomcat.  The AjaxDir