XTile help wanted!!! The simplest example (never been symler) not working.

2007-02-02 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

Re: Help with sorting custom contrib:table column

2007-02-02 Thread andyhot
@contrib:ColumnSortLink and @contrib:ColumnSortImage contrib snapshots should be available by now [EMAIL PROTECTED] wrote: Thanks Andy. I think hacking up the source might be beyond my level. However if you do get the chance to work on it, I will be happy to test out some snapshots for you a

rewind cycle question...

2007-02-02 Thread Ken nashua
Hi Folks, According to this docs... (see ques below...) Events will trigger in the following order: initialize() pageBeginRender() ("rewind") rewind of the form / setting of properties Deferred listeners (for Submit components) Form's listener pageEndRender() ("rewind") page

Re: ajax and popuplink error -- Bug?

2007-02-02 Thread andyhot
I already commented at your blog... it's fixed in 4.1.2-SNAPSHOT Julian Wood wrote: Bug is reported, if anyone is interested. https://issues.apache.org/jira/browse/TAPESTRY-1247 J On 1-Feb-07, at 5:25 PM, Julian Wood wrote: Okay I've posted a sample program to demonstrate the problem. http

Re: ajax and popuplink error -- Bug?

2007-02-02 Thread Julian Wood
Bug is reported, if anyone is interested. https://issues.apache.org/jira/browse/TAPESTRY-1247 J On 1-Feb-07, at 5:25 PM, Julian Wood wrote: Okay I've posted a sample program to demonstrate the problem. http://jwoodchip.blogspot.com/2007/02/ajax-and-tapestry.html I'm still hoping I'm missing

Re: T5: do $remove$ and $content$ still exist ?

2007-02-02 Thread Howard Lewis Ship
Not yet (re)implemented. On 2/2/07, RonPiterman <[EMAIL PROTECTED]> wrote: Hi - does t:type="$remove$" does what it used to? and $content$ ? Cheers, Ron - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: Tapestry 4 IDE & Plugin

2007-02-02 Thread Hugo Palma
You can see more info on IDE support for Tapestry here http://tapestry.apache.org/#IDE%20Integration. As far as TapIDEA is concerned, it only support the upcoming Tapestry 5. The Spindle project is dead for now, so there's no Spindle for T4. So, i guess your options for T4 are: Eclipse + Cogni

Tapestry 4 IDE & Plugin

2007-02-02 Thread wong wayne
Dear all In tape 3, I use Eclipse w/ spindle to develop system. Now, I would like to move to tape4 but spindle for tape4 seems have not published. Can anyone suggest a IDE & plugin for tape4? Is TapIDEA good? As change IDE is a hard issue, shorten learning curve would prefer. Thanks for your co

T5: do $remove$ and $content$ still exist ?

2007-02-02 Thread RonPiterman
Hi - does t:type="$remove$" does what it used to? and $content$ ? Cheers, Ron - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Ajax- Examples

2007-02-02 Thread Hugo Palma
Checkout Tacos DropTarget component here http://tacos.sourceforge.net/components/DropTarget.html. There's also a live demo of that component here http://opencomponentry.com:8080/tacos/ajax/DragAndDropExample.html. Ernst Thielmann wrote: Hi, I would like to implement some Ajax features in our

Ajax- Examples

2007-02-02 Thread Ernst Thielmann
Hi, I would like to implement some Ajax features in our application, but I don't really know what is possibile. Maybe you can tell me a link to a website which is using Ajax and Tap 4.0.2. I'm looking for a drag and drop functionality for my shopping cart. Perhaps somebody can tell me where I

Re: Rewind problem in floating pane

2007-02-02 Thread Balachandran
No change.The button i mentioned is an AjaxLinkSubmit and its popup binding is given as the div containing this component.When i press the list button in the popup the setter methods of the fields are called but the arguement is null. andyhot wrote: > > What happens when the component is NOT hid

Re: Rewind problem in floating pane

2007-02-02 Thread andyhot
What happens when the component is NOT hidden initially ? Balachandran wrote: Someone please help me on this as I have spent more than a day on solving it.. Balachandran wrote: Hi All, I have a floating pane component with two text fields and a submit button.The template looks like,

Re: Rewind problem in floating pane

2007-02-02 Thread Balachandran
Someone please help me on this as I have spent more than a day on solving it.. Balachandran wrote: > > Hi All, > > I have a floating pane component with two text fields and a submit > button.The template looks like, > > > > > >keyExpression="rowId"> > >

Re: T5: which way do you prefer?

2007-02-02 Thread Onno Scheffers
Kent Tong wrote: Alternatively, a type-safe setter style: I would personally love type-safety. Currently my biggest gripe with Tapestry is the lack compile-time error-checking (and on-the-fly error-checking of my IDE) and lack of code-completion. A lot of stuff is currently (T4) configured u