Re: Ways to do page refresh

2013-06-28 Thread Jon Williams
If you mean you want a non-ajax refresh of an entire page you ought to to read http://tapestry.apache.org/page-navigation.html. Hope that helps. On Fri, Jun 28, 2013 at 6:41 PM, newbie newbie wrote: > Hi, > I would like to do a page refresh in my program. I know how to do it with > zone, using

Re: Ways to do page refresh

2013-06-28 Thread newbie newbie
Hi, I would like to do a page refresh in my program. I know how to do it with zone, using AjaxResponseRenderer. I am not quite sure how to do it with page. On Sat, Jun 29, 2013 at 3:54 AM, Norman Franke wrote: > I think the correct answer in this case is, "yes". There are certainly > ways, prob

Re: Ways to do page refresh

2013-06-28 Thread Norman Franke
I think the correct answer in this case is, "yes". There are certainly ways, probably dozens. :) Norman Franke Answering Service for Directors, Inc. www.myasd.com On Jun 28, 2013, at 12:01 PM, Howard Lewis Ship wrote: > Why do people think that they can use a term like "page refresh" without

Re: Ways to do page refresh

2013-06-28 Thread D.R.
Hi, in most browsers on linux and windows you can use CTRL+F5 to force the browser to load all stuff (images, css, js, etc.) anew. Kind regards David Am 28.06.2013 17:11, schrieb newbie newbie: > Hi, > What are the ways to do a page refresh? > Any help would be much appreciated. Thanks. > ---

Re: Ways to do page refresh

2013-06-28 Thread Thiago H de Paula Figueiredo
On Fri, 28 Jun 2013 12:11:37 -0300, newbie newbie wrote: Hi, Hi! What are the ways to do a page refresh? Any help would be much appreciated. Thanks. Without more information on what you're trying to do, there's no answer we can give. -- Thiago H. de Paula Figueiredo ---

Re: Ways to do page refresh

2013-06-28 Thread Taha Hafeez Siddiqi
Cmd + R (on OS-X), F5 on windows :) On 28-Jun-2013, at 8:41 PM, newbie newbie wrote: > Hi, > What are the ways to do a page refresh? > Any help would be much appreciated. Thanks. - To unsubscribe, e-mail: users-unsubscr...@ta

Re: Ways to do page refresh

2013-06-28 Thread Howard Lewis Ship
Why do people think that they can use a term like "page refresh" without reference or definition, and expect to get any kind of response? On Fri, Jun 28, 2013 at 8:11 AM, newbie newbie wrote: > Hi, > What are the ways to do a page refresh? > Any help would be much appreciated. Thanks. > --

Ways to do page refresh

2013-06-28 Thread newbie newbie
Hi, What are the ways to do a page refresh? Any help would be much appreciated. Thanks.

Re: BeanEditor contribution, context and Ajax request

2013-06-28 Thread Raphaël Ouazana-Sustowski
Le 28/06/2013 13:40, Thiago H de Paula Figueiredo a écrit : On Fri, 28 Jun 2013 08:14:21 -0300, Raphaël Ouazana-Sustowski wrote: Do you need the field in onProvideCompletions()? Yes I do. My purpose is to do a generic autocomplete editor. So I need some configuration that is in the cont

Re: BeanEditor contribution, context and Ajax request

2013-06-28 Thread Thiago H de Paula Figueiredo
On Fri, 28 Jun 2013 08:14:21 -0300, Raphaël Ouazana-Sustowski wrote: Do you need the field in onProvideCompletions()? Yes I do. My purpose is to do a generic autocomplete editor. So I need some configuration that is in the context. Which configuration? Just curious. :) I already tried

Re: BeanEditor contribution, context and Ajax request

2013-06-28 Thread Raphaël Ouazana-Sustowski
Le 28/06/2013 13:03, Thiago H de Paula Figueiredo a écrit : On Fri, 28 Jun 2013 07:39:09 -0300, Raphaël Ouazana-Sustowski wrote: Hi, Le 27/06/2013 19:35, Thiago H de Paula Figueiredo a écrit : The issue is with the Ajax request for autocompletion. When the method onProvideCompletionsFrom i

Re: BeanEditor contribution, context and Ajax request

2013-06-28 Thread Thiago H de Paula Figueiredo
On Fri, 28 Jun 2013 07:39:09 -0300, Raphaël Ouazana-Sustowski wrote: Hi, Le 27/06/2013 19:35, Thiago H de Paula Figueiredo a écrit : The issue is with the Ajax request for autocompletion. When the method onProvideCompletionsFrom is called, the environment is not aware anymore of the co

Re: BeanEditor contribution, context and Ajax request

2013-06-28 Thread Raphaël Ouazana-Sustowski
Hi, Le 27/06/2013 19:35, Thiago H de Paula Figueiredo a écrit : The issue is with the Ajax request for autocompletion. When the method onProvideCompletionsFrom is called, the environment is not aware anymore of the context. Is there a way to get it? Have you tried to create a component enca

Re: Form with Upload loses context on FileUploadException

2013-06-28 Thread Lance Java
Or even better, it should rethrow the (wrapped) exception and let the developer handle it.

Re: Form with Upload loses context on FileUploadException

2013-06-28 Thread Lance Java
In MultipartDecoderIml, instead of using an empty collection of FileItems when the exception occurs, it could return the request without parsing it. Would that work?

Re: Form with Upload loses context on FileUploadException

2013-06-28 Thread Christian Köberl
Issue created: https://issues.apache.org/jira/browse/TAP5-2136 I also got some more info: The actual problem lies in commons-fileupload: the FileUploadException occurs in ServletFileUpload#parseRequest, so no List is returned. The "normal" form parameters would be in that list - no list, no parame

Re: NPE in Form on Websphere 8 after applying load

2013-06-28 Thread Christian Köberl
As put in my original post: Tapestry 5.2.6 Here's the corresponding line from Form.java:406: resources.triggerEvent(EventConstants.PREPARE_FOR_RENDER, context, null); 2013/6/26 Howard Lewis Ship : > What version of Tapestry? Necessary to figure out what line Form.java:406 > actually is. > > > On

Re: Zone refresh inserts duplicate html

2013-06-28 Thread Boris Horvat
Yea that helps, I tried it last night and it works. Thanks for the suggestion On Fri, Jun 28, 2013 at 3:05 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 27 Jun 2013 20:03:49 -0300, Boris Horvat > wrote: > > Hi all, >> > > Hi! > > ajaxResponseRenderer.**addRender(