DateTimefield in t5Component doest catch a onchange event

2008-10-10 Thread Sonu bhavsar
I have a problem with the datetimefield (t5components). I want to add a onchange event at client side to it please anyone help to to solve this problem. Thanks in advance -- View this message in context: http://www.nabble.com/DateTimefield-in-t5Component-doest-catch-a-onchange-event-tp19929832p

Re: [T5] What is your missing feature / bloking bug before 5.0 ?

2008-10-10 Thread Geoff Callender
An umbrella JIRA issue will turn into a mess unless it spells out a clear procedure. I think it should state a procedure in its opening lines. A procedure that might work: (1) Francis will manage the list of issues - only he may add or remove items from the list, and he will do so in respo

Re: [T5] What is your missing feature / bloking bug before 5.0 ?

2008-10-10 Thread Geoff Callender
I'm not keen on the named context parameters idea. There's a persuasive argument for putting filter parameters into the query string portion of the URL instead of in the context. http://blpsilva.wordpress.com/2008/04/05/query-strings-in-restful-web-services/ So you get a URL like this http:

Re: [T5] What is your missing feature / bloking bug before 5.0 ?

2008-10-10 Thread Geoff Callender
I like the idea of opening an umbrella issue for "user requests for 5.0 release". Howard and crew will be able to record their decisions on why each item will get in or be deferred. I completely agree with your first 5 choices. The 6th one (TAP5-257) I do not have an opinion on. I would

[T5] Dirty Form checking?

2008-10-10 Thread Henry Chen
How can I do dirty form checking in T5? Can anybody who has done this share a little bit? Thank you.

Re: [T5] What is your missing feature / bloking bug before 5.0 ?

2008-10-10 Thread Thiago H. de Paula Figueiredo
Em Fri, 10 Oct 2008 18:55:14 -0300, Tobias Wehrum <[EMAIL PROTECTED]> escreveu: Same here. We have some sites too which need several parameters, and furthermore not all of them are set at any given time. The list: Binding used with null for empty parameters is an okay workaround, but having

Re: [T5] What is your missing feature / bloking bug before 5.0 ?

2008-10-10 Thread Tobias Wehrum
Same here. We have some sites too which need several parameters, and furthermore not all of them are set at any given time. The list: Binding used with null for empty parameters is an okay workaround, but having any sort of named context parameters (though I don't know how they would look like?

[T5] Form submission via POST and problem under HTTPS

2008-10-10 Thread Eric Ma
Running version 5.0.15. Form submission works well in HTTP. Under HTTPS, T5 complains "Error: Forms require that the request method be POST and that the t:formdata query parameter have values.". It seems 5.0.15 introduced a feature to block form GET. See https://issues.apache.org/jira/browse/T

Re: Migrating to T4.1 - AjaxWebRequest

2008-10-10 Thread Andreas Andreou
cycle.getResponseBuilder().isDynamic() On Fri, Oct 10, 2008 at 9:50 PM, Rodrigo Barberá <[EMAIL PROTECTED]> wrote: > Hello everyone. > > I work on a big project written in T4.0 and would like to migrate it to > T4.1. > > I've searched Google and mailing lists but still haven't found out how I > sh

Migrating to T4.1 - AjaxWebRequest

2008-10-10 Thread Rodrigo Barberá
Hello everyone. I work on a big project written in T4.0 and would like to migrate it to T4.1. I've searched Google and mailing lists but still haven't found out how I should update methods that use AjaxWebRequest to identify the type of request (that is, whether it is result of an Ajax submi

locale for mouseover image

2008-10-10 Thread mike
the image that preloaded using asset loginImg able to change according to the locale i select. but the for the mouseover "btn_login2.gif" . how do i make it to suppport locale? - To unsubscribe, e-mail: [EMAI

BeanEditForm and Date problem

2008-10-10 Thread shymon
I have a bean with property of type java.util.Date. There is also a constructor getting Date value as parameter. When I try to use BeanEditForm with this bean RenderQueueException is thrown saying: ...(for service 'BeanModelSource'): No service implements the interface java.util.Date Another

Re: Security / Authentication extension for Tapestry 5

2008-10-10 Thread Stephan Schwab
Sorry for not including the URL. Here it is: http://code.google.com/p/tapestry-sesame/ Why does one always forget these things? ;-) - -- Caimito One Team - Agile Collaboration and Planning tool http://www.caimito.net http://www.stephan-schwab.com -- View this message in context: http://ww

Re: Security / Authentication extension for Tapestry 5

2008-10-10 Thread Thiago H. de Paula Figueiredo
Em Fri, 10 Oct 2008 12:54:49 -0300, Jonathan Barker <[EMAIL PROTECTED]> escreveu: I'm a little married to Spring / Acegi but I have looked at jsecurity (jsecurity.org) and it seems to have a lot less baggage than Acegi. Perhaps it could provide some of your core functionality? Code reuse

RE: Security / Authentication extension for Tapestry 5

2008-10-10 Thread Jonathan Barker
I'm looking forward to checking out the project. I'm a little married to Spring / Acegi but I have looked at jsecurity (jsecurity.org) and it seems to have a lot less baggage than Acegi. Perhaps it could provide some of your core functionality? > -Original Message- > From: Massimo Luset

Re: Security / Authentication extension for Tapestry 5

2008-10-10 Thread Thiago H. de Paula Figueiredo
Em Fri, 10 Oct 2008 12:16:01 -0300, Stephan Schwab <[EMAIL PROTECTED]> escreveu: Hi! Hi! :) I've created a new project at Google Code and would like to bring it to your attention for comment and, if you like, collaboration. The project is called "tapestry-sesame" and will provide someth

Re: Security / Authentication extension for Tapestry 5

2008-10-10 Thread Massimo Lusetti
On Fri, Oct 10, 2008 at 5:16 PM, Stephan Schwab <[EMAIL PROTECTED]> wrote: > > Hi! > > I've created a new project at Google Code and would like to bring it to your > attention for comment and, if you like, collaboration. > > The project is called "tapestry-sesame" and will provide something simila

Security / Authentication extension for Tapestry 5

2008-10-10 Thread Stephan Schwab
Hi! I've created a new project at Google Code and would like to bring it to your attention for comment and, if you like, collaboration. The project is called "tapestry-sesame" and will provide something similar as Acegi / Spring Security does but with a sole focus on Tapestry 5. For those wonde

Re: T5, SEO & and Stripping JSession Id effects

2008-10-10 Thread Massimo Lusetti
On Fri, Oct 10, 2008 at 3:41 PM, Andreas Andreou <[EMAIL PROTECTED]> wrote: > just add a filter like the one described at: > http://randomcoder.com/articles/jsessionid-considered-harmful A ServletFilter can do it but a T5 RequestFilter or Dispatcher can do it too without have you to deal with Ser

Re: [T5] What is your missing feature / bloking bug before 5.0 ?

2008-10-10 Thread Joel Halbert
I tend to try and keep all my pages as stateless as possible, you can then quite easily require a few query string parameters per page when this is the case, consider the case of browsing a storefront - you need a "category id" (e.g. books, shoes), a page number (for the current page if looking

Re: [T5] What is your missing feature / bloking bug before 5.0 ?

2008-10-10 Thread Thiago H. de Paula Figueiredo
Em Fri, 10 Oct 2008 10:37:54 -0300, Joel Halbert <[EMAIL PROTECTED]> escreveu: I tend to try and keep all my pages as stateless as possible, The pages I was referring to *are* stateless. ;) Of course, page requirements vary depending on their functionalities. :) -- Thiago H. de Paula Fig

Re: T5, SEO & and Stripping JSession Id effects

2008-10-10 Thread Andreas Andreou
just add a filter like the one described at: http://randomcoder.com/articles/jsessionid-considered-harmful On Fri, Oct 10, 2008 at 2:35 PM, Angelo Chen <[EMAIL PROTECTED]> wrote: > > Hi Howard, > > Is this option already implemented? I need to strip the session id in the > URLs. > > > Howard Lewis

Re: [T5] What is your missing feature / bloking bug before 5.0 ?

2008-10-10 Thread Thiago H. de Paula Figueiredo
Em Fri, 10 Oct 2008 09:58:23 -0300, Joel Halbert <[EMAIL PROTECTED]> escreveu: I was wondering whether anyone missed the lack of direct support for named context parameters? I try to keep my pages as stateless as possible (thus bookmarkable) and better support for "named" context variables

Re: [T5] What is your missing feature / bloking bug before 5.0 ?

2008-10-10 Thread Joel Halbert
(other than that I did want to make clear I think it's a great framework!) Joel Halbert wrote: I was wondering whether anyone missed the lack of direct support for named context parameters? I try to keep my pages as stateless as possible (thus bookmarkable) and better support for "named" con

Re: [T5] What is your missing feature / bloking bug before 5.0 ?

2008-10-10 Thread Joel Halbert
I was wondering whether anyone missed the lack of direct support for named context parameters? I try to keep my pages as stateless as possible (thus bookmarkable) and better support for "named" context variables would make this much easier. José Paumard wrote: François, I think we all agree t

Re: [T5] What is your missing feature / bloking bug before 5.0 ?

2008-10-10 Thread José Paumard
François, I think we all agree that T5 is an outstanding framework on many points. I've been using it for nearly a year now, with great pleasure and satisfactions. May I add those two issues : https://issues.apache.org/jira/browse/TAPESTRY-2433 I reported this bug quite some time ago, Howard

Re: T5, SEO & and Stripping JSession Id effects

2008-10-10 Thread Angelo Chen
Hi Howard, Is this option already implemented? I need to strip the session id in the URLs. Howard Lewis Ship wrote: > > Tapestry could add an option to NOT encode the session id into URLs, > with the caveat that clients with cookies disabled would see degraded > or non-functional behavior. An

Re: [T5] What is your missing feature / bloking bug before 5.0 ?

2008-10-10 Thread Ulrich Stärk
Am Fr, 10.10.2008, 10:56, schrieb Francois Armand: > Ok, so we reach the point where T5.0 final is imminent, and we are all > (I think) really happy of that. > As we also want that T5 really makes its way in the Java Web ecosystem, > I think it always miss some really little things that are really

[T5] What is your missing feature / bloking bug before 5.0 ?

2008-10-10 Thread Francois Armand
Ok, so we reach the point where T5.0 final is imminent, and we are all (I think) really happy of that. As we also want that T5 really makes its way in the Java Web ecosystem, I think it always miss some really little things that are really important for a .0 release. I purpose to start this di

Re: [T5.013/14/15] Re: Updating a zone within a form ?

2008-10-10 Thread Inge Solvoll
So, no real interest in the community for this? In general, I find the Zone concept a bit hard to nail down. I have gained som experience in T5 now, and have made several attempts at making my Zone demo page work like expected, but I still haven't made it happen. My debug path so far: 1. Created

[T4] Contrib Table Number Format

2008-10-10 Thread Mohammad Irfan
Hi, I'm using contrib table and I want to use number formating on some of the columns of the table's content. The tag is like this: For example, I wan't to format the 'topBroker.volume' column. How can I do this? Thanks. -- Mohammad Irfan --- www.doktermaya.com www.L-Ads.com (classifieds a