Re: FW: Tapestry 3.0.4..not on mirrors

2007-01-29 Thread Nick Westgate
Hi Mark. If you aren't aware of the threading bug in 3.04 then please search the dev list for the last 3.04 thread. Cheers, Nick. Mark Stang wrote: All, We were looking to upgrade from 3.03. to 3.04 and it appears that 3.04 isn't on the mirrors. Thoughts? Mark J. Stang Senior Engineer/Arch

Re: Integration of tacos with tapestry 3.0.3

2007-01-29 Thread andyhot
Tomcy John wrote: Hi All, Is there a suitable version of tacos to be integrated with tapestry 3.0.3? http://sourceforge.net/project/showfiles.php?group_id=21205&package_id=147048&release_id=322382 I think that was the last tacos version for 3.0.3 Or is there a proper upgradation document f

Integration of tacos with tapestry 3.0.3

2007-01-29 Thread Tomcy John
Hi All, Is there a suitable version of tacos to be integrated with tapestry 3.0.3? Or is there a proper upgradation document from tapestry 3.0.3 to tapestry 4.0.2 so that I will be able to integrate with tacos 4.0.0? Thanks in advance for your time. Regards, Tomcy John Software Engineer Mercator

Re: Spindle for tapestry 4,4.1, and 5?

2007-01-29 Thread Hugo Palma
ehehe, i can The difference here being that with TapIDEA you get the module configured, with a Tapestry library with all dependencies ready to run. You have all that in one step. If you used maven archetype you would have a little more work. I know this isn't nearly the most important fea

RE: Reading page specifications... *without* loading the page

2007-01-29 Thread Robert J. Walker
Yeah, we've been considering Acegi, but that's a little more long-range. The only issue I have with using annotations for this is that I would have to create a class for every page in the app. As it stands right now, I'm able to reuse the same class for a fair number of my simpler pages without

Re: Spindle for tapestry 4,4.1, and 5?

2007-01-29 Thread James Carman
"- project wizard that downloads all dependencies and create a ready to run project with a module builder, a configured web.xml and a Home page. - page creation wizard." Can you say maven archetype? :-) On 1/29/07, Hugo Palma <[EMAIL PROTECTED]> wrote: Actually, in this case less is more. T5 d

Re: Reading page specifications... *without* loading the page

2007-01-29 Thread Hugo Palma
Without really answering your question, have you looked at tapestry-acegi (http://www.carmanconsulting.com/tapestry-acegi/). The Secured annotation is a life saver.. Robert J. Walker wrote: My application has multiple security roles. To handle this, I have a ProtectedPage class that handle

Re: Spindle for tapestry 4,4.1, and 5?

2007-01-29 Thread Hugo Palma
Actually, in this case less is more. T5 does need much less IDE support then T4, but what this means is that as an IDE plugin developer i can spend my time thinking of more ways i can improve the life of every Tapestry developer instead of figuring out all the quirks and rules for path resoluti

Reading page specifications... *without* loading the page

2007-01-29 Thread Robert J. Walker
My application has multiple security roles. To handle this, I have a ProtectedPage class that handles all the security stuff, and all pages that need to be secured descend from this class. It expects that the page specification have the following tag: In the validate() method, it reads that r

Re: Spindle for tapestry 4,4.1, and 5?

2007-01-29 Thread Howard Lewis Ship
That's good news that you're working on support for T5 ... what kind of support do you expect? I really think T5 will need much less support than T4. Keep me posted on any issues you see w.r.t. to supporting of tooling. On 1/29/07, Hugo Palma <[EMAIL PROTECTED]> wrote: Here's what i know about

autocompleter can not use EventListener

2007-01-29 Thread haipeng du
I try bind one EventLister to an autocomplter. But it does not work. How could I listen onblur or onfocus for autocompleter? Thanks a lot -- Haipeng Du Software Engineer Comphealth, Salt Lake City

Re: Spindle for tapestry 4,4.1, and 5?

2007-01-29 Thread Hugo Palma
Here's what i know about Spindle for T4. Geoff split Spindle in two libraries, an IDE agnostic one that could be used by any plugin for any IDEA and the Eclipse plugin itself. I started using the IDE agnostic part in TapIDEA. I'd say that Geoff left about 80% of the work done. As far as the Ecl

ajax and popuplink error

2007-01-29 Thread Julian Wood
I have a div that is updated in response to an EventListener. This is all fine. I just added a DirectLink which uses a PopupLinkRenderer in that div. All is still good. When you click that link, I get a "popup_window not defined" error in javascript. I can see that the correct script is

Spindle for tapestry 4,4.1, and 5?

2007-01-29 Thread Dan Adams
So I'm one of those guys who in general thinks you shouldn't need special IDE tools to work on your stuff (ala JSF) but at the same time it would be really could if I could select a block of text in a template and do "Extract component" or "Extract block". I know that development on Spindle has sto

Re: XTile help wanted!!! The simplest example not working.

2007-01-29 Thread Shing Hing Man
Try removing the 'return' after onlick : Shing --- [EMAIL PROTECTED] wrote: > When listener that specified invoked (I debug it, > it's > request comes to server), my javascript function > does not > invoke. I do not see alert message. What I'm doing > wrong??? > I've spent about 2 days bu

Dinamic disable DojoMenuItem2

2007-01-29 Thread Istvan Szucs
Hello! How can i disable/enable dinamic the tacos:DojoMenuItem2 ? Example: It is not work... The [EMAIL PROTECTED]:DojoMenuItem2 never show. Stef -

XTile help wanted!!! The simplest example not working.

2007-01-29 Thread makhnist-work
When listener that specified invoked (I debug it, it's request comes to server), my javascript function does not invoke. I do not see alert message. What I'm doing wrong??? I've spent about 2 days but I didn't find the solution for this problem. Thanks a lot. Home.html

tapestry.even has properties

2007-01-29 Thread haipeng du
I configure event lister like : @EventListener(events="onblur", elements="table1Field", async=true) and I got error when field event is fired tapestry.event has no properties http://localhost:9090/mmtransfer/js/dojo/dojo.js Line 15 what do I missed for this? -- Haipeng Du Software Engineer Comp

Re: ajaxsubmit

2007-01-29 Thread haipeng du
Thanks a lot. I try to use EventListener. But I got problem to load dojo tapestry javascript package. I unjar the tapestry-4.1.1 framework jar file and copy dojo folder to my js folder. It still complains that Could not load 'tapestry.event'; last tried '__package__.js? I checked dojo folder, ther

Re: Aspects in tapestry pages using spring

2007-01-29 Thread Denis McCarthy
Thanks for that James - using a filter is a better approach than aspectj in this instance. I'm not too hot on hivemind. Is there any service point or extension I can use to get the current page's name? I have a request filter for implementing the open session in view filter in hibernate already

FW: Tapestry 3.0.4..not on mirrors

2007-01-29 Thread Mark Stang
All, We were looking to upgrade from 3.03. to 3.04 and it appears that 3.04 isn't on the mirrors. Thoughts? Mark J. Stang Senior Engineer/Architect office: +1 303.468.2900 mobile: +1 303.507.2833 Ping Identity -Original Message- From: Dave Smith Sent: Mon 1/29/2007 6:48 AM To: Mark St

Re: Passing Array to JavaScript ?

2007-01-29 Thread Andrea Chiumenti
and you can also provide a method do your component/page java class, say String getPointsJsArray() and provide it as input-symbol to your script. kiuma On 1/29/07, Matt Brock <[EMAIL PROTECTED]> wrote: Bastian Voigt wrote: > > I have a simply question: is it possible to pass an array to a j

Re: AjaxShellDelegate Bug fix

2007-01-29 Thread Peter Stavrinides
No Andy, using 4.1 but I think I better do an upgrade tonight... cheers. andyhot wrote: Damn, i thought you had those issues *after* jesse's updates. Current stable is 4.1.1from mid DEC i think - aren't you using that? Peter Stavrinides wrote: Hi Jessie, and the list Recently I run into some

Re: AjaxShellDelegate Bug fix

2007-01-29 Thread andyhot
Damn, i thought you had those issues *after* jesse's updates. Current stable is 4.1.1from mid DEC i think - aren't you using that? Peter Stavrinides wrote: Hi Jessie, and the list Recently I run into some trouble with the shell component, but I noticed that a fix has already been done: see:

AjaxShellDelegate Bug fix

2007-01-29 Thread Peter Stavrinides
Hi Jessie, and the list Recently I run into some trouble with the shell component, but I noticed that a fix has already been done: see: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/dojo/AjaxShellDelegate.java?view=log Revision *475491*

Re: Listener Parameters

2007-01-29 Thread andyhot
See cycle.setListenerParameters() Balachandran wrote: Hi All, This is a code snippet from my smaple application.Is it possible to pass the listener parameters when invoked in this way. IActionListener listener = getListener(); ListenerInvoker lis

Listener Parameters

2007-01-29 Thread Balachandran
Hi All, This is a code snippet from my smaple application.Is it possible to pass the listener parameters when invoked in this way. IActionListener listener = getListener(); ListenerInvoker listenerInvoker = getListenerInvoker(); lis

RE: Cannot get a connection, pool exhausted

2007-01-29 Thread Marcus.Schulte
You don't really need to know, when the user leaves your page, because the app holds the connection only while processing a request. I'd enable JMX and have a close look at the connection pool and at the threads-tab. Possibly, there's a condition which leads to a blocked request-processor-thread ho

Re: Favorite charting tool to use with Tapestry?

2007-01-29 Thread Sam Gendler
The jfreechart book is well worth the expense. And it is supporting the efforts of the developers. Note that it is not subject to per-user license fees or anything, so it is an annual fee (assuming you care to update to the latest docs every year) that gives you unlimited use, including source c

Re: T5: which way do you prefer?

2007-01-29 Thread Sam Gendler
I hate typing I am not Sam G :-) Gosh, my first day back on the list in any significant way in nearly two months, and I stumble into a reference to me. I must be famous ;-) I don't have any real comment to add to the initial question since I have no familiarity with Tap5 development, but I