Re: T5 / Ajax / ID generation

2009-12-16 Thread Robin Komiwes
Already had this problem and I'm still asking myself if it is a good thing to not let the developper controls the clientId. I tend to think it should be the matter of the developper, not of the framework. On Tue, Dec 15, 2009 at 10:28 PM, Benny Law wrote: > Hi, sorry for jumping in, but I ran in

Re: T5 / Ajax / What controls XHR ?

2009-12-16 Thread Kristian Marinkovic
uot;Tapestry users" An Tapestry users Kopie Thema Re: T5 / Ajax / What controls XHR ? Try analyzing the real request serverside. See RequestImpl.isXHR(). Check out which headers are set. On Wed, Dec 16, 2009 at 10:19 AM, Gunnar Eketrapp wrote: > Hi! > > We have trouble

Re: T5 / Ajax / What controls XHR ?

2009-12-16 Thread Inge Solvoll
Try analyzing the real request serverside. See RequestImpl.isXHR(). Check out which headers are set. On Wed, Dec 16, 2009 at 10:19 AM, Gunnar Eketrapp wrote: > Hi! > > We have trouble with zone updates via an ActionLink in Internet Explorer (7 > & 8). > And right now this is stopping is from lau

T5 / Ajax / What controls XHR ?

2009-12-16 Thread Gunnar Eketrapp
Hi! We have trouble with zone updates via an ActionLink in Internet Explorer (7 & 8). And right now this is stopping is from launchin our new site For some reason the request.isXHR() is fasle when the request comes from IE. A newbie question what so ever. What controls the XHR flag? It mu

Re: T5 / Ajax / ID generation

2009-12-15 Thread Benny Law
Hi, sorry for jumping in, but I ran into this before myself. I still don't quite understand the need for T5 to do this though: If the zone is being replaced during the update, how can element IDs be duplicated inside the zone? Losing control over element IDs is a bit inconvenient, and that's one of

Re: T5 / Ajax / ID generation

2009-12-15 Thread Thiago H. de Paula Figueiredo
Em Tue, 15 Dec 2009 19:07:49 -0200, Gunnar Eketrapp escreveu: Hi! Hi! Is there any way to prevent T5 from adding these numbers. The initally fields have been replaced so it should be safe to reuse the id names !!! I guess not. This is Tapestry trying to avoid having more than one elemen

T5 / Ajax / ID generation

2009-12-15 Thread Gunnar Eketrapp
Hi! We have a login form within a div that is initially hided and slided out by javascript when clicking on a login button. Within this div we use aja to replace the login form with a request forgotton password etc etc. My problem now is when going back from the request forgotton password look a

Re: T5 / Ajax / IE7 / ???

2009-12-15 Thread Gunnar Eketrapp
When updating a zone from IE Tapetsry does not recognize the zone. The warn below does only come when using IE. 18:45:12.196 [btpool0-3] DEBUG com.xyz.components.Layout - [ENTER] onActionFromForgotPassword() 18:45:12.197 [btpool0-3] DEBUG com.xyz.components.Layout - [ EXIT] onActionFromForgotPass

Re: T5 / Ajax / IE7 / ???

2009-12-15 Thread Thiago H. de Paula Figueiredo
Em Tue, 15 Dec 2009 15:18:34 -0200, Gunnar Eketrapp escreveu: Hi! Hi! We have problems with ajax in IE7. (+Chrome) What problems? -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and dev

T5 / Ajax / IE7 / ???

2009-12-15 Thread Gunnar Eketrapp
Hi! We have problems with ajax in IE7. (+Chrome) Is there any know issues when it comes to T5 + Ajax + IE7. It works like a charm in FIrefox! Oops Same problem in chrome Any known isues? Thanks in advance! /Gunnar Eketrapp

Re: [T5] AJAX and partial updates of forms ? [Zone AjaxFormLoop FormInjector FormFragment and the like]

2009-08-21 Thread kartweel
t;> >> [here goes a lot of stuff with fields and components and the like] >> >> >> >> > > Nobody to that ? > > > -- View this message in context: http://www.nabble.com/-T5--AJAX-and-partial-updates-of-formsZone-AjaxFormLoop-FormInje

Re: T5 ajax examples

2009-06-27 Thread Sergey Didenko
See "Ajax & JavaScript" in "User Guide" pane on this page: http://tapestry.apache.org/tapestry5.1/ On Sun, Jun 28, 2009 at 12:10 AM, haipeng du wrote: > What is the good reference for ajax in T5? I did not find any good > documentation from T5 website.

T5 ajax examples

2009-06-27 Thread haipeng du
What is the good reference for ajax in T5? I did not find any good documentation from T5 website. Thanks. -- Haipeng Du Salt Lake City

Re: T5: Ajax response content-tpye

2009-02-26 Thread Zsombor Nemestóthy
Hi, I've found a solution: overriding the AjaxPartialResponseRenderer service. In my module class I put this: public static void bind(ServiceBinder binder) { binder.bind(AjaxPartialResponseRenderer.class, StbAjaxPartialResponseRenderer.class).withId("StbAjaxPartialResponseRenderer"); } publi

T5: Ajax response content-tpye

2009-02-25 Thread Zsombor Nemestóthy
Hi All! I would like to change the content-type of the ajax response, when rendering a component from an ajax request. The content-type is 'application/json' and it need to be 'plain/text'. We develop an ip-tv middleware and the setTopBox's browser (Opera gogi) can not understand the applicati

Re: T5 AJAX

2009-01-16 Thread Thiago HP
On Fri, Jan 16, 2009 at 2:02 PM, Alan Chaney wrote: > Hi Hi! > I'm considering to move to T5 for a major new project. I evaluated T4 at > some length a couple of years ago but went a different way for my needs at > the time. We have experience with JQuery. I understand that T5 comes with > proto

T5 AJAX

2009-01-16 Thread Alan Chaney
Hi I'm considering to move to T5 for a major new project. I evaluated T4 at some length a couple of years ago but went a different way for my needs at the time. We have experience with JQuery. I understand that T5 comes with prototype and scriptaculous support. How easy is it to replace those

T5 Ajax Tree control?

2008-12-17 Thread superoverdrive
I am looking for a T5 ajax tree control, such as this one here: http://www.mathertel.de/AjaxEngine/S03_AJAXControls/TreeView.aspx or this one: http://samples.gaiaware.net/TreeView.aspx however with right-mouse-click context menus Does something like this already exist for T5 ? If not

Re: T5: AJAX ActionLink exception if clicked as page loads

2008-11-20 Thread Geoff Callender
See https://issues.apache.org/jira/browse/TAP5-1 . Perhaps you should add your comments and maybe even re-open it? On 20/11/2008, at 7:28 PM, Inge Solvoll wrote: I ran into this problem myself. Is it possible to listen for an event that says "Tapestry javascript has finished initializing the

Re: T5: AJAX ActionLink exception if clicked as page loads

2008-11-20 Thread Inge Solvoll
I ran into this problem myself. Is it possible to listen for an event that says "Tapestry javascript has finished initializing the page"? The scenario of users clicking links before they are "decorated" with ajax javascript is very common, so there should be a built-in best-practice solution for t

Re: [T5] Ajax And Zones

2008-11-07 Thread Marcel Sammut
t Java consultant, developer, and instructor > http://www.arsmachina.com.br/thiago > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-T5--Ajax-And-Zones---Mi

Re: [T5] Ajax And Zones

2008-11-07 Thread Thiago H. de Paula Figueiredo
Em Fri, 07 Nov 2008 04:49:05 -0300, Inge Solvoll <[EMAIL PROTECTED]> escreveu: Isn't this the same problem I ran into some weeks ago? Forms not supported in zones? My experience says that you can put a Form inside a Zone, but you cannot put a Zone around some fields inside a Form (hence t

Re: [T5] Ajax And Zones

2008-11-06 Thread Inge Solvoll
t; >Object body = null; > >if (isCollopsed) > return ajaxBody; > >isCollopsed = !isCollopsed; >collapsed = isCollopsed; > >return body; >} > > } > > -- > View this

[T5] Ajax And Zones

2008-11-06 Thread Marcel Sammut
ollopsed; return body; } } -- View this message in context: http://www.nabble.com/-T5--Ajax-And-Zones-tp20373776p20373776.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: [Spam Rating:3.40] Re: T5: Ajax components

2008-11-04 Thread Sven Homburg
ood tutorials on how to make components like I listed by > chance? > > --James > > -Original Message- > From: devilabit [mailto:[EMAIL PROTECTED] > Sent: October-31-08 5:55 PM > To: users@tapestry.apache.org > Subject: [Spam Rating:3.40] Re: T5: Ajax components >

Re: [Spam Rating:3.40] Re: T5: Ajax components

2008-11-04 Thread Lance Java
s on how to make components like I listed by > chance? > > --James > > -Original Message- > From: devilabit [mailto:[EMAIL PROTECTED] > Sent: October-31-08 5:55 PM > To: users@tapestry.apache.org > Subject: [Spam Rating:3.40] Re: T5: Ajax components > >

RE: [Spam Rating:3.40] Re: T5: Ajax components

2008-11-04 Thread James Sherwood
08 5:55 PM To: users@tapestry.apache.org Subject: [Spam Rating:3.40] Re: T5: Ajax components It is easy to make custom components or create mixins in Tapestry and the t5components you mention do look promising. You also have the option of using another javascript library like extjs if you need more adv

Re: T5: Ajax components

2008-10-31 Thread devilabit
It is easy to make custom components or create mixins in Tapestry and the t5components you mention do look promising. You also have the option of using another javascript library like extjs if you need more advanced "sexy" looking widgets. James Sherwood wrote: > > Hello, > > > > I have be

T5: Ajax components

2008-10-30 Thread James Sherwood
Hello, I have been looking into some Ajax components to use in my upcoming T5 project. Tapestry itself does not seem to have much along these lines built in and I was wondering where people are getting there Ajax components from(besides building them as this seems a bit above me right now)?

Re: [T5] AJAX and partial updates of forms ? [Zone AjaxFormLoop FormInjector FormFragment and the like]

2008-09-26 Thread Francois Armand
Francois Armand wrote: Hello guys, [..] [1] Ex of what I want : Update info // in real life, I whould like to use a mixin for that, trigger on some action on a field ... [here goes a lot of stuff with fields and components and the like] Nobody to that ? -- Francois Armand Etudes

[T5] AJAX and partial updates of forms ? [Zone AjaxFormLoop FormInjector FormFragment and the like]

2008-09-25 Thread Francois Armand
Hello guys, I think I really need some clarification on all the things around partial update of a form. To begin, I read a lot of topic on this subject on the ml, all the doc available on the site and the example for T5 test suite, but I just don't get it, and I believe I'm not the only one in

Re: T5: Ajax Examples/Tutorials

2008-09-22 Thread Daniel Jue
These are listed on the Tapestry web page and in the Tapestry 5 wiki. Here is a 3rd party library demo: http://87.193.218.134:8080/t5c-demo/ On Mon, Sep 22, 2008 at 10:16 AM, James Sherwood <[EMAIL PROTECTED] > wrote: > Hello, > > I was wondering if anyone knew of any good ajax Examples/Tutoria

T5: Ajax Examples/Tutorials

2008-09-22 Thread James Sherwood
Hello, I was wondering if anyone knew of any good ajax Examples/Tutorials with T5? Things such as text fields that do not require form submits to change data. Thanks in advance, --James

Re: T5: AJAX ActionLink exception if clicked as page loads

2008-09-08 Thread luna_guo
Geoff It's ok to return a block object in a action handler method,but you can't use the type Block,it will throw exceptions.You should use Object instead. /luna -- View this message in context: http://www.nabble.com/T5%3A-AJAX-ActionLink-exception-if-clicked-as-page-loads-tp19346336p19372125.ht

Re: T5: AJAX ActionLink exception if clicked as page loads

2008-09-06 Thread Filip S. Adamsen
Hi Geoff, Tapestry doesn't hook up zones etc. until the DOM is loaded, so the link isn't an AJAX link at the time you click it. You can check Request#isXhr in your event handler to see if it's an AJAX request - if it's not you can't return a Block, so you'll have to figure out another way to

T5: AJAX ActionLink exception if clicked as page loads

2008-09-06 Thread Geoff Callender
Is this a known problem? Is there a known solution? I have a page with 2 ActionLinks - the first link updates the whole page; the second link specifies a zone. If you click on the two links in quick succession then an exception is thrown. Alternatively, just Reload the page and click on th

Re: [T5] AJAX Tapestry Forms? / strange behavior of AjaxComponentEventRequestHandler

2008-08-22 Thread Tobias Wehrum
CORRECTION: "I spent some time with the debugger and it seems that 104: if (callback.isAborted()) return; just doesn't get called" would be "I spent some time with the debugger and it seems that in 104: if (callback.isAborted()) return; callback.aborted == false" Tobias Wehrum schrieb: And ag

Re: [T5] AJAX Tapestry Forms? / strange behavior of AjaxComponentEventRequestHandler

2008-08-22 Thread Tobias Wehrum
And again hi everyone, I managed to ajaxify my forms - but I have a problem left with the return value of my onSubmit function. First to explain, to make AJAX possible, I use a slightly modified Tapestry.linkZone: -

[T5] AJAX Tapestry Forms?

2008-08-22 Thread Tobias Wehrum
Hi there, as the title suggests, I want to submit a form without refreshing the page. I don't even want to refresh a zone, but I need to specify a javascript function handling the return value of my function. While this is quite easy with normal HTML forms, I don't want to break with Tapestry

Re: [T5] Ajax request and expired session

2008-07-01 Thread Julian Wood
it is useless as it will be not displayed. i have no idea how to solve that problem. could you suggest something? thanks, jm. -- View this message in context: http://www.nabble.com/-T5--Ajax-request-and-expired-session-tp18150477p18150477.html Sent from the Tapestry

Re: [T5] Ajax request and expired session

2008-06-30 Thread Josh Canfield
>>> * acegi detects no credentials in session (session has expired) >>> * acegi redirects to login page >>> * but hey! this is still XHR. rendered page returns to client >>> * ...and nothing changes. we got entire login page in response but it is >>&g

Re: [T5] Ajax request and expired session

2008-06-30 Thread Julian Wood
ve that problem. could you suggest something? thanks, jm. -- View this message in context: http://www.nabble.com/-T5--Ajax-request-and-expired-session-tp18150477p18150477.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: [T5] Ajax request and expired session

2008-06-29 Thread Josh Canfield
l XHR. rendered page returns to client > * ...and nothing changes. we got entire login page in response but it is > useless as it will be not displayed. > > i have no idea how to solve that problem. could you suggest something? > > thanks, > jm. > > > > -- >

[T5] Ajax request and expired session

2008-06-27 Thread Janko Muzykant
d you suggest something? thanks, jm. -- View this message in context: http://www.nabble.com/-T5--Ajax-request-and-expired-session-tp18150477p18150477.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: [T5] ajax graceful degradation

2008-06-20 Thread Julien
d by the browser. Hope this helps ! Christophe. -Message d'origine- De : Julien [mailto:[EMAIL PROTECTED] Envoyé : vendredi 20 juin 2008 11:19 À : Tapestry users Objet : Re: [T5] ajax graceful degradation Hello, By returning null, the same page is reloaded. But the content of my zone

RE: [T5] ajax graceful degradation

2008-06-20 Thread Cordenier Christophe
juin 2008 11:19 À : Tapestry users Objet : Re: [T5] ajax graceful degradation Hello, By returning null, the same page is reloaded. But the content of my zone should be updated, replaced by the content of the block component. Julien Cordenier Christophe a écrit : > Hello, > > Change

Re: [T5] ajax graceful degradation

2008-06-20 Thread Julien
nstance or whatever redirect the user to a page instead of Block. Christophe. -Message d'origine- De : Julien [mailto:[EMAIL PROTECTED] Envoyé : vendredi 20 juin 2008 10:47 À : Tapestry users Objet : [T5] ajax graceful degradation Hi, I've used the zone and block componen

RE: [T5] ajax graceful degradation

2008-06-20 Thread Cordenier Christophe
Tapestry users Objet : [T5] ajax graceful degradation Hi, I've used the zone and block components to create an ajax refreshed page part. When the user click the actionlink, the content of the zone is replaced by the content of the block. It works great :) But I'd like my page to gracefull

[T5] ajax graceful degradation

2008-06-20 Thread Julien
Hi, I've used the zone and block components to create an ajax refreshed page part. When the user click the actionlink, the content of the zone is replaced by the content of the block. It works great :) But I'd like my page to gracefully degrade when javascript is turned off. request.isXHR()

RE: T5 ajax zones example

2008-06-10 Thread Blower, Andy
ginal Message- > From: Filip S. Adamsen [mailto:[EMAIL PROTECTED] > Sent: 06 June 2008 14:08 > To: Tapestry users > Subject: Re: T5 ajax zones example > > Howard is on it. See https://issues.apache.org/jira/browse/TAPESTRY- > 2341. > > -Filip > > On 2008-06-

Re: T5 ajax zones example

2008-06-06 Thread Filip S. Adamsen
ge mentions about zones and update-divs but i'm not able to find even one example how to use them. is there anyone who successfully tried to use these features? cheers, m. -- View this message in context: http://www.nabble.com/T5-ajax-zones-example-tp15991696p15991696.html

Re: T5 ajax zones example

2008-06-06 Thread james cai
vent(component="theForm", value="success") >> private Block successFromTheForm() >> { >> return dynamicBlock; >> } >> } >> >> >> 2008/3/11, Janko Muzykant <[EMAIL PROTECTED]>: >>> >>> &

Re: T5 ajax zone changing

2008-06-06 Thread Lance Java
I've always thought it would be nice to return a Map with the key being the zone id so I can specify the zone(s) to update. On 05/06/2008, Janko Muzykant <[EMAIL PROTECTED]> wrote: > > > Thiago H. de Paula Figueiredo wrote on 05 Jun 2008 15:26:58 MET: > > > On Thu, 05 Jun 2008 11:18:53 -0300, Jank

Re: T5 ajax zone changing

2008-06-05 Thread Janko Muzykant
Thiago H. de Paula Figueiredo wrote on 05 Jun 2008 15:26:58 MET: > On Thu, 05 Jun 2008 11:18:53 -0300, Janko Muzykant <[EMAIL PROTECTED]> > wrote: > > > Hi Markus, > > thanks for links, but this unfortunately does not solve the > > problem. i will > > try to highlight my case. commiting the form

Re: T5 ajax zone changing

2008-06-05 Thread Thiago H de Paula Figueiredo
On Thu, 05 Jun 2008 11:18:53 -0300, Janko Muzykant <[EMAIL PROTECTED]> wrote: Hi Markus, thanks for links, but this unfortunately does not solve the problem. i will try to highlight my case. commiting the form currenlty we have no possibility to select destination zone other when that one a

Re: T5 ajax zone changing

2008-06-05 Thread Janko Muzykant
e/src/test/app1/ZoneDemo.tml?view=markup > http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/ZoneDemo.java?view=markup > > Marcus > > -- View this message in context: http://www.nabble.com/T5-ajax-zone-chan

Re: T5 ajax zone changing

2008-06-02 Thread Marcus
Hi Janko, maybe this help http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/app1/ZoneDemo.tml?view=markup http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/ZoneDemo.java?view=markup Marcus

T5 ajax zone changing

2008-06-02 Thread Janko Muzykant
. cheers, m. -- View this message in context: http://www.nabble.com/T5-ajax-zone-changing-tp17598853p17598853.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

T5: Ajax periodic update

2008-05-19 Thread mad7777
Hi list, I'd like to know if there is a simple way to perform a periodic Ajax update request. I've invented hacked a solution using the Ajax.PeriodicalUpdater from prototype.js. It involves putting an ActionLink on the page, giving it a client id, making it invisible to the user (with display:

Re: T5: Ajax update of one form field based on change to another form field?

2008-05-02 Thread Franz Amador
Thank you VERY much. That works like a champ... except I keep getting an exception in the log, though it doesn't affect the UI. Here's the way I ran with your suggestions. First, the tml: function typeChanged(

Re: T5: Ajax update of one form field based on change to another form field?

2008-05-01 Thread Chris Lewis
Sorry I was vague on that, and I was referring to the t5components OnEvent mixin (http://87.193.218.134:8080/t5components/t5c-commons/ref/org/apache/tapestry/commons/mixins/OnEvent.html). Here's a quick example of ajax-based data retrieval. Note that where I use hard-coded strings, you'd be using y

Re: T5: Ajax update of one form field based on change to another form field?

2008-05-01 Thread Franz Amador
On Thu, May 1, 2008 at 4:25 AM, Chris Lewis <[EMAIL PROTECTED]> wrote: > Why would you need to submit the form when a value is selected from the > list? If you know the available DBs before hand, then you know the > default ports. Store those as a client-side JSON object and use the > select's

Re: T5: Ajax update of one form field based on change to another form field?

2008-05-01 Thread Chris Lewis
Franz Amador wrote: > Hi, all. I asked about this a while ago, and there was no good answer > then, but I'm hoping that there are new options now. I have a bean > that holds information about a database connection. I'm editing it > with BeanEditForm. One of the fields is the database type, an

T5: Ajax update of one form field based on change to another form field?

2008-04-30 Thread Franz Amador
Hi, all. I asked about this a while ago, and there was no good answer then, but I'm hoping that there are new options now. I have a bean that holds information about a database connection. I'm editing it with BeanEditForm. One of the fields is the database type, an enum that renders as a dropdo

Re: T5: ajax component ids with namespaces

2008-04-25 Thread buckofive
After fiddling with protoype the $$ coupled with the !^ selector seems to work. I'm including some custom helper code to accomplish getting an element by id without regard to the tapestry id namespace. If this is/was obvious or there is better solution, I apologize but hopefully this will be he

T5: ajax component ids with namespaces

2008-04-22 Thread buckofive
Hi All, I recently updated to Tapestry 5.0.11 from 5.0.10 and unfortunately my custom javascript calls are broken because component id's returned from ajax calls now have a ":#" next to them. For example when I try to get a reference to an object say $('foo') it doesn't exist because it is n

Re: T5: AJAX Zone updating doesn't work correctly in IE

2008-04-09 Thread Josh Canfield
urned the value > > [EMAIL PROTECTED] Return type > > org.apache.tapestry.internal.structure.BlockImpl can not be handled. > > Configured return types are java.lang.Class, java.lang.String, > > java.net.URL, > > org.apache.tapestry.Link, org.apache.tapestry.StreamResponse, > > org.

RE: T5: AJAX Zone updating doesn't work correctly in IE

2008-04-09 Thread Blower, Andy
, > java.net.URL, > org.apache.tapestry.Link, org.apache.tapestry.StreamResponse, > org.apache.tapestry.runtime.Component. > > > It looks like a bug to me, should it be entered into a bug DB somewhere? I > hope that this is a known problem that has already been fixed or is in the > process of bei

RE: T5: AJAX Zone updating doesn't work correctly in IE

2008-04-08 Thread Blower, Andy
- this is an AJAX-enabled ActionLink From: José Paumard [mailto:[EMAIL PROTECTED] Sent: 07 April 2008 20:21 To: Tapestry users Subject: Re: T5: AJAX Zone updating doesn't work correctly in IE Andy, I already pointed out this problem,

Re: T5: AJAX Zone updating doesn't work correctly in IE

2008-04-07 Thread José Paumard
is a known problem that has already been fixed or is in the process of being fixed because it's a pretty big dealbreaker for T5 AJAX support as IE is still the dominant browser. (using T5.0.11, IE6.0.2900, FF2.0.0.6, Tomcat5.5.9) - BasicAJAX.java - package com.proquest.Tap5

T5: AJAX Zone updating doesn't work correctly in IE

2008-04-07 Thread Andy Blower
use it's a pretty big dealbreaker for T5 AJAX support as IE is still the dominant browser. (using T5.0.11, IE6.0.2900, FF2.0.0.6, Tomcat5.5.9) - BasicAJAX.java - package com.proquest.Tap5ProtoIMPA.pages; import org.apache.tapestry.annotations.Co

RE: [T5] Ajax validation

2008-03-27 Thread Zheng, Xiahong
t: Re: [T5] Ajax validation I think you need to do this yourself, using the builtin AJAX facilities, rather than using any of the builtin validation facilities. Say you were looking to make sure a username was unique on signup. Place an actionlink beside the field ("check availabil

Re: [T5] Ajax validation

2008-03-27 Thread Julian Wood
7:27 AM, Zheng, Xiahong wrote: Anyone? -Original Message- From: Zheng, Xiahong Sent: Wednesday, March 26, 2008 3:09 PM To: 'Tapestry users' Subject: [T5] Ajax validation If this topic has been discussed, please point me to the right place. It seems that, by default, tapestr

RE: [T5] Ajax validation

2008-03-27 Thread Zheng, Xiahong
Anyone? -Original Message- From: Zheng, Xiahong Sent: Wednesday, March 26, 2008 3:09 PM To: 'Tapestry users' Subject: [T5] Ajax validation If this topic has been discussed, please point me to the right place. It seems that, by default, tapestry 5 only does client side valid

[T5] Ajax validation

2008-03-26 Thread Zheng, Xiahong
If this topic has been discussed, please point me to the right place. It seems that, by default, tapestry 5 only does client side validation when you tab out of the input field. Server side validation happens on the form submit only. How can I enable server side validation on a field by field basis

Re: T5 ajax zones example

2008-03-12 Thread Stephane Decleire
ROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /ted -- View this message in context: http://www.nabble.com/T5-ajax-zones-example-tp15991696p16000137.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: T5 ajax zones example

2008-03-12 Thread Stephane Decleire
xample how to use them. is there anyone who successfully tried to use these features? cheers, m. -- View this message in context: http://www.nabble.com/T5-ajax-zones-example-tp15991696p15991696.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: T5 ajax zones example

2008-03-12 Thread Ted Steen
") > > private Block actionFromTheLink() > > { > > return someBlock; > > } > > > > @OnEvent(component="theForm", value="success") > > private Block successFromTheForm() > > { > > re

Re: T5 ajax zones example

2008-03-12 Thread Sabine K.
return dynamicBlock; > } > } > > > 2008/3/11, Janko Muzykant <[EMAIL PROTECTED]>: >> >> >> Tapestry's page mentions about zones and update-divs but i'm not able to >> find >> even

Re: T5 ajax zones example

2008-03-11 Thread Mark W. Shead
On Mar 11, 2008, at 8:00 PM, Weisu wrote: Hi Ted, I had tried your example, but I can not make the form part to work, it only displays "Content before update". I am using T5.0.10. I am using 5.0.11, but I had to change: @OnEvent(component="theForm", value="success") to @OnEvent(comp

Re: T5 ajax zones example

2008-03-11 Thread Weisu
Hi Ted, I had tried your example, but I can not make the form part to work, it only displays "Content before update". I am using T5.0.10. Thanks! ws -- View this message in context: http://www.nabble.com/T5-ajax-zones-example-tp15991696p15995860.html Sent from the Tapestry - User ma

Re: T5 ajax zones example

2008-03-11 Thread Ted Steen
t; > > > > > > -- > > /ted > > > > > > > -- > View this message in context: > http://www.nabble.com/T5-ajax-zones-example-tp15991696p15993669.html > > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --

Re: T5 ajax zones example

2008-03-11 Thread Janko Muzykant
> > > -- > /ted > > -- View this message in context: http://www.nabble.com/T5-ajax-zones-example-tp15991696p15993669.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-m

Re: T5 ajax zones example

2008-03-11 Thread Ted Steen
essfully tried > to > use these features? > > cheers, > m. > > > -- > View this message in context: > http://www.nabble.com/T5-ajax-zones-example-tp15991696p15991696.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > -

T5 ajax zones example

2008-03-11 Thread Janko Muzykant
Tapestry's page mentions about zones and update-divs but i'm not able to find even one example how to use them. is there anyone who successfully tried to use these features? cheers, m. -- View this message in context: http://www.nabble.com/T5-ajax-zones-example-tp15991696p15991696

[T5] AJAX form submit

2008-02-28 Thread Adriaan Joubert
Hi, I have a form that needs to change the view in a zone on a page. So I use the new (5.0.11-SNAPSHOT) form with a zone (fantastic stuff, Howard!) Show liquidated funds

Re: T5: Ajax update of BeanEditForm on drop-down select?

2008-01-15 Thread Sven Homburg
arrgl today i've checked in my first ajax mixin "OnChange". i think i must slow down my development ;-) 2008/1/16, Howard Lewis Ship <[EMAIL PROTECTED]>: > > This is coming soon, but it won't be part of BeanEditForm ... to get > that level of interactivity will require that you spell out your

Re: T5: Ajax update of BeanEditForm on drop-down select?

2008-01-15 Thread Howard Lewis Ship
This is coming soon, but it won't be part of BeanEditForm ... to get that level of interactivity will require that you spell out your individual fields and labels, along with extra components & mixins to describe the Ajax functionality to Tapestry. On Jan 15, 2008 2:44 PM, Franz Amador <[EMAIL PRO

T5: Ajax update of BeanEditForm on drop-down select?

2008-01-15 Thread Franz Amador
I'm using BeanEditForm to generate a form that includes a drop-down selector. I'd like to get an event when the user selects a value so I can update other fields in the form, preferably via a partial-page Ajax-style update. Is this possible? If so, is there an example I can look at? If not,

Re: T5: AJAX and Firefox doesn't work

2008-01-02 Thread Britske
somehow the bug doesn't appear anymore. I'm running 5.0.6 so it could be related. I'll investigate once I encounter it again. Howard Lewis Ship wrote: > > That's supposed to work; there was a bug in 5.0.6 that may have caused > this behavior (and is fixed in 5.0.7). > > On Jan 2, 2008 1:43 A

Re: T5: AJAX and Firefox doesn't work

2008-01-02 Thread Howard Lewis Ship
That's supposed to work; there was a bug in 5.0.6 that may have caused this behavior (and is fixed in 5.0.7). On Jan 2, 2008 1:43 AM, Britske <[EMAIL PROTECTED]> wrote: > > A strange thing happens. > > following an example of returning a streamresponse based on a user-click, > this all works well

RE: T5: AJAX and Firefox doesn't work

2008-01-02 Thread Yeeswara Nadapana (HCL Financial Services)
: Wednesday, January 02, 2008 3:13 PM To: users@tapestry.apache.org Subject: T5: AJAX and Firefox doesn't work A strange thing happens. following an example of returning a streamresponse based on a user-click, this all works well in IE7 but not in Firefox. Instead firefox exectutes the action an

T5: AJAX and Firefox doesn't work

2008-01-02 Thread Britske
A strange thing happens. following an example of returning a streamresponse based on a user-click, this all works well in IE7 but not in Firefox. Instead firefox exectutes the action and the simply fires an onActivate-event rendering the action useless (the page is simply loaded again as if the

Re: T5 & Ajax - Which Ajax/Javascript framework will be next?

2007-12-26 Thread Daniel Jue
> I thought that Dojo was *the* standard framework of choice of Tapestry 4. Am > I missing something here? Fixed. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5 & Ajax - Which Ajax/Javascript framework will be next?

2007-12-25 Thread Chris Lewis
I'd say you are missing something: this is Tapestry 5. If I'm not mistaken prototype has been the choice since the beginning of T5 - hardly 'du jour'. There has been chatter here and there about having a pluggable system for using the JS of your choice, however I don't think this has received a

T5 & Ajax - Which Ajax/Javascript framework will be next?

2007-12-25 Thread Jan Vissers
Reading http://tapestry.apache.org/tapestry5/tapestry-core/guide/ajax.html I'm just wondering what Ajax/Javascript 'du jour' will be in T5.0.8 I thought that Dojo was *the* standard framework of choice of Tapestry. Am I missing something here? -J. ---

[T5] Ajax architecture

2007-09-26 Thread Borut Bolčina
Hello, does anyone know if similar drawing exist for T5? http://www.icefaces.org/main/product/architecture.iface It is not meant to be provocative - I just need to be objective in my report for our future web framework. I am very well aware that ability to build custom components easily outweighs

T5: Ajax, Releases

2007-08-22 Thread Angelo Chen
Hi, looking at T5's roadmap, it says ajax support will be in by summer 2007, is the ajax already part of some beta versions? and will soon be in a pre-release? and T5's final release is Fall, 2007, possible? Thanks, A.C. -- View this message in context: http://www.nabble.com/T5%3A-Ajax%2

[T5] Ajax tests

2007-08-16 Thread David Avenante
Hi, I play with T5 and want to explore Ajax capacity. I need to know which service is responsible on the instantiation of a component. Is it possible to have a resume (classes implied) of how Tapestry process component instantiation. Thanks for any input ;)

T5: Ajax example for Tapestry 5

2007-07-10 Thread easy-to-remember
Has anyone got an example of a T5 example application that uses Ajax components? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   >