Re: [Tacos-devel] Only for the brave

2006-05-16 Thread Jesse Kuhnert
Glad you're having fun :) I'm still stuck on getting a deadline done for tomorrow, but after that the wife will be away for a friends wedding and it'll be nothing but me and my computer(and coffee / m&ms ) for a good few days. heh No...The selenium test stuff I was referring to was in reading in al

Re: [Tacos-devel] Only for the brave

2006-05-16 Thread andyhot
You're welcome! beta-3 has so far been the 'do whatever you want to me' release and it has worked quite well so far. Also, equally nice would be to automate the selenium tests. I've seen your thread in dojo, but i'm not sure selenium will play nicely with the command line. Of course i may be wron

[Tacos-devel] Re: what if i want to refresh a single element , from within another refreshable element ?

2006-05-16 Thread Cypher !
anyone know if this was fixed. i appear to be having the same problem From: Leonardo Quijano Vincenzi <[EMAIL PROTECTED]> Re: what if i want to refresh a single element , from within another refreshable element ? 2005-12-14 09:50 Weird that it happens because I have several components like t

RE: [Tacos-devel] Ajax requests and FF

2006-05-16 Thread Jonathan Bullkich
"some ajax components" means Tacos (such as AjaxLinkSubmit). There are no errors (or any messages) in the javascript console, but still, the entire page is refreshed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Cantrell Sent: Thursday, May 11, 20

Re: [Tacos-devel] HiveMind SiteMap question

2006-05-16 Thread andyhot
Are you building your own tacos4-demo.jar ? In any case, the demo app includes a Border component which in turn uses tacos SiteMap See /demo/docroot/WEB-INF/Border.html >From Mαrio Lopes <[EMAIL PROTECTED]>: > Well, but where do I specify to use my own instead of those bundled > with tacos4-dem

Re: [Tacos-devel] HiveMind SiteMap question

2006-05-16 Thread Jesse Kuhnert
In your application specification file? http://tacos.sourceforge.net/userguide/Setup.htmlYou shouldn't need to specify it at all though, if you are running out of your own codebase and not the demo? All you would have to do is define SiteMap.html and SiteMap.jwc somewhere in your WEB-INF directory

Re: [Tacos-devel] HiveMind SiteMap question

2006-05-16 Thread Mário Lopes
Well, but where do I specify to use my own instead of those bundled with tacos4-demo jar? -- Mário On 5/16/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: The same way you do with any other component. Define a SiteMap.jwc / SiteMap.html and use it. On 5/16/06, Mário Lopes < [EMAIL PROTECTED]> wr

Re: [Tacos-devel] HiveMind SiteMap question

2006-05-16 Thread Jesse Kuhnert
The same way you do with any other component. Define a SiteMap.jwc / SiteMap.html and use it. On 5/16/06, Mário Lopes < [EMAIL PROTECTED]> wrote:Hi,I'm using Tacos 4 demo as a starting point to initiate the development of an application. That said, I'd like to know where do I change thereference to

[Tacos-devel] HiveMind SiteMap question

2006-05-16 Thread Mário Lopes
Hi, I'm using Tacos 4 demo as a starting point to initiate the development of an application. That said, I'd like to know where do I change the reference to SiteMap.html (that's bundled in on the tacos4-demo.jar I suppose) so I can use my own? I couldn't find any single reference to it! Regards,

Re: [Tacos-devel] Some problems with dialogs

2006-05-16 Thread Andreas Andreou
Frederic, just tried to test your first issue. See http://tacoscomponents.jot.com/BugReporter/Bug117 for details Frederic Barnabe wrote: Hi everybody, I'm playing with dialogs for my project and ran across 2 problems. The first is when I have an AjaxLinkSubmit inside a dialog. When I click o

Re: [Tacos-devel] Some problems with dialogs

2006-05-16 Thread Frederic Barnabe
Is there a problem with the mailing list ?  I just received the last message which has been sent 4 days ago.  It's a chance I checked the bug report before.I tried to modify AjaxLinkSubmit to support external forms, like proposed in the bug 117 comments, but I don't think it will be easy.  It's a f

Re: [Tacos-devel] Only for the brave

2006-05-16 Thread Jesse Kuhnert
Nice! :) If people are feeling brave I might just go in at some point this weekend and update testng/easymock along with a base class and one example of how to test components. On 5/12/06, Andreas Andreou <[EMAIL PROTECTED]> wrote: Ok, here it goes, it only includes testng tests...http://andyhot.di