Re: LinkSubmit and confirm dialog

2009-06-09 Thread Jorge Saridis
maybe this can help you http://wiki.apache.org/tapestry/Tapestry5AndJavaScriptExplained On Tue, Jun 9, 2009 at 10:48 AM, Alfie Kirkpatrick wrote: > Hi, would like to write a mixin (or even a subclass) that allows me to > throw up a confirm div/message box when the user clicks the link before > s

Re: tapestry-spring-security update

2009-06-04 Thread Jorge Saridis
I, also, can confirm it works under Tapestry 5.1.0.5 + Glassfish Thanks On Sat, May 30, 2009 at 11:01 AM, Juan E. Maya wrote: > I can confirm it works under the Tapestry 5.2.0-SNAPSHOT > Thanks a lot !!! > > On Sat, May 30, 2009 at 9:24 AM, Michael Gerzabek > wrote: > >> Hi Thiago, >> >> yes it s

Re: persist strategy

2009-04-29 Thread Jorge Saridis
Kalle, I'm using Tapestry 5.0.18, I'm checking if conversationId is null and I'm persisting to session conversationId When do I find you on #trails? Thanks Jorge On Wed, 2009-04-29 at 12:49 -0700, Kalle Korhonen wrote: > On Wed, Apr 29, 2009 at 12:06 PM, Jorge Saridis wrot

Re: persist strategy

2009-04-29 Thread Jorge Saridis
ects and > > found > > > it to work very well. > > > > > > Kalle > > > > > > > > > On Sun, 5 Apr 2009 08:38:59 Kalle Korhonen wrote: > > > > Use either "flash" persistence strategy ( > > > > http://tapest

partial form update

2009-04-22 Thread Jorge Saridis
Hi, is there a way to partially update a form from an action link? Thanks in advance Jorge

Re: message that i do not understand

2009-04-17 Thread Jorge Saridis
7;m not sure how much your project relies on Equanda, so I > > don't know if the removal of it's libraries is even an option for you... > > > > > > Jorge Saridis wrote: > > > >> Howard, I use chenillekit and equanda. > >> At the bottom of th

Re: message that i do not understand

2009-04-16 Thread Jorge Saridis
ot;rubrosAlternativosZone","/iMartina/comercial/productos/edicion.edicionrubroalternativo"],["busquedaNombre","zoneResultadoBusquedaNombre","/iMartina/comercial/productos/edicion.busquedanombre"]]}); the first field mentioned in the template looks like

Re: Form submit with bypass to required validation

2009-04-06 Thread Jorge Saridis
Use onSubmit form the save button, and onSuccess for the finish one http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/Form.html 2009/4/6 Pedro Januário : > Hi, > > I have the need to use a form with two submit buttons: save & finish. > The form contains

persist strategy

2009-04-04 Thread Jorge Saridis
Hello, In Tapestry 4.1, I used a persistence strategy named "session-page" obtained from http://wiki.apache.org/tapestry/SessionPagePersistence, that allows discard session values when user exits the page. How can I do this in Tapestry 5? Thanks in advance Jorge

message that i do not understand

2009-03-26 Thread Jorge Saridis
Hello I'm getting this message: "Function Tapestry.Validator.string() does not exist for field 'XXX'." What does it mean? The field mentioned in the message, is set in the .properties file with the label and required-message. Thanks in advance. Jorge

RE: server side validation

2009-03-26 Thread Jorge Saridis
p of the form > > -Original Message- > From: Jorge Saridis [mailto:jsari...@gmail.com] > Sent: Wednesday, March 25, 2009 7:28 AM > To: users@tapestry.apache.org > Subject: server side validation > > Hello, I have a problem with validations when I set > "clie

server side validation

2009-03-25 Thread Jorge Saridis
Hello, I have a problem with validations when I set "clientValidation=false" Tapestry 5.0.18 ignores validations. Has anyone got any suggestions? Jorge

validator message

2009-03-24 Thread Jorge Saridis
How can I avoid "Function Tapestry.Validator.string() does not exist for field XXX"? Thanks in advance Jorge

Re: dialog component

2009-03-23 Thread Jorge Saridis
As Sven, feel free to post me the code. I will package it as a library. Thanks On Mon, 2009-03-23 at 21:42 +0100, Sven Homburg wrote: > feel free to post me the code, so i can inject your components into the > CK-Project > > 2009/3/23 Fernando Padilla > > > I'm just saying.. :) > > > > I was

Re: dialog component

2009-03-22 Thread Jorge Saridis
he JIRA issue https://issues.apache.org/jira/browse/TAP5-558 > > I created that because in my opinion T5 is missing real usable dialog > component currently. (It should be part of the main distribution imho.) > > - Ville > > > Jorge Saridis wrote: > > > > Hi, does anybody

RE: dialog component

2009-03-21 Thread Jorge Saridis
s/Window.html > > but you have to upgrade prototype since the one shipped with 5.0.18 has > a bug. > https://issues.apache.org/jira/browse/TAP5-416 > > -----Original Message- > From: Jorge Saridis [mailto:jsari...@gmail.com] > Sent: Saturday, March 21, 2009 5:55 P

dialog component

2009-03-21 Thread Jorge Saridis
Hi, does anybody know if there is an Ajax Dialog component for tapestry 5 like the one for tapestry 4.1? Thanks in advance George