RE: ajax tacos autocompleter not working first time tapestry page is loaded

2006-03-30 Thread Ivan Culhane
Fix: false, parseWidgets: false }; Thanks to all for their replies Regards Ivan -Original Message----- From: Ivan Culhane Sent: 30 March 2006 09:09 To: Tapestry users Subject: RE: ajax tacos autocompleter not working first time tapestry page is loaded Here is the header o

RE: ajax tacos autocompleter not working first time tapestry page is loaded

2006-03-30 Thread Ivan Culhane
Here is the header of the html when I view the source after the page loaded djConfig = { isDebug : false, baseRelativePath: "js/dojo/", preventBackButtonFix: false }; http://www.w3.org/1999/xhtm

RE: ajax tacos autocompleter not working first time tapestry page is loaded

2006-03-29 Thread Ivan Culhane
your web app? Tacos requires dojo to be included, but does not include it for you. (It can't, at least not yet...It can with tap 4.1 ) On 3/29/06, Ivan Culhane <[EMAIL PROTECTED]> wrote: > > I have created a tapestry page with a tacos autocompleter > The problem I have is when I l

RE: tapestry datePickernot working when page is first loaded

2006-03-29 Thread Ivan Culhane
TED]>: > are you using a tacos Datepicker or TapestryDatePicker??? > > if you the tapestry component here you are a example: > > translator="translator:date,pattern=dd/MM/" style="width:70"> > > tip: pattern use the same pattearns like SimpleDateF

ajax tacos autocompleter not working first time tapestry page is loaded

2006-03-29 Thread Ivan Culhane
I have created a tapestry page with a tacos autocompleter The problem I have is when I load the page for the first time the autocompleter does not work, I get the folowing error Error: dojo is not defined > > Source File: > > http://localhost:8081/dais/app?digest=b28ed13c10dc1486db25d6aa85688eec&

tapestry datePickernot working when page is first loaded

2006-03-28 Thread Ivan Culhane
I have created a tapestry page with a tacos autocompleter and a datePicker in the page. The problem I have is when I load the page for the first time the autocompleter or the datePicker do not work, it does not seem to recogognise the tapestry elements, I get the folowing errors when I try to u