Unusual caching problem

2007-01-15 Thread Peter Stavrinides
Hi everyone I have developed an editable table similar to an excel spreadsheet. I use Tapestry 4.1 and a little Javascript to get it to work. when you edit a cell it affects corresponding cells etc just like a spreadsheet. My problem arises when I enable caching on tomcat, it no longer seems

Page navigation links not working

2007-01-15 Thread kmadha
I am using contrib table which iterators over arraylist. Initially page links 1 is shown selected. When I click 2 the data in the table gets changed but still 1 is shown as selected page and not 2. Can anyone help me to figure out what I am doing wrong? Regards. -

Re: Table row selection question as DirectLink parameter

2007-01-15 Thread manofghoti
I think I've figured it out. Thanks. -- View this message in context: http://www.nabble.com/Table-row-selection-question-as-DirectLink-parameter-tf3018242.html#a8385000 Sent from the Tapestry - User mailing list archive at Nabble.com. --

Submit form and bypass validation

2007-01-15 Thread Chris Perfect
Is it possible to have a submit button on a form that can call a listener bypassing any validation set for the form (without having to explicitly code around validation in the listener)? This is useful when buttons modify the structure of the form: e.g add or remove form components. Chris Perfec

Re: Nice speedup with prop

2007-01-15 Thread Jesse Kuhnert
Yeah..The new ognl version should be just as fast as tapestry-prop. (only with the obvious benefits of supporting a full expression language) I don't know when it will be released. The guy who owns opensymphony is supposedly in the process of setting up a new svn repo for it so I'll know then..

Table row selection question as DirectLink parameter

2007-01-15 Thread manofghoti
Hey all, Application overview: A Contrib.table of students is displayed to the user. User selects a student (clicks on the row of a table, changes the class attribute to 'selected') and then clicks a DirectLink that says 'Drop student from class.' My question is how do I pass the id of the st

Problem with InlineEditBox and Tapestry 4.1.1

2007-01-15 Thread Leffel, Daniel
Hi all, I'm trying to use the InlineEditBox component. In looking at my debug, I see Dojo/Tapestry is trying to load the following classpath resource: "/dojo/src/widget/html/ContentPane.js". After inspecting the Tapestry 4.1.1 distribution jar, that content is actually located at "/dojo/src/wid

RE: AW: Re: AW: download a file

2007-01-15 Thread Robert J. Walker
andreas a wrote: > Why not return an ILink from the listener ? > > http://tapestry.apache.org/tapestry4.1/usersguide/listenermethods.html Not sure about others, but I don't think this will work for me. I'm generating a PDF inside my listener, which I then wish to send to the client as a downloa

Re: Nice speedup with prop

2007-01-15 Thread Henri Dupre
I'm looking forward for that new ognl. It's really nice to be able to call constants, functions and do simple operations inside the html code. On 1/15/07, D&J Gredler <[EMAIL PROTECTED]> wrote: I've had a similar experience. It will be very interesting to do some more performance testing if (w

Re: Nice speedup with prop

2007-01-15 Thread D&J Gredler
I've had a similar experience. It will be very interesting to do some more performance testing if (when?) Jesse's OGNL enhancements get released. On 1/16/07, Henri Dupre <[EMAIL PROTECTED]> wrote: I switched many pages from our website to prop. The switch wasnt that straightforward (had to get

Nice speedup with prop

2007-01-15 Thread Henri Dupre
I switched many pages from our website to prop. The switch wasnt that straightforward (had to get rid of all the old properties in the .page files) but the speed boost is nice. Our main pages are almost 2x faster and the rendering time is now < 100 ms!! -- Henri Dupre Actualis Center

Re: New Tapestry feature suggestion: EditForm generation

2007-01-15 Thread Kalle Korhonen
My mantra is "open source is selfish" - so plan yes, but somebody needs to "to scratch that itch" himself before anything happens. For several months, I've been just a happy user of Trails myself and BeanForm has some answers for a component approach, so I guess the need for changes hasn't become

Re: New Tapestry feature suggestion: EditForm generation

2007-01-15 Thread James Carman
That was my idea and I haven't really seen any development going on with Trails. I haven't spoken to Chris Nelson in a while (we live in the same city), so he may be really busy with work or something. On 1/15/07, D&J Gredler <[EMAIL PROTECTED]> wrote: Are there still plans to modularize Trails

Re: New Tapestry feature suggestion: EditForm generation

2007-01-15 Thread D&J Gredler
Are there still plans to modularize Trails a bit more so that developers who don't have a "Trails application" can still use some of the components it provides? I remember reading somewhere that this sort of component library approach was being considered, but never saw it come to fruition. On 1/

testng

2007-01-15 Thread Peter Schröder
hi, is there any documentation about how to use http://howardlewisship.com/tapestry-javaforge/tapestry-testng/ i would love to see a small tutorial on how to test a component with jetty6 integration. kind regards, peter - To

Re: target is null for setProperty(null, "targetUrl", thomas)

2007-01-15 Thread Nick Westgate
Liju Thomas wrote: > Hi All, > > I am getting an error called 'target is null for setProperty(null, "targetUrl", > thomas)'. This is an OGNL error, where it's trying to set a property, "targetUrl" in this case, on an object that doesn't exist. Fomr your source code: > > > The tar

target is null for setProperty(null, "targetUrl", thomas)

2007-01-15 Thread Liju Thomas
Hi All, I am getting an error called 'target is null for setProperty(null, "targetUrl", thomas)'. This is being generated when Iam Editing a record. - I have a List page where iam displaying lots of records with Edit link in each record. - When i click edit link I get another page where the reco

EventListener in a dynamic form

2007-01-15 Thread Stephane Decleire
Is there a way to link EventListeners to a dynamic form ? I mean is there a way to declare an EventListener without knowing the id(s) of the component(s) it shoulb be linked to ? In a dynamic form (generally build with a loop with the For component), the developer doesn't always know the ids t

Re: No ajax-response elements recieved

2007-01-15 Thread Stephane Decleire
Thanks Jesse for your answer but it finaly seems that my "non response received" error is due to non XML content : I have tags (not closed) in the HTML blocks that should be rendered by the ResponseBuilder. These blocks are build with Tapestry @Insert components with the raw parameter set to tr

Re: PropertySelection parameter

2007-01-15 Thread wong wayne
Thanks Andy. Yes, it's Tap 3, sorry that forgot to mention this. Since my book is based on Tap 4, so always mixed up different version. Thanks for your kindly help. regards wayne --- andyhot <[EMAIL PROTECTED]> wrote: > That's in Tapestry 3, right? > > Well, in that version, you could use Field