Re: tacos @Cached in t4

2008-09-07 Thread Filip S. Adamsen
I'm sorry, but what do you expect Tapestry to do about that? You're explicity setting the property each time the page is loaded. @Persist doesn't change that. You'll need to check whether or not persistThisOne is not null before assigning to it for this to work. -Filip On 2008-09-07 08:39,

Re: tacos @Cached in t4

2008-09-06 Thread michael lim
i tried this. whenever i press f5, pagebeginrender will still be called and db will be hit @Persist("session") public abstract Collection getPersistThisOne(); public abstract void setPersistThisOne(Collection persistThisOne); public void pageBeginRender(PageEvent event) { System.out.prin

Re: tacos @Cached in t4

2008-09-06 Thread Kalle Korhonen
You've misunderstood the purpose of @Cached. The documentation ( http://tacos.sourceforge.net/tacos4.1/tacos-annotations/index.html) says: "The Cached annotation allows you to cache the results of a pag/component me

Re: tacos @Cached in t4

2008-09-06 Thread michael lim
my .application look like this - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tacos or equivalent for T5

2008-02-21 Thread Joachim (PROGS)
Have a look at the tapestry home page http://tapestry.apache.org/tapestry5 , it contains a list of libraries Kind regards, Joachim Pablo Ruggia wrote: Hi! Are there any development efforts to create an library of ajax widgets/components for T5 ? It doesn't matter on which library (dojo, yui, e

Re: Tacos or equivalent for T5

2008-02-21 Thread Igor Drobiazko
Here http://tapestry.apache.org/tapestry5/ are listed all know libs :) On Thu, Feb 21, 2008 at 11:03 PM, Pablo Ruggia <[EMAIL PROTECTED]> wrote: > Hi! > Are there any development efforts to create an library of ajax > widgets/components for T5 ? > It doesn't matter on which library (dojo, yui, ex

Re: Tacos 4.1.1 and Tapestry 4.1.3

2008-01-21 Thread DR_GLoPeL_BouCa
Sorry, sorry, was my application.xml of my JBoss, sorry, i'm idiot, sorry for lost your time. Andreas Andreou wrote: > > Then we need to see more of that exception message... > > On Jan 21, 2008 1:23 PM, DR_GLoPeL_BouCa <[EMAIL PROTECTED]> wrote: >> >> I not use maven, what another things can b

Re: Tacos 4.1.1 and Tapestry 4.1.3

2008-01-21 Thread DR_GLoPeL_BouCa
Stack Trace: * org.apache.tapestry.parse.SpecificationParser.parseDocument(SpecificationParser.java:1625) * org.apache.tapestry.parse.SpecificationParser.parseLibrarySpecification(SpecificationParser.java:1671) * $ISpecificationParser_1179c692cc4.parseLibrarySpecification($ISpecificat

Re: Tacos 4.1.1 and Tapestry 4.1.3

2008-01-21 Thread Andreas Andreou
Then we need to see more of that exception message... On Jan 21, 2008 1:23 PM, DR_GLoPeL_BouCa <[EMAIL PROTECTED]> wrote: > > I not use maven, what another things can be. > > Andreas Andreou wrote: > > > > tacos 4.1.1 works with all of them... > > If you're using maven, exclude tapestry4.1

Re: Tacos 4.1.1 and Tapestry 4.1.3

2008-01-21 Thread DR_GLoPeL_BouCa
I not use maven, what another things can be. Andreas Andreou wrote: > > tacos 4.1.1 works with all of them... > If you're using maven, exclude tapestry4.1.2 when depending on tacos > > On Jan 18, 2008 9:18 PM, DR_GLoPeL_BouCa <[EMAIL PROTECTED]> wrote: >> >> >> Hi, is tacos 4.1.1 work o

Re: Tacos 4.1.1 and Tapestry 4.1.3

2008-01-18 Thread Andreas Andreou
tacos 4.1.1 works with all of them... If you're using maven, exclude tapestry4.1.2 when depending on tacos On Jan 18, 2008 9:18 PM, DR_GLoPeL_BouCa <[EMAIL PROTECTED]> wrote: > > > Hi, is tacos 4.1.1 work on tapestry 4.1.3, a demo with tacos 4.1.0 and > Tapestry 4.1.2 work fine but when change to

Re: tacos and ControlCheckbox problem

2007-09-20 Thread andyhot
Phillip Rhodes wrote: Hello, Using tapestry 4.0.2 with tacos The tapestry components ControlCheckbox and the Palette both depend upon javascript that is emitted outside the component. Because of this, these components won't work this with Ajax since the content that is emitted from the ajax

Re: Tacos this.form.event has no properties

2007-07-17 Thread RachelS
Thank you for your reply. So if I understand correctly, tapestry has a form.js and tacos has a form.js and when you have both a normal form and an ajax form on the page, the tacos form.js is the one that gets used? I tried adding the tacos.refreshForm instead, but now when I click on that proper

Re: Tacos this.form.event has no properties

2007-07-17 Thread Andreas Andreou
tacos had to override some of tapestry's logic - so it includes its own version of form.js which doesn't does NOT add additional functions to dom nodes Anyway, try tacos.refreshForm(frmId) On 7/17/07, RachelS <[EMAIL PROTECTED]> wrote: I am using Tapestry 4.0.2 and Tacos 4.0.1 On a page, I h

Re: Tacos can be used in T4.1.X?

2007-04-07 Thread Norbert Sándor
I used the tacos:Tree component with Tapestry 4.1.1 and 4.1.2-snapshot successfully. Jesse Kuhnert írta: From what I've heard Andreas has something compatible with 4.1 / Tacos . On 4/6/07, Jun Tsai <[EMAIL PROTECTED]> wrote: hi I want to use tacos in my t4.1 application.Tacos can be used in

Re: Tacos can be used in T4.1.X?

2007-04-07 Thread Jesse Kuhnert
From what I've heard Andreas has something compatible with 4.1 / Tacos . On 4/6/07, Jun Tsai <[EMAIL PROTECTED]> wrote: hi I want to use tacos in my t4.1 application.Tacos can be used in T4.1.x? Thanks Jun Tsai -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net -

Re: tacos tree

2007-02-09 Thread Norbert Sándor
Maybe another trivial question: what is the difference between keyProvider and converter? Thanks! Norbi andyhot írta: Norbert Sándor wrote: Hello! So, you've never used tacos in tap 4.0 ? http://tacos.sourceforge.net/components/Tree.html See the state parameter. How can I specify the sta

Re: tacos 4.1.0-snapshot with tapestry 4.1.1

2007-02-09 Thread Norbert Sándor
I've tried the Tree component and it seems to work OK (both ajax and ). N. andyhot írta: Sándor Norbert wrote: Will this combo work? Thanks! Norbi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: tacos tree

2007-02-08 Thread Norbert Sándor
It seems I was to tired to do anything :) Thanks! Norbi andyhot írta: Norbert Sándor wrote: Hello! So, you've never used tacos in tap 4.0 ? http://tacos.sourceforge.net/components/Tree.html See the state parameter. How can I specify the state of the tree (set of expanded/collapsed nodes)?

Re: tacos tree

2007-02-08 Thread andyhot
Norbert Sándor wrote: Hello! So, you've never used tacos in tap 4.0 ? http://tacos.sourceforge.net/components/Tree.html See the state parameter. How can I specify the state of the tree (set of expanded/collapsed nodes)? I don't find such parameter... Thanks! Norbi ---

Re: tacos 4.1.0-snapshot with tapestry 4.1.1

2007-02-08 Thread andyhot
Sándor Norbert wrote: Will this combo work? Thanks! Norbi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] yes -- Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr

Re: Tacos-like AJAX effects in Tapestry 4.1

2007-02-08 Thread Daniel Tabuenca
Thanks, this is exactly what I was looking for. I'll use the ideas from those scripts to get them working until the real solution makes it into Tap. On 2/8/07, andyhot <[EMAIL PROTECTED]> wrote: Daniel, we're looking for the best way to include those in tapestry's ajax cycle and components. The

Re: Tacos-like AJAX effects in Tapestry 4.1

2007-02-08 Thread andyhot
Daniel, we're looking for the best way to include those in tapestry's ajax cycle and components. The basis for that will be this module: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/fx.js?view=markup You can go ahead and use it if you're anxious ;)

Re: Tacos-like AJAX effects in Tapestry 4.1

2007-02-08 Thread Daniel Tabuenca
Thanks. I don't need very advanced effects. Just the basic ones and I'd like to avoid another framework. Dojo has support for effects. With tacos 4.0 you could add pre and post effects to all ajax requests and the dojo effects would be applied automatically. I guess my question is how do I, for ex

Re: Tacos-like AJAX effects in Tapestry 4.1

2007-02-08 Thread Stefan Esterer
if i had to implement such effects, i would use http://script.aculo.us/ a neat javascript library which does such things for you... greetings stefan Daniel Tabuenca wrote: > > Is there a way to add rendering effects such as fade in and fade out > with standard Tapestry 4.1 like you could in Ta

Re: Tacos Datepicker I18N

2007-02-05 Thread Jesse Kuhnert
It's not a dojo date picker. It's officially called "DHTML Calendar" or something like that. On 2/5/07, Holger Stolzenberg <[EMAIL PROTECTED]> wrote: Hey, Does anyone know how to internazionalize the dojo widget (month-names, .) used by tacos:Datepicker. Mit lieben Grüßen aus dem eWerk

Re: Re: Tacos Woes

2006-11-16 Thread Sam Gendler
The slightly longer version of Andy's reponse is that the bulk of all the ajax functionality from tacos is now native to Tap4.1, so you don't need tacos for that stuff. I highly recommend you look at the documentation for the EventListener annotation on the Tap4.1 website (as well as the Form com

Re: Tacos Woes

2006-11-16 Thread andyhot
Bill Holloway wrote: > I've got 20061101 snapshot of tapestry 4.1.1 and tacos 4.0.1. After > having to comment out *everything* in Tacos' > tapestry.markup.MarkupFilters configuration point to get tapestry to > launch without duplicate hivemodule s, I'm using a Dialog > with a form. Very simple.

Re: [Tacos-devel] Tapestry+Tacos UI Ques... common tiled background image for all pages

2006-10-30 Thread Jesse Kuhnert
Do you mean something like ? body { background-image: url('image.jpg') } On 10/30/06, Ken nashua <[EMAIL PROTECTED]> wrote: Hi Folks, Given the array of options of doing things... I am annotation biased and prefer to define a base class that all my pages use that performs things via annot

Re: Tacos Tapestry compatibility ques.

2006-10-27 Thread Ken nashua
Short answer is no. Contending duplicated jars Ok, back to 4.0.2 javax.servlet.ServletException: Unable to initialize application servlet: Error: Module tapestry.contrib is duplicated! Definition in jar:file:/C:/Tomcat-5.5.17/work/Catalina/localhost/tap.proto-1.0/WEB-INF/lib/tapestry-contrib-

Re: TACOS DEMO getServletContext().getRealPath("/") returns NULL ?

2006-10-27 Thread Ken nashua
Sorry about cross-post... This one was unpackWARS="false" Turned out to be tomcat host attribute unpackWARS inside conf/server.xml I set it to true, and the context unpacked and the servlet could then operate log4j.xml from within the physical unpacked context ___

Re: [Tacos-devel] Library 'tacos' not found in application namespace

2006-10-27 Thread Ken nashua
Sorry about the cross post... wanted to put this one to bed. It turned out to be my web.xml I was specifying tap.proto-1.0 as opposed to tap.proto Versioning should be associated with deployment and not necessarily name spaces and such inside web.xml Now I have a stackoverflow exception... y

Re: TACOS DEMO getServletContext().getRealPath("/") returns NULL ?

2006-10-27 Thread Konstantin Ignatyev
Place all the resources into classpath and it shall work. It means that log4j.properties should be in WEB-INF/classes and it will be picked up autoamagically. If yu need something then this.getClass().getClassloader().getResource* --- Ken nashua <[EMAIL PROTECTED]> wrote: > Hi Folks, > > I tho

Re: TACOS DEMO getServletContext().getRealPath("/") returns NULL ?

2006-10-27 Thread Ken nashua
Thanks James, Yes, I am using WAR file for my web app. I am using tomcat-5.5.17 I would shudder to think that I need to configure tomcat somehow with a URL specific or app specific context... I like things to be generic. Any feedback on a solution would be great. thanks ___

Re: TACOS DEMO getServletContext().getRealPath("/") returns NULL ?

2006-10-27 Thread James Carman
Is your webapp deployed in a .war file? What application server are you using? On 10/27/06, andyhot <[EMAIL PROTECTED]> wrote: Dear ken, please do not cross-post. I just got this email 3 times... And i can't even find what the question is... Cause it's sure that your getServletContext().getRe

Re: TACOS DEMO getServletContext().getRealPath("/") returns NULL ?

2006-10-27 Thread andyhot
Dear ken, please do not cross-post. I just got this email 3 times... And i can't even find what the question is... Cause it's sure that your getServletContext().getRealPath("/") indeed returns null. Looks like a servlet context issue (configuration perhaps) to me... Ken nashua wrote: > Hi Folks

RE: Tacos and Javascript Function: which comoponent?

2006-10-26 Thread Edoardo Campagnano
Thank you, can you explain better maybe with an example? There's no way to use something like tacos:AjaxDirectLink? Bye, Edoardo -Original Message- From: Karthik N [mailto:[EMAIL PROTECTED] Sent: giovedì 26 ottobre 2006 14.44 To: Tapestry users Subject: Re: Tacos and Javascript Fun

Re: Tacos and Javascript Function: which comoponent?

2006-10-26 Thread Karthik N
use a hidden field to set the output of your javascript function. this hidden field is bound to a tapestry property. that way it will get set in the rewind cycle. in order to cause a submit you can have a hidden AjaxSubmit button that you can cause a click() on after you've set the hidden prope

Re: RE: Re: Tacos MenuBar and Ajax

2006-09-19 Thread Sam Gendler
;); var menuItem; } }); -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: terça-feira, 19 de setembro de 2006 14:56 To: Tapestry users Subject: Re: Re: Tacos MenuBar and Ajax To answer number 2, yes. That's what the component should have been doing the whole

RE: Re: Tacos MenuBar and Ajax

2006-09-19 Thread Denis Souza
false, "insertAtIndex", null, ${count}); } else { var menuBar = dojo.byId("${componentId}"); var menuItem; } }); -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: terça-feira, 19 de setembro de 2006 14:56 To: Tapestry users Subjec

Re: Re: Tacos MenuBar and Ajax

2006-09-19 Thread jake123
Sam Gendler-2 wrote: > > We finally ditched it for a > CSS solution which is about 1,000 times faster. > Hi Sam, I am about to implement a menu component in our application and we are working in tapestry 4.02. I tried out the JSCookMenu, but I can not use that becouse there are no fallback

Re: Re: Tacos MenuBar and Ajax

2006-09-19 Thread Jesse Kuhnert
when it's not necessary. I'm no expert on javascript, and I don't know exactly if that's what you were thinking. Any ideas? Denis -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 18 de setembro de 2006 21:54 To: Tapestry users Subj

RE: Re: Tacos MenuBar and Ajax

2006-09-19 Thread Denis Souza
-Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 18 de setembro de 2006 21:54 To: Tapestry users Subject: Re: Re: Tacos MenuBar and Ajax Two small thoughts on this. -) WRT the javascript not getting executed, this is annoying but not really a "b

Re: Re: Tacos MenuBar and Ajax

2006-09-18 Thread Jesse Kuhnert
Two small thoughts on this. -) WRT the javascript not getting executed, this is annoying but not really a "bug" in dojo. If you look at some of the other tacos components you'll find that their script templates use the ResponseBuilder to determine if they are in an ajax request and respond approp

Re: Re: Tacos MenuBar and Ajax

2006-09-18 Thread Sam Gendler
Yeah. Currently, the dojo components don't handle ajax updates well. I was new to tacos and wasn't aware of the problem until I wrote code that triggers it. Due to the nature of the structure of our page, however, the extra menu bar shows up in a part of the page which is never visible, so I've

Re: Tacos MenuBar and Ajax

2006-09-18 Thread andyhot
Denis Souza wrote: > Hi, > I think the original contributor of those components described such a behaviour at http://thread.gmane.org/gmane.comp.java.tacos.devel/2040/ If this is indeed the cause, we'll try to resolve it before the (soon to come) next release > > > I'm using Tacos' DojoMenuBa

Re: Tacos -Unicode- How it works?

2006-09-02 Thread Sam Gendler
what difficulty are you having, exactly? Bear in mind that java (and tapestry) use the default locale to determine the charset used to read and write files if the Reader or Writer class does not explicitly have new charset set before reading or writing begins. So if your default locale is using

Re: Re: RE: Tacos DojoTabs component

2006-08-28 Thread Jesse Kuhnert
e working in firefox. I get the same zero-height problem but can always test this page in IE until dojo is fixed. Thanks for your help. Denis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Gendler Sent: segunda-feira, 28 de agosto de 2006 15:51 To: Tapes

RE: Re: RE: Tacos DojoTabs component

2006-08-28 Thread Denis Souza
the same zero-height problem but can always test this page in IE until dojo is fixed. Thanks for your help. Denis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Gendler Sent: segunda-feira, 28 de agosto de 2006 15:51 To: Tapestry users Subject: Re: Re

Re: Re: RE: Tacos DojoTabs component

2006-08-28 Thread Sam Gendler
at div. --sam On 8/28/06, Denis Souza <[EMAIL PROTECTED]> wrote: > It works! Thanks! > > Denis > > -Original Message- > From: Marcus Matèrn [mailto:[EMAIL PROTECTED] > Sent: segunda-feira, 28 de agosto de 2006 06:15 > To: Tapestry users > Subject: Re: Tac

Re: RE: Tacos DojoTabs component

2006-08-28 Thread Sam Gendler
:15 To: Tapestry users Subject: Re: Tacos DojoTabs component If I remember correctly. The way I solved this problem was by adding this workaround: doctype="" renderContentType="false" to your @Shell component. I am using Dojo directly (without Tacos) but it shouldn't matter

RE: Tacos DojoTabs component

2006-08-28 Thread Denis Souza
It works! Thanks! Denis -Original Message- From: Marcus Matèrn [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 28 de agosto de 2006 06:15 To: Tapestry users Subject: Re: Tacos DojoTabs component If I remember correctly. The way I solved this problem was by adding this workaround

Re: Tacos DojoTabs component

2006-08-28 Thread Marcus Matèrn
If I remember correctly. The way I solved this problem was by adding this workaround: doctype="" renderContentType="false" to your @Shell component. I am using Dojo directly (without Tacos) but it shouldn't matter. This is probably a bug in the current version of Dojo. I can't try it out at the m

Re: tacos double submit (add) problem

2006-07-16 Thread Mike Oestereter
I'm sorry but I can't log the bug. I get a.. UnknownError Error: Additional information: element mismatch: got tr, expected table Error code: d07ef8a4829443caa2e07475591b512701b84f45 When I leave the html/page/java out to (possibly?) add it later I get a.. Error: InsufficientPrivileges Additional

Re: tacos double submit (add) problem

2006-07-13 Thread Mike Oestereter
Will log the bug and use part1 And thanks alot. On 7/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Yep, i also saw the single 'add' behaviour. Your exact code results in the following issues: - when add is pressed once, submit behaves like add - when add is pressed more than once, submit

Re: tacos double submit (add) problem

2006-07-13 Thread andyhot
Yep, i also saw the single 'add' behaviour. Your exact code results in the following issues: - when add is pressed once, submit behaves like add - when add is pressed more than once, submit triggers the delete button. I've already added your files to reproduce this, but SF wouldn't let me commit

Re: tacos double submit (add) problem

2006-07-13 Thread Mike Oestereter
On 7/13/06, Andreas Andreou <[EMAIL PROTECTED]> wrote: - if you change everything to update part1, it works normally... Why do you say 'without the partial updates' ? You're right - I mean of course "without the partial updates" of only the recurring items. - if you leave it as is, the proble

Re: tacos double submit (add) problem

2006-07-13 Thread Andreas Andreou
- if you change everything to update part1, it works normally... Why do you say 'without the partial updates' ? - if you leave it as is, the problem is that the doRemoveItem listener is somehow triggered when you click on the submit button. This results in an item removed and the iteration failin

Re: Re: Tacos @PartialFor question

2006-07-08 Thread Theo vN
Thanks for your help! Yes, the Form updates just fine - magic. But how do I define a part (for ajax updating later on) for each item of the list in the @PartialFor? Something like.. And if this is correct.. How do I specify the parts to be updated (I don'

Re: Tacos @PartialFor question

2006-07-08 Thread Jesse Kuhnert
Yeah, I just double checked and think you'll be ok. Give it a try :) On 7/8/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: As long as you don't expect any form values to get updated via your call you should be able to use AjaxDirectLink just fine. In theory I made the FormSupport object for taco

Re: Tacos @PartialFor question

2006-07-08 Thread Jesse Kuhnert
As long as you don't expect any form values to get updated via your call you should be able to use AjaxDirectLink just fine. In theory I made the FormSupport object for tacos aware if any changes have been made in a request that requires hidden field updates to be made. I can't remember for sure

Re: Tacos @PartialFor question

2006-07-08 Thread Theo vN
Without doing submits I mean without doing Form submits. I want to update the page and form with AjaxDirectLinks . On 08/07/06, Theo vN <[EMAIL PROTECTED]> wrote: There is a @PartialFor rendering a list of fields with @TextField. The user enters and changes values in these fields WITHOUT doing a

Re: Tacos issues

2006-07-05 Thread Jesse Kuhnert
Did something not work when you tried the snapshot build of 4.1? I think jwebunit uses httpunit which uses Rhino (ie mozilla ) to handle the javascript testing. Tapestry uses Rhino to test javascript now as well, but we code directly against the rhino api. HttpUnit and others have tried (unsucces

Re: Tacos issues

2006-07-05 Thread Aslak Grønflaten
Thanks for a good answer. Obviously, my experience with tacos and tapestry 4.1 are extremely limited, so it's good to hear more of what's going on. My concern arose from trying out a snapshot of 4.1, and seing that standard components such as LinkSubmit use Dojo, thus seeming to depend on it. Also

Re: Tacos issues

2006-07-04 Thread Jesse Kuhnert
That's an understandable viewpoint. Safari hasn't traditionally had very good support/implentation of some of the core JS api . (that is required to be ecma compliant at least). They have fixed this in more recent versions of safari but it's something the dojo dev's are still trying to support as

Re: Tacos issues

2006-07-04 Thread Aslak Grønflaten
Hi, I'm having trouble with Dojo as well, and especially the fact that it's been chosen for 4.1. Of all the Tacos demos, only the tab component work in Safari (on the Mac). If it's not cross-platform, Dojo is really not a good toolkit to standardize on A -

RE: Tacos issues

2006-07-01 Thread andyhot
being updated. Right? > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, June 30, 2006 10:38 PM > To: Tapestry users > Subject: RE: Tacos issues > > i've done some research on this... > > The debug message "C

RE: Tacos issues

2006-06-30 Thread James Carman
27;s going to find are not being updated. Right? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 10:38 PM To: Tapestry users Subject: RE: Tacos issues i've done some research on this... The debug message "Calling form handle

RE: Tacos issues

2006-06-30 Thread andyhot
i've done some research on this... The debug message "Calling form handler" is generated by tacos Tapestry.registerListener found in net/sf/tacos/ajax/components/Form.js (tacos redefines this method) That method is in turn called by Tapestry.onsubmit, Tapestry.onreset, e.t.c. which should be call

RE: Tacos issues

2006-06-30 Thread James Carman
I don't think that's my issue. It's just basically not doing anything when I click on the link. The href="/". Here's the generated code: Search And, here's where it's wiring it up: dojo.event.connect(window, "onload", function(e) { dojo.event.connect(dojo.byId("AjaxLinkSubmit"),

Re: Tacos components or Tassel or some where else?

2006-06-23 Thread Chris Chiappone
You can write one using xtile for 3.0 and just create the javascript on your own. On 6/22/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Yeah...4.0 only unfortunately. Tapestry has one built-in with 4.1. (available now via maven2 snapshot ) On 6/22/06, James Carman <[EMAIL PROTECTED]> wrote: > >

Re: Tacos components or Tassel or some where else?

2006-06-22 Thread Jesse Kuhnert
Yeah...4.0 only unfortunately. Tapestry has one built-in with 4.1. (available now via maven2 snapshot ) On 6/22/06, James Carman <[EMAIL PROTECTED]> wrote: Tacos has Autocompleter, but I think that's 4.0+. -Original Message- From: Mark Stang [mailto:[EMAIL PROTECTED] Sent: Thursday, Ju

RE: Tacos components or Tassel or some where else?

2006-06-22 Thread James Carman
Tacos has Autocompleter, but I think that's 4.0+. -Original Message- From: Mark Stang [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 12:51 PM To: Tapestry users; Tapestry users; Tapestry users Subject: Tacos components or Tassel or some where else? Hi, I saw a component that ena

Re: Tacos components or Tassel or some where else?

2006-06-22 Thread Hugo Palma
Tacos auto-completer does that, i'm not sure there's a T3.x version though. http://tacos.sourceforge.net/components/Autocompleter.html On 6/22/06, Mark Stang <[EMAIL PROTECTED]> wrote: Hi, I saw a component that enabled you to start typing letters in a textbox. As you progressed, it filled in

Re: tacos

2006-06-12 Thread Peter Dawn
right. so that explains it. i will try and lookup some older files and see if i can get it to run. my entire web app is on 3.0.3 and i am hesitant to upgrade, just in case it breaks something. - To unsubscribe, e-mail: [EMAIL PRO

Re: tacos

2006-06-12 Thread Jesse Kuhnert
No...Unfortunately it doesn't support anything 3.X.. There ~is~ an older series that was created for 3.X listed in the files section (anything without a tacos4-FOO label ), but the differences are rather extensive and not something I personally support. On 6/12/06, Peter Dawn <[EMAIL PROTECTED]>

Re: Tacos installation problem

2006-06-08 Thread Peter Dawn
i think my ant file is not including all dojo files for compilation. does somebody know on how to include all the folders within dojo using one ant statement, instead of having an include statement for each folder (as i think ant does not allow you to include recursive folders). -

Re: Tacos examples

2006-06-08 Thread Peter Svensson
Of course, sorry :) Cheers, PS On 6/8/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Yeah, I've been waiting for the next release and only just got the site up a few days ago.. On 6/8/06, Peter Svensson <[EMAIL PROTECTED]> wrote: > > Maybe someone could change the link on the main tacos site,

Re: Tacos examples

2006-06-08 Thread Jesse Kuhnert
Yeah, I've been waiting for the next release and only just got the site up a few days ago.. On 6/8/06, Peter Svensson <[EMAIL PROTECTED]> wrote: Maybe someone could change the link on the main tacos site, for the component examples. It would be great if people got there the easy way :) Cheers,

Re: Tacos examples

2006-06-08 Thread Peter Svensson
Maybe someone could change the link on the main tacos site, for the component examples. It would be great if people got there the easy way :) Cheers, PS On 6/7/06, Andreas Bulling <[EMAIL PROTECTED]> wrote: On 06. Jun 2006 - 16:08:14, Jesse Kuhnert wrote: | It's been moved to the new site fina

Re: Tacos installation problem

2006-06-08 Thread Peter Svensson
It could be that you have misspelled or forgot to close some thing in the applicaiton spec. Could you post what in your application file? Cheers, PS On 6/8/06, Peter Dawn <[EMAIL PROTECTED]> wrote: hi all, i am trying to install tacos (which also requires dojo) but i am having some problems he

Re: Tacos examples

2006-06-07 Thread Andreas Bulling
On 06. Jun 2006 - 16:08:14, Jesse Kuhnert wrote: | It's been moved to the new site finally, but I still need to do some | subdomain fun to get it the way I'd like. | | This demo is current as of a few days ago, so it might be misleading to say | it's "official" if there are any bugs/ whatever.. |

Re: Tacos AjaxForm with Tapestry Form

2006-06-06 Thread sp y
Sorry that I wasnt clear about the problems that I've been met. I've tried to look into the code, when there is other Tapestry Form within the same page with Tacos AjaxForm, Tapestry.register_form doesnt get called which causing related issues like client side validation will not be handled. Am i

Re: Tacos AjaxForm with Tapestry Form

2006-06-06 Thread Jesse Kuhnert
You might have to be more clear about what isn't working. On 6/6/06, sp y <[EMAIL PROTECTED]> wrote: Thanks for your reply, Andreas. There's no difference from using tapestry 4 or 4.0.2 to me. On 6/7/06, Andreas Andreou <[EMAIL PROTECTED]> wrote: > > Are you using tapestry 4.0 or 4.0.2 ? > >

Re: Tacos AjaxForm with Tapestry Form

2006-06-06 Thread sp y
Thanks for your reply, Andreas. There's no difference from using tapestry 4 or 4.0.2 to me. On 6/7/06, Andreas Andreou <[EMAIL PROTECTED]> wrote: Are you using tapestry 4.0 or 4.0.2 ? sp y wrote: > Hello, I have a page with AjaxForm and Tapestry Form which that doesnt > work > well, which i b

Re: Tacos examples

2006-06-06 Thread Peter Dawn
i experienced the same problem, but then i downloaded the demo from their site and deployed it locally on my server and then i was able to see its implementation, the same as the demo on the above mentioned servers. perhaps deploying it locally would save the developers bandwidth and hosting costs

Re: Tacos examples

2006-06-06 Thread Jesse Kuhnert
It's been moved to the new site finally, but I still need to do some subdomain fun to get it the way I'd like. This demo is current as of a few days ago, so it might be misleading to say it's "official" if there are any bugs/ whatever.. http://opencomponentry.com:8080/tacos On 6/6/06, Andreas B

Re: Tacos AjaxForm with Tapestry Form

2006-06-06 Thread Andreas Andreou
Are you using tapestry 4.0 or 4.0.2 ? sp y wrote: Hello, I have a page with AjaxForm and Tapestry Form which that doesnt work well, which i believe it's the problems come from Tacos. I'm using Tacos 4 beta 1 with Tapestry 4, I just can't get it work with tacos beta 2, nor do i have clear idea

RE: [tacos] Problems with DirtyFormWarning and @LinkSubmit

2006-05-17 Thread Schulte Marcus
> I figured that would be due to @LinkSubmit setting it's name > on a hidden field to indicate the link that submitted the form. > > So I added a script to my save-button component that does > something like > >document.forms['${formName}']._linkSubmit.value = '${saveId}'; > That was nons

Re: Tacos tree question

2006-05-10 Thread Daniel Lydiard
yup using the version that came with tacos. The tree links are just updating a div. - Original Message - From: "Jesse Kuhnert" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Wednesday, May 10, 2006 6:36 PM Subject: Re: Tacos tree question Someone is cal

Re: Tacos tree question

2006-05-10 Thread Jesse Kuhnert
Someone is calling something incorrectly in dojo.widget.defineWidget I think. Could it be that you also have a widget on this page..? Or...Are you using the version of dojo that came packaged with the version of tacos you are using? On 5/10/06, Daniel Lydiard <[EMAIL PROTECTED]> wrote: I have a