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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
t;
>Object body = null;
>
>if (isCollopsed)
> return ajaxBody;
>
>isCollopsed = !isCollopsed;
>collapsed = isCollopsed;
>
>return body;
>}
>
> }
>
> --
> View this
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
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
>
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
>
>
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
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
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)?
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
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
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
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
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
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
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
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
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:
-
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
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
>>> * 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
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.
--
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.
>
>
>
> --
>
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.
---
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
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
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
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
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()
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-
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
vent(component="theForm", value="success")
>> private Block successFromTheForm()
>> {
>> return dynamicBlock;
>> }
>> }
>>
>>
>> 2008/3/11, Janko Muzykant <[EMAIL PROTECTED]>:
>>>
>>>
&
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
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
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
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
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
.
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
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:
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(
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
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
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
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
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
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
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.
,
> 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
- 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,
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
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
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
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
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
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
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.
--
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.
---
")
> > private Block actionFromTheLink()
> > {
> > return someBlock;
> > }
> >
> > @OnEvent(component="theForm", value="success")
> > private Block successFromTheForm()
> > {
> > re
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
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
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
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.
>
>
> --
>
>
> --
> /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
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.
>
>
> -
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
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
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
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
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,
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
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
: 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
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
> 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]
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
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.
---
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
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
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 ;)
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 - 100 of 101 matches
Mail list logo