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 bette

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 diffe

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 ri

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 Enginee

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: 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 migh

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: 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 Tapest

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.

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

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 s, I'm using a Dialog with a form. Very simple. But on loading the page from

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 Taperna

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: ... many components ... .jwc: generated browser html source:

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. Un

Re: [announce] BeanForm 0.5

2006-11-16 Thread D&J Gredler
Walter - Button binding override has been checked into CVS and will be included in the next version (0.7). Daniel On 11/14/06, D&J Gredler <[EMAIL PROTECTED]> wrote: Hi Walter, BeanForm uses message catalogs for the button labels, and as far as I can tell from some quick experimentation you

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.

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: 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 > - w

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 c

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 C

Re:

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 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, t

users@tapestry.apache.org

2006-11-16 Thread Ron Piterman
Hi all, Are there any known problems /anything new to usign 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 - very strange,

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 t

Unable to update OGNL expression '' of $TableRows

2006-11-16 Thread mos
Hello in html i have in this form page pageBeginRender i write setXxx(new arrayList()); go to the next page, formated list and go to the previous page and in pageBeginRender write setXxx(list); but i have error Unable to update OGNL expression '' of [EMAIL PROTECTED]/table.tableRows] to [E