Unable to update OGNL expression 'parsed OGNL expression' of $TableRows

2006-11-16 Thread mos
Hello in html i have table jwcid=[EMAIL PROTECTED]:Table class=table contribTable id=xxx rowsClass=ognl:beans.evenOdd.next row=ognl:row source=ognl:xxx columns=yyy.zzz.mmm:zzz.mmm, arrowUpAsset=ognl:assets.upArrow arrowDownAsset=ognl:assets.downArrow /table in this form page

Re: tapestry live grid functionality announcement

2006-11-16 Thread Sam Gendler
I found a spot. I think it will have to wait for the weekend, though. I'm hassling with software release tomorrow. My efforts on the live grid were just research prior to a port to tap 4.1, so they don't have the highest priority right now. I'm only getting to spend an hour or so every day or

span key=... in 4.1

2006-11-16 Thread Ron Piterman
Hi all, Are there any known problems /anything new to usign span key=... in 4.1 ? For me it doesn't seem to work - eventhough I have a properties file for my component, the messages are empty - This is strange since normally if not found, tapestry would print the uppercase message key -

Re: span key=... in 4.1

2006-11-16 Thread Ron Piterman
Sorry - my mistake, everything's fine... Ron Piterman wrote: Hi all, Are there any known problems /anything new to usign span key=... in 4.1 ? For me it doesn't seem to work - eventhough I have a properties file for my component, the messages are empty - This is strange since normally if

Re: Q: Tapestry 4.0.2 - Component containing a form containing a property selection fails on submit

2006-11-16 Thread Erik Husby
On Nov 15, 2006, at 8:58 PM, Karthik N wrote: erik, from what i understand you have Custom Component - contains Form - contains PropSel Correct - when the PropSel changes, then its enclosing Form causes the submit. Correct i have a suspicion this Form might be causing your Custom

Re: Re: Re: tapestry-acegi questions

2006-11-16 Thread Robin Ericsson
On 11/14/06, Robin Ericsson [EMAIL PROTECTED] wrote: Hmm, no, never though of that, might be a good idea though. I'll see if I have time to try this today. Ok, debugged and problem found. Safari seems to like to cache the result of the first query to the protected page. I was using a proxy

Re: Q: Tapestry 4.0.2 - Component containing a form containing a property selection fails on submit

2006-11-16 Thread Karthik N
we do a lot of this PropSel refreshes using Tacos and AjaxEventSubmit. HTH. On 11/16/06, Erik Husby [EMAIL PROTECTED] wrote: On Nov 15, 2006, at 8:58 PM, Karthik N wrote: erik, from what i understand you have Custom Component - contains Form - contains PropSel Correct - when the

Tapernate Access multiple database

2006-11-16 Thread Henry Chen
Hi, Anybody use Tapernate to access multiple databases? How can I switch to another database in runtime? Thank you very much. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tapernate Access multiple database

2006-11-16 Thread Chris Chiappone
I has asked James about this a while back. Unfortunately i don't believe there is any support in Tapernate for this. On 11/16/06, Henry Chen [EMAIL PROTECTED] wrote: Hi, Anybody use Tapernate to access multiple databases? How can I switch to another database in runtime? Thank you very much.

RE: Tapernate Access multiple database

2006-11-16 Thread Henry Chen
Thank you. Did you come up with any solution without Tapernate? -Original Message- From: Chris Chiappone [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 10:57 AM To: Tapestry users Subject: Re: Tapernate Access multiple database I has asked James about this a while back.

Tapestry 4.1.1 Back/Foward Button Problem

2006-11-16 Thread Thomas . Maltzahn
Hi all, I'm working with the snapshot of Tapestry 4.1.1 and try to support the back/forward browser button. My page contains a 'filter' form, that a Submit Button component submits... .html: form jwcid=FilterForm ... many components ... span jwcid=@Submit async=ognl:true

Re: Tapernate Access multiple database

2006-11-16 Thread Chris Chiappone
I have not yet since the requirement has actually not been needed. It was something I thought I may need to have in the future. I'm hoping by then there will be a solution :0 ~chris On 11/16/06, Henry Chen [EMAIL PROTECTED] wrote: Thank you. Did you come up with any solution without

Tacos Woes

2006-11-16 Thread Bill Holloway
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 contents, I'm using a Dialog with a form. Very simple. But on loading the

EnumPropertySelectionModel - Tapestry 3.x

2006-11-16 Thread Mark Stang
Does anyone have one that is available that doesn't use a resource bundle? Mark J. Stang Senior Engineer/Architect office: +1 303.468.2900 mobile: +1 303.507.2833 Ping Identity

RE: How to share hivemind registry between HiveMindFilter an ApplicationServlet?

2006-11-16 Thread Jean-Francois Poilpret
Hi Nick, Although I don't know much about Tapestry way to create the Registry and give access to it, what you might possibly do with hiveremoting.caucho is to subclass net.sourceforge.hiveremoting.caucho. CauchoRemotingServlet and override its getRegistry method to whatever is suitable with

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

Re: How to share hivemind registry between HiveMindFilter an ApplicationServlet?

2006-11-16 Thread James Carman
They didn't use our filter because they load a whole bunch of different hivemodule files from non-standard locations. On 11/16/06, Jean-Francois Poilpret [EMAIL PROTECTED] wrote: Hi Nick, Although I don't know much about Tapestry way to create the Registry and give access to it, what you might

Dynamic Validator Parameters

2006-11-16 Thread Daniel Tabuenca
This may be a very easy question, but I've looked around and can't find the right way to do this. All I want to be able to do is set a validator parameter like max for example to the value of a page property instead of a hard-coded number. So I kinda want to do like max=ognl:maxValue. What's

Re: EnumPropertySelectionModel - Tapestry 3.x

2006-11-16 Thread Jesse Kuhnert
http://tapestry.apache.org/tapestry4.1/apidocs/index.html (notice the javadocs show you the source as well if you click on the class name) On 11/16/06, Mark Stang [EMAIL PROTECTED] wrote: Does anyone have one that is available that doesn't use a resource bundle? Mark J. Stang Senior

Re: Dynamic Validator Parameters

2006-11-16 Thread Jesse Kuhnert
Define the max validator class as a bean and reference it instead of max=? (ie validators=validators:maxBean i think, maybe it's more complicated than that) On 11/16/06, Daniel Tabuenca [EMAIL PROTECTED] wrote: This may be a very easy question, but I've looked around and can't find the

Re: How to share hivemind registry between HiveMindFilter an ApplicationServlet?

2006-11-16 Thread Jesse Kuhnert
You don't ~have~ to use the Tapestry ApplicationServlet, it's there as a convenience. All it does differently is add looking for hivemodule.xml in your web context directory. On 11/16/06, James Carman [EMAIL PROTECTED] wrote: They didn't use our filter because they load a whole bunch of

what about MVFLEX (replacing ognl)

2006-11-16 Thread xVik
i just read about new expression language (http://wiki.mvflex.org/index.php?title=MVFLEX_Expression_Language) These words amazed me: MVEL is an LALR parser utilizing a reduce-fast stack algorithm. And at over 1700% faster than OGNL in most applications, we think you’ll agree that simpler is