Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (wa s: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Sam Gendler
A log4j config and a window tailing the log file is a standard part of my development environment. My code doesn't run in a development environment without a visible window which shows any and all exceptions. Saves a lot of time on issues like these because they are all too easy to run into. --s

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (wa s: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Jesse Kuhnert
Hehehe I've done similar things a thousand times before. np ;) On 6/21/06, Paul Tongyoo <[EMAIL PROTECTED] > wrote: Bah – I didn't have commons-lang included … was throwing an exception on the server … bah^inf   Thanks Jesse for stickin' with me J   From: [EMAIL PROTECT

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (wa s: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Paul Tongyoo
Bah – I didn’t have commons-lang included … was throwing an exception on the server … bah^inf   Thanks Jesse for stickin’ with me J   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Kuhnert Sent: Wednesday, June 21, 2006 3:40 PM To: Tacos Developers Subject

[Tacos-devel] Yet Another Autocompleter Question :-)

2006-06-21 Thread Yiannis Mavroukakis
Some time ago I emailed in with inane questions about the Autocompleter ☺ . I wanted to have a direct link which when clicked re-rendered as an Autocompleter. With the help of a fellow list member I managed to do this but I am now facing a different issue. When I submit the page the autocomplete

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (wa s: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Jesse Kuhnert
http://sourceforge.net/svn/?group_id=21205On 6/21/06, Paul Tongyoo < [EMAIL PROTECTED]> wrote: Do you have a link to the latest demo source?  Or is the Tacos4 Beta 2 demo src sufficient?  The HTML in the sample should be as mundane as it appears …   From: [EMAIL PROTECTED

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (wa s: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Paul Tongyoo
Do you have a link to the latest demo source?  Or is the Tacos4 Beta 2 demo src sufficient?  The HTML in the sample should be as mundane as it appears …   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Kuhnert Sent: Wednesday, June 21, 2006 3:40 PM To: Tacos

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (wa s: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Jesse Kuhnert
Hard to say at this point. The demo source should be the best reference as everything there is theoretically working correctly? (right? heh) The line mentioning /web-inf/jsp/error.jsp sounds like trouble though. Are you sure this very simple page layout is as simply laid out as you think? On 6/21/

[Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (wa s: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Paul Tongyoo
I can tab through the “hidden links” in Mozilla and see the link URL in my status bar.  When activating the AjaxLinkSubmit link, the same DEBUG messages appear in my browser.   From: Paul Tongyoo Sent: Wednesday, June 21, 2006 3:17 PM To: 'Tacos Developers' Subject: RE: [Tacos-d

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (wa s: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Paul Tongyoo
More clues:  Looks like, although nothing shows in Mozilla – the links DO show in IE, AND I’m actually seeing debug messages once I click the AjaxLinkSubmit.  The following DEBUG messages appear below the links after clicking them:   DEBUG: AjaxFormSubmit submission - before onsubmit DEB

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (wa s: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Jesse Kuhnert
Add parseWidgets:false to your djConfig setting as well. (makes render much faster). Also set isDebug:true so that you can see any errors dojo/tacos may be outputting. They both use the same client side logging mechanism. On 6/21/06, Paul Tongyoo <[EMAIL PROTECTED]> wrote: Wait, didn't notice -- w

[Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (wa s: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Paul Tongyoo
Wait, didn't notice -- when I rendered the demo without the dojo inclusion, I DID get JS errors. I updated the demo to the following: var djConfig = { isDebug: false, baseRelativePath: "ui/js/dojo/", preventBackButtonFix: false };

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (was: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Paul Tongyoo
Tapestry.register_form('AjaxForm');   dojo.event.connect(window, "onload", function(e) {   dojo.event.connect(dojo.byId("AjaxLinkSubmit", "onclick", document, "AjaxFormSubmit_AjaxForm";});   dojo.event.connect(window,

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (was: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Jesse Kuhnert
AhSo then if clicking the link takes you to the root folder that means it is not correctly being hooked up via dojo.event.connect() . There should be some _javascript_ output on your page towards the bottom that does form initialization stuff as well as connecting some of these links to the for

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (was: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Paul Tongyoo
I am able to reach the JS file.  --Paul   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Kuhnert Sent: Wednesday, June 21, 2006 2:33 PM To: Tacos Developers Subject: Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (was: RE: [Tacos-d evel] Hel

[Tacos-devel] Tree 'expandAll()' Doesn't Work--Please Help

2006-06-21 Thread Tyrone Hed
Folks, I have been trying with no success to get the tree to be expanded by default. I can get everything to work but I cannot control the state of the tree. Could some kind soul please look and see what I'm doing wrong? Alternately, can someone please explain how you are supposed to m

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (was: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Paul Tongyoo
Ah!  I see the example so I must not be *totally* lost … however when I do click the link I am actually sent to my http://localhost:7050/ folder!  And no JS errors.   Very smooth demo btw …. Anxious to get this working!  Thanks for helping me brainstorm Jesse.   From: [EMAIL PRO

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (was: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Jesse Kuhnert
You'll know if you included the js correctly if you can hit that dojo.js file from the url you expect to be able to. (Ie try typing the url into your browser and see if the dojo.js file source gets displayed) On 6/21/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Ah, no not in the case if tacos. The

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (was: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Jesse Kuhnert
Ah, no not in the case if tacos. There should be some additional dojo _javascript_ call on the page that hooks clicking the AjaxLinkSubmit up to the form. You can see this same behaviour in the currently un-published demo as well: http://opencomponentry.com:8080/tacos/Does the link not work when yo

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (was: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Paul Tongyoo
I understand the below example doesn't include the DOJO libraries, however my application's codebase does include the library. Maybe I'm including it wrong? I copied the code verbatim from the Tacos site ... var djConfig = { isDebug: false, baseRelativePat

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (was: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Paul Tongyoo
Surprisingly, this teeny example sufficiently recreates the problem in my environment. The following code is all that is contained in a test.html file I have: My AjaxLinkSubmit Link!

Re: [Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (was: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Jesse Kuhnert
Hmmm... Maybe a very small example of how you are using it (so we can get a better idea with context) ? It should work fine as you describe I think. On 6/21/06, Paul Tongyoo <[EMAIL PROTECTED]> wrote: Downloaded the 6.16.2006 build and replicated the same error.  While I wait for t

[Tacos-devel] AjaxLinkSubmit rendering a "blank" HREF value? (was: RE: [Tacos-d evel] Hello Tacos Developers!)

2006-06-21 Thread Paul Tongyoo
Downloaded the 6.16.2006 build and replicated the same error.  While I wait for the next nightly, would you know of any strict usage requirements of the AjaxLinkSubmit component that I may be missing?  I have the component wrapped with an AjaxForm; otherwise, I’m not doing anything fancy ot

Re: [Tacos-devel] Hello Tacos Developers!

2006-06-21 Thread Jesse Kuhnert
It is hard to say with that alone, but I would reccomend upgrading to the latest nightly http://tacos.sourceforge.net/nightly/ before doing anything else. It should be released soon from what I hear. On 6/21/06, Paul Tongyoo <[EMAIL PROTECTED]> wrote: Awesome!  Good to know there's

Re: [Tacos-devel] Hello Tacos Developers!

2006-06-21 Thread Paul Tongyoo
Awesome!  Good to know there’s a community out there – I’m brand new to Tacos and a relatively new Tapestry developer.   Just integrated the Tacos4 Beta 2 into our application, and am trying to convert a LinkSubmit into an AjaxLinkSubmit.  For some reason the resulting href of the rendered

Re: [Tacos-devel] Hello Tacos Developers!

2006-06-21 Thread Jesse Kuhnert
Yes, I hope so :) On 6/21/06, Paul Tongyoo <[EMAIL PROTECTED]> wrote: Hello!  Is this list still active?  J     Paul   All the advantages of Linux Managed Hosting--Without the Cost and Risk!Fully trained technicians. The highest number of Red Hat certifications inthe hostin

[Tacos-devel] Hello Tacos Developers!

2006-06-21 Thread Paul Tongyoo
Hello!  Is this list still active?  J    Paul   All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.ne

[Tacos-devel] autocompleter problem

2006-06-21 Thread Norbert Sándor
Hello, I use the Autocompleter and I get the following wierd behaviour: - when only 1, nonascii character is entered (for example őúöüóáűéí), the ajaxdirectservice is usually not triggered. The interesting thing is that very rarely it is triggered but in most cases not! - when at least 2 of thes