Fw: problem with exception page and tapestry 4.1 snapshot

2007-01-07 Thread Damir Bijuklic
Hi If i use custom page to display exception message, when exception is triggered on the server client doesn't get properly updated. I have a contribution like this in my hivemodule.xml: If i comment it out and exception happens in form submit handler, the tapestry returns

ExternalAsset probelm

2007-01-07 Thread wong wayne
Hi all Is anyone using ExternalAsset and cannot display the image properly? Is any limitation of this component? I am using tapestry v3.0.3, some of images cannot display properly. Firstly I'm think improper format of my image file but some interesting thing I found is same image source, if I resi

Autocomplete Issues - Tapestry 4.1.2-SNAPSHOT

2007-01-07 Thread Nalin Gupta
Hi , We are using Tapestry Autocompletes extensively in our application and have decided to go with 4.1.2-SNAPSHOT since it fixes a few issues with 4.1.1-SNAPSHOT. There seems to be a generic issue which seems to affect this component. Synopsis : 1. A page which creates an object contain

Re: ajax components rendering behavior

2007-01-07 Thread Alexandru Dragomir
Perhaps not the best solution but it works : I added a flag in an ASO object which controls whether that piece of code i'm interested in should be executed or not. Cheers , Alex On 1/7/07, Norbert Sándor <[EMAIL PROTECTED]> wrote: I think it's normal because in case of your ajax request the e

Re: ajax components rendering behavior

2007-01-07 Thread Norbert Sándor
I think it's normal because in case of your ajax request the entire page is rendered on the server, although just some parts of it are refreshed on the client. Shoot me if I'm wrong :) Regards: Norbi Alexandru Dragomir írta: The script of A is called because is executed in the prepareForRend

Re: Problems with components IF & For

2007-01-07 Thread Roberto Ramírez Vique
Firas, thanks you anyway !!! Hope anyone else can help me. robert On 1/7/07, Firas Adiler <[EMAIL PROTECTED]> wrote: Robert, Unfortunately I can't be of much help, since I have no experience with Ajax-Tapestry. -Original Message- From: Roberto Ramírez Vique [mailto:[EMAIL PROTE

Re: ajax components rendering behavior

2007-01-07 Thread Alexandru Dragomir
The script of A is called because is executed in the prepareForRender method. So , i rephrase my question to : Is it the normal behavior that the method prepareForRender of component A (the calling component) is called when B is requested to refresh ? Thanks a lot ! Alex On 1/7/07, Alexandru D

ajax components rendering behavior

2007-01-07 Thread Alexandru Dragomir
Hi ! I have 2 components on a page : a chart (A) and a form containing details about the chart (B). They both communicate through ajax. On pressing a link on A , B gets filled in with the details. On submiting the form (B) , A gets refreshed(a new chart is generated reflecting the modifications

RE: Problems with components IF & For

2007-01-07 Thread Firas Adiler
Robert, Unfortunately I can't be of much help, since I have no experience with Ajax-Tapestry. -Original Message- From: Roberto Ramírez Vique [mailto:[EMAIL PROTECTED] Sent: Friday, January 05, 2007 11:30 AM To: Tapestry users Subject: Re: Problems with components IF & For Hi Firas!

Re: Properties Modification [Tapestry 3]

2007-01-07 Thread Numa Schmeder
Well use this plugin to configure tomcat : http://www.sysdeo.com/eclipse/tomcatplugin and then update your context and set reloadable="true" But properties that leave in WEB-INf won't get reloaded. You will have to use the contextual menu from eclipse to reload the app. Numa Le 5 janv. 07 à