Re: Meap Tapestry 5 book cancelled?

2011-09-22 Thread Alfonso Quiroga
This is sad. My native language is spanish, so if some day I can help with some spanish translation, I'll be pleased to do it! Alfonso On Thu, Sep 22, 2011 at 2:58 PM, Alex Kotchnev wrote: > This is a bummer indeed. If I recall correctly, this was gong to be a > translation from German - so the

Re: Confused with parameters

2011-09-21 Thread Alfonso Quiroga
t 12:18 PM, Alfonso Quiroga wrote: > Hi! I'm a bit confused. I've written a small tree component which > iterates the tree and displays it, it work fine, but I write every > node in Java (using the MarkUpWriter) > > Now I want the component more generic, so in the body of the co

Confused with parameters

2011-09-21 Thread Alfonso Quiroga
Hi! I'm a bit confused. I've written a small tree component which iterates the tree and displays it, it work fine, but I write every node in Java (using the MarkUpWriter) Now I want the component more generic, so in the body of the component I can write the node as I want, example: Node: ${cu

Re: spring integration?

2011-09-13 Thread Alfonso Quiroga
gt; > > Delete any references to the normal 'TapestryFilter'. > > (I would send over our web.xml for comparison, but it's not to hand). > > Steve. > > On 14 September 2011 01:37, Alfonso Quiroga wrote: >> I changed the name but the error

Re: spring integration?

2011-09-13 Thread Alfonso Quiroga
13, 2011 at 2:51 PM, Alfonso Quiroga wrote: > IT WORKS now!! Thanks Steve, that was the problem, my old declaration: >   >       app >       org.apache.tapestry5.TapestryFilter >   >       >         app >         > org.apache.tapestry5.spring.TapestrySpringFilter >      

Re: spring integration?

2011-09-13 Thread Alfonso Quiroga
.java:40) at jettyRunner.JettyRHelper.startJettyServer(JettyRHelper.java:69) at tapestry.TapestryRunner.main(TapestryRunner.java:11) On Tue, Sep 13, 2011 at 2:34 PM, Thiago H. de Paula Figueiredo wrote: > On Tue, 13 Sep 2011 12:50:44 -0300, Alfonso Quiroga > wrote: > >> &

Re: spring integration?

2011-09-13 Thread Alfonso Quiroga
gt; plugs together seamlessly and without any configuration or effort. > Both Spring services being injected in T5 services and T5 being > injected into Spring services. > > We did nothing but follow the instructions! > > Steve. > > On 13 September 2011 23:50, Alfonso Quiroga wro

spring integration?

2011-09-13 Thread Alfonso Quiroga
Hi! I'm using tapestry 2.5.2, and tapestry-spring 2.5.2 too. I did the few steps posted in the documentation. When I initialize the web application I get this: "No service implements the interface org.springframework.context.ApplicationContext" I've seen at least 3 threads in markmail and nobody

Re: [ANN] JumpStart 5.4.8 gets @EJB and a better PageProtectionFilter

2011-09-13 Thread Alfonso Quiroga
Geoff I find it really usefull the jumpstart, as I'm newbie in tapestry I'm consulting it every time. really thanks On Tue, Sep 13, 2011 at 9:15 AM, Muhammad Gelbana wrote: > François and Massimo left nothing for me to say. > > Thanks a lot Geoff :) > > On Tue, Sep 13, 2011 at 9:54 AM, Massimo Lu

Re: tapestry ready for production?

2011-09-12 Thread Alfonso Quiroga
François: really thanks for your answer, I'll check right now about the production flag! Thanks again 2011/9/12 François Facon : > 2011/9/12 Alfonso Quiroga : >> Well, I think I'll go ahead with tapestry 5.2.5 (the last archetype >> points to that version). I think devel

Re: tapestry ready for production?

2011-09-11 Thread Alfonso Quiroga
hat you can continue to experiment with as you learn more. > > On Sun, Sep 11, 2011 at 3:27 PM, Alfonso Quiroga > wrote: >> Wow! thanks to everyone! I think I won't need recursion in the model >> (I hope so!), so I'll be doing some small app, if everything works &

Re: tapestry ready for production?

2011-09-11 Thread Alfonso Quiroga
apestry apps can remain lean and >> fast (e.g. avoiding storing everything in the HTTP session like JSF >> apps usually do). >> >>> >>> These things are not showstoppers by any means but until one has completely >>> absorbed the t5 component model it can be painf

Re: tapestry ready for production?

2011-09-11 Thread Alfonso Quiroga
Lenny, really thanks!! but I will be waiting an answer more detailed, to the 3 questions I posted, thanks anyway!! Alfonso On Sun, Sep 11, 2011 at 6:01 AM, Lenny Primak wrote: > All I can say is that tapestry is 1000% better than struts. > > On Sep 11, 2011, at 4:56 AM, Alfonso Quir

tapestry ready for production?

2011-09-11 Thread Alfonso Quiroga
Hi! I've used tapestry 5.0 some time ago, in a small app at home. Now in my work I've to decide which framework we will use for a state application on internet. I've a lot of experience with struts2, I can just choose that, but I prefer the component model against the action model. 1) Is tapestry

Re: "dynamic" tml

2010-03-22 Thread Alfonso Quiroga
You mean "might" choose between different .tml files in the webapp dir? On Tue, Mar 23, 2010 at 12:04 AM, Angelo Chen wrote: > > delegate might work. also Velocity with outraw component can somehow > achieve > that. > > > Alfonso Quiroga wrote: > > > >

"dynamic" tml

2010-03-22 Thread Alfonso Quiroga
Hi! I just want to know something.. I used layouts in T5 ( http://wiki.apache.org/tapestry/Tapestry5SimpleAndPowerfulLayouts) and it works OK. My layout-tml has 3 o 4 IF and renders fine. But what happens if I want really dynamic layout-tml? I mean, if a page uses layout "peter", it should search

Re: Tapestry in Action on SeeSaw

2010-03-17 Thread Alfonso Quiroga
+1 , I want to see the video :) On Wed, Mar 17, 2010 at 2:17 PM, Ivano Luberti wrote: > +1 > > Il 17/03/2010 18.13, Inge Solvoll ha scritto: > > Please send the link if/when there is a screencast! :) > > > > On Wed, Mar 17, 2010 at 5:42 PM, Ben Gidley wrote: > > > > > >> I believe they will be

Re: Any problems with Advice and Match("*") ?

2010-03-05 Thread Alfonso Quiroga
I don't understand this: >I guess I'm lucky to only need a service defined in the same module. Why lucky? with @Match you can have 100 services, and only advise the "portion" you need. You only need to have easy and well formed services-ids. Regard, Alfonso On Fri, Mar 5, 2010 at 10:54 AM, Robin

Re: offtopic: javaassist for injecting annotations?

2010-03-05 Thread Alfonso Quiroga
ect: Re: offtopic: javaassist for injecting annotations? > > On Thu, 04 Mar 2010 17:27:25 -0300, Alfonso Quiroga > wrote: > > >> Why not just adding the annotations to the sources? > > Are you refering to hibernate-annotations? > > Yes. > > > I add anno

Re: offtopic: javaassist for injecting annotations?

2010-03-04 Thread Alfonso Quiroga
Thanks for the feedback On Thu, Mar 4, 2010 at 5:33 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 04 Mar 2010 17:27:25 -0300, Alfonso Quiroga < > alfonsose...@gmail.com> wrote: > > Why not just adding the annotations to the sources? &g

Re: offtopic: javaassist for injecting annotations?

2010-03-04 Thread Alfonso Quiroga
ess, it's not necesary any annotation, it will automatically add "one2many". It's not a big tool, it's just simplifing. And thanks for clarifying that T5 uses it's own classloader. On Thu, Mar 4, 2010 at 5:05 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrot

Re: offtopic: javaassist for injecting annotations?

2010-03-04 Thread Alfonso Quiroga
on javarebel. If you don't use javarebel, I don't know how to achieve this (suggestions are accepted :). I think this could be attractive for java starters who don't like configuring hibernate, few annotations and just works :) Thanks On Tue, Mar 2, 2010 at 10:10 AM, Alfonso Quiroga wr

Re: offtopic: javaassist for injecting annotations?

2010-03-02 Thread Alfonso Quiroga
s, > Jim. > > -Original Message- > From: Alfonso Quiroga [mailto:alfonsose...@gmail.com] > Sent: 26 February 2010 19:44 > To: Tapestry users > Subject: offtopic: javaassist for injecting annotations? > > Hi! I need to inject annotations to some classes at runtime, I

offtopic: javaassist for injecting annotations?

2010-02-26 Thread Alfonso Quiroga
Hi! I need to inject annotations to some classes at runtime, I know this is possible. Is javaassist the best choice? Is it hard to accomplish this? thanks!

Re: Check this out

2010-02-25 Thread Alfonso Quiroga
Banchi Liko or Gerald Bauer: I think you don't need a good framework (T5, wicket), you have to look wider in your life, you need a good psychoanalyst and 5-6mg of clonazepam per day. Good luck, and get a life! On Thu, Feb 25, 2010 at 9:19 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wro

Re: Check this out

2010-02-25 Thread Alfonso Quiroga
Banchi Liko: what's the point of this discussion? I can't see it, if you like wicket, start using it. If you like T5, the same. And if you like both and you want to make a comparison, create a blog (is free) comparing both frameworks, but technically ( I mean don't say "A is better than B because..

Re: [Tapestry Central] March of Progress

2010-02-24 Thread Alfonso Quiroga
My native language is spanish (Argentina), my second, english. So I can't read Igor Drobiazko's book, but I'd love to. No chances on english version? In that case, I could help for a spanish version. Thanks On Wed, Feb 24, 2010 at 10:33 AM, Alexander Kiel wrote: > Hi, > > maybe I can contribute s

Re: t5: Easy template layout

2010-02-21 Thread Alfonso Quiroga
In t5 wikis you have a TLD, if Intellij can autocomplete with a tld, you have that option. Good luck On Sat, Feb 20, 2010 at 10:34 PM, Angelo Chen wrote: > > Hi, > > I have been using Intellij for layout tml files, all are just typing, it > works quite well, I'm looking for an easier way, no need

Re: components in JAR's

2010-02-10 Thread Alfonso Quiroga
On Wed, 10 Feb 2010 18:46:50 -0200, Alfonso Quiroga < > alfonsose...@gmail.com> wrote: > > Thanks Thiago, always fast and clear. So clear that I will ask something >> (maybe basic) I don't get. >> They say wicket is better in the component model, they talk about "

Re: components in JAR's

2010-02-10 Thread Alfonso Quiroga
model, stateful pojo programming model, security by default, etc). --- Thanks again! On Wed, Feb 10, 2010 at 5:42 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 10 Feb 2010 18:28:40 -0200, Alfonso Quiroga < > alfonsose...@gmail.com> wrote: > > H

components in JAR's

2010-02-10 Thread Alfonso Quiroga
Hi! I read some reviews about wicket and they say one adventage (over tapestry) is the possibility of packaging a component in a JAR file. This is not possible in T5? I am confused because t5-upload it's a JAR file that has it's own module, but I don't know if there are components inside. Maybe, if

Re: blackbird (5.1)

2010-01-08 Thread Alfonso Quiroga
tool, you can search anything in the tapestry list (and others) greetings On Fri, Jan 8, 2010 at 11:10 AM, Alfonso Quiroga wrote: > Lutz: yes, I have no problem, but now I'm at work, in 6 hours I'm home > and I post the code. It's true sometimes it's confusing the > co

Re: blackbird (5.1)

2010-01-08 Thread Alfonso Quiroga
ly one who thinks that should be simpler?). > > Hence, if you could just post a snippet, that would be grand. > > Thanks, > Lutz > > > On Thu, Jan 7, 2010 at 11:09 PM, Alfonso Quiroga > wrote: >> Hi, you can create you own ClientInfrastructure. By default, T5 use

Re: blackbird (5.1)

2010-01-07 Thread Alfonso Quiroga
Hi, you can create you own ClientInfrastructure. By default, T5 uses ClientInfrastructureImpl, where is defined all js like blackbird and prototype. In my case , I created a new ClientInfrastructure where I use a different tapestry.js If you have some problem I can paste the code to contribute and

Re: demo aplication

2010-01-05 Thread Alfonso Quiroga
tart is not an app. Maybe you haven't logged in to the >> app part? >> >>        http://jumpstart.doublenegative.com.au:8080/jumpstart/theapp/login >> >> Or maybe you did and you found it lacking? >> >> Cheers, >> >> Geoff >> >> On 31/1

Re: demo aplication

2009-12-30 Thread Alfonso Quiroga
gt; Well, Do we need a Demo app?? I mean, we already've one: JumpStart( > http://jumpstart.doublenegative.com.au:8080/jumpstart/) hosted, so.. > > Do u wish to re-consider ur idea?? > >  - Ashwanth Kumar > > On Wed, Dec 30, 2009 at 9:09 PM, Alfonso Quiroga > wrote: >

demo aplication

2009-12-30 Thread Alfonso Quiroga
Hi! going back again to the idea of publishing demo aplication for starters (always is easier to see something working and copy from that, than building an app from scratch, looking for docs, etc). Is there some idea of how the demo app should be? I'm NOT a T5 expert but I can do it if it's simple

Re: Help with onActivate Page

2009-12-26 Thread Alfonso Quiroga
What do you mean with overloadable? something like... a) void onActivate() b) void onActivate(String param) you mean that? I think the easier way is to do only one method: onActivate(EventContext context), tapestry5 will hit it always. On Sat, Dec 26, 2009 at 9:57 PM, Ashwanth Kumar wrote: > H

Re: Discussion

2009-12-23 Thread Alfonso Quiroga
Hi! very interesting thread. I use T5 since 1 year aprox, and it's true that T-IOC was the first "wall" I had, now I understand it and I like it a lot (my system does NOT use spring, all with t-ioc). I don't know which is the solution, because there is documentation about t-ioc, but maybe more docu

Re: Discussion

2009-12-22 Thread Alfonso Quiroga
I agree with Thiago, but I've never used Wicket. I've used tapestry5 and I really like it. Both frameworks are component-based, maybe some day I'll try wicket. But if tap5 works for me... why do I have to discuss in server-side? I prefer to share my solutions and workarounds in this list, where the

Re: Zone update effect in T5

2009-12-03 Thread Alfonso Quiroga
I use update="show" too, because if I clicked a lot for updating the zone, javascript got crazy and it just kept the zone yellow for ever, until I reload the page, bye On Thu, Dec 3, 2009 at 12:18 PM, Benny Law wrote: > Thanks Michael. I am using update="show" now and it works. > > Benny > > On T

Re: Eclipse plug-in for adding tml+java+properties files?

2009-12-02 Thread Alfonso Quiroga
Maybe he was thinking in Tapestry4E (don't get confuse, it is for Tapestry5), go here: http://code.google.com/p/tapestry4e/ On Wed, Dec 2, 2009 at 2:52 PM, Alessandro Bottoni wrote: > Juan E. Maya ha scritto: >> i think does what u want. I haven't use it, but u may give it a try. > > Many thank

disabling double ajax submit

2009-11-29 Thread Alfonso Quiroga
Hi! I post my solution to this problem. When user clicks in a eventLink related to a Zone, this is done automatic by ajax. In my case, these links always are in the same zone that is going to be updated. As I don't want that the user can click a 2nd time (and 3rd.. etc) while the server is processi

Re: ajax component

2009-11-29 Thread Alfonso Quiroga
, faster and better to mantain. Hope this is util for other too! Bye :-) On Fri, Nov 27, 2009 at 7:27 PM, Alfonso Quiroga wrote: > Hi, this time I want to do an ajax component, just a simple tree where > user can open nodes, like.. > A > B > C > ..and when user clicks on "

ajax component

2009-11-27 Thread Alfonso Quiroga
Hi, this time I want to do an ajax component, just a simple tree where user can open nodes, like.. A B C ..and when user clicks on "A", via ajax the application will show A childrens, like: A X1 X2 B C Is this complicated? I saw examples (jumpstart) and I will start trying to do it with just

Re: Login Filter,

2009-11-26 Thread Alfonso Quiroga
Thiago: [...]your dispatcher must be added before the RootPath[...] Is that neccesary? RootPath I think is when you go to "/", this is Index page, and we suppose Index doesn't need security. So I use my security dispatcher AFTER RootPath. Thanks On Thu, Nov 26, 2009 at 8:41 AM, Thiago H. de Paula

Re: dispatcher POST-processing

2009-11-25 Thread Alfonso Quiroga
st. Conclusion: I rolled back to my dispatcher solution, it closes de session after the complete render of current page (it doesn't interfere with assets) so it's more efficient. Hope this idea helps someone, bye On Wed, Nov 25, 2009 at 11:20 PM, Alfonso Quiroga wrote: > In my case I

Re: dispatcher POST-processing

2009-11-25 Thread Alfonso Quiroga
e first time it's needed, and then > use PerThreadManager to clean up the session at the end of the thread (ie at > the end of the request). > > Robert > > On Nov 25, 2009, at 11/256:42 PM , Alfonso Quiroga wrote: > >> Answering to myself :) >> >> It

Re: dispatcher POST-processing

2009-11-25 Thread Alfonso Quiroga
rDispatcher (default) but after rendering... I close current hibernate session. Hope overriding dispatchers is util for someone else. Bye On Wed, Nov 25, 2009 at 9:05 PM, Alfonso Quiroga wrote: > Hi, I made a dispatcher for web-security and it really works fine. As > I'm not using tapestr

dispatcher POST-processing

2009-11-25 Thread Alfonso Quiroga
Hi, I made a dispatcher for web-security and it really works fine. As I'm not using tapestry-hibernate, I want to create a dispatcher for opening and closing hibernate-sessions. By now I did it with a RequestFilter and works fine, the problem is that the RequestFilter filters *everything*, assets,

Re: onActivate avoiding events?

2009-11-25 Thread Alfonso Quiroga
+1 for Maradona (as a PLAYER, I mean the past, not now!!) On Wed, Nov 25, 2009 at 7:21 PM, Igor Drobiazko wrote: > +5 for Arshavin. LOL > > On Wed, Nov 25, 2009 at 11:18 PM, Andreas Andreou wrote: > >> +1 for Maradona >> >> On Wed, Nov 25, 2009 at 9:41 PM, Alfonso

Re: onActivate avoiding events?

2009-11-25 Thread Alfonso Quiroga
Mm.. I prefer when you talk about tapestry5 ;) thanks again On Wed, Nov 25, 2009 at 4:39 PM, Thiago H. de Paula Figueiredo wrote: > Em Wed, 25 Nov 2009 17:24:33 -0200, Alfonso Quiroga > escreveu: > >> Thiago that simply works perfect. Thanks again, it's really good to

Re: onActivate avoiding events?

2009-11-25 Thread Alfonso Quiroga
Thiago that simply works perfect. Thanks again, it's really good to have so fast and quality answers, greetings from Argentina On Wed, Nov 25, 2009 at 4:14 PM, Thiago H. de Paula Figueiredo wrote: > Em Wed, 25 Nov 2009 17:11:47 -0200, Alfonso Quiroga > escreveu: > >> Hi,

onActivate avoiding events?

2009-11-25 Thread Alfonso Quiroga
Hi, I have a page and I need the onActivate() method to do things there, but *only* when it shown to the user. In the page I have a upload (tapestry-upload), and when I upload the file... onActivate() is called again... :-( Is there some way to say... "onActivate()" but avoiding events like file u

Re: injecting services in the module

2009-11-24 Thread Alfonso Quiroga
Great idea :) thanks On Tue, Nov 24, 2009 at 2:18 PM, Howard Lewis Ship wrote: > You can inject into your advise method simply by providing additional > parameters on the advise method. > > On Tue, Nov 24, 2009 at 9:01 AM, Alfonso Quiroga > wrote: >> Is it possible to

injecting services in the module

2009-11-24 Thread Alfonso Quiroga
Is it possible to inject a service in a module? I am *advising* application methods... and I need to use a service. If I do: @Inject private GeneralService generalService; in the module... it gets "null" when the advisor executes.. any workaround? thanks ---

method advisors... change parameters

2009-11-23 Thread Alfonso Quiroga
Hi, is there a way to change the parameters of a service "invocation"? I have the T5Invocation, the java Method.. I saw that invocation has the real values inside (p0, p1.. fields). I can access them via reflection (brute force), maybe something more adecuate? thanks in advance ---

detect StreamResponse in client

2009-11-21 Thread Alfonso Quiroga
Hi! I have a simple page where the user can download files... I did a mixin that if server doesn't answer in 2 seconds, it appears a "Loading" modal box. That was working perfectly until I get the StreamResponse from the server... Firefox shows me the download dialog (that is perfect) but the "Load

Re: injecting services outside default packages

2009-11-21 Thread Alfonso Quiroga
hiago H. de Paula Figueiredo wrote: > Em Sat, 21 Nov 2009 12:56:02 -0200, Alfonso Quiroga > escreveu: > >> Hi! I want to insert some service like this: >> @Inject private MyService myService; >> If I do it in default packages (base, pages, components) it just >> wo

injecting services outside default packages

2009-11-21 Thread Alfonso Quiroga
Hi! I want to insert some service like this: @Inject private MyService myService; If I do it in default packages (base, pages, components) it just works... but I have a class outside this packages and TapIOC does nothing (myService is null). Some way to solution? thanks!! -

jetty embeded

2009-11-18 Thread Alfonso Quiroga
Hi! I'm using by now RunJettyRun plugin and works OK (I have my projects managed with M2ECLIPSE -maven-). Now I'm trying to do a StartUp.java, without the jetty plugin... I can't find util doc about this... i.e. how to add .jars to the classpath, and how to set the "webapp home" (/main/webapp). Can

Re: Hibernate question

2009-11-16 Thread Alfonso Quiroga
apestry-hibernate to recreate the entity. > > On Mon, Nov 16, 2009 at 4:22 PM, Alfonso Quiroga > wrote: >> Thanks for replies! I think the easier approach is to save the object >> ID in the session, as Szemere said. Someone has used >> tapestry-hibernate and knows what happ

Re: Hibernate question

2009-11-16 Thread Alfonso Quiroga
Thanks for replies! I think the easier approach is to save the object ID in the session, as Szemere said. Someone has used tapestry-hibernate and knows what happens in this cases? it stores the real objetct in web session and then it merges with de new hib-session? thanks again On Mon, Nov 16, 200

Re: tapestryIoC + architecture

2009-11-13 Thread Alfonso Quiroga
Oh thanks, it was really easy and I didn't saw it, thanks again On Sat, Nov 14, 2009 at 3:19 AM, Kalle Korhonen wrote: > On Fri, Nov 13, 2009 at 9:56 PM, Alfonso Quiroga > wrote: >> My question about tapestryIoC is... it doesn't use XML (I love that) >>

tapestryIoC + architecture

2009-11-13 Thread Alfonso Quiroga
Hi! I've been using java for 3 years aprox, and when I was working on projects, we used to have this projects (architecture) project-common (model, and services) project-server (services implementations!) project-web (we used struts2 so... jsp, actions, etc) I had a good architect, he used maven,

Re: Hibernate question

2009-11-12 Thread Alfonso Quiroga
one session in one request, i don't think you have to merge them, just put > @CommitAfter. one thing I notice, if table is MyIsam, it is always > committed, for InoDB, u need @CommitAfter. > > A.C > > > Alfonso Quiroga wrote: >> >> Yes, I know, this should be

Hibernate question

2009-11-11 Thread Alfonso Quiroga
Yes, I know, this should be in a hibernate mail-list, but I don't know anyone, and I have a basic question I use T5 + hibernate, I have hibernate-session per web-request (it's just a RequestFilter that closes the current hibernate session) My question is this: if I have a User object (or anything)

Re: [ANNOUNCEMENT] New Tapestry 5 book

2009-11-11 Thread Alfonso Quiroga
+1 On Wed, Nov 11, 2009 at 6:24 PM, keykubat wrote: > > :) +1 > > Igor Drobiazko wrote: >> >> Good news. My publisher made the first step towards the translation. They >> contacted several publishers outside Germany to find one that is >> interested >> in translation. If some of them is intereste

Re: Re[2]: question

2009-09-26 Thread Alfonso Quiroga
Wow! Sergey Kashin, you like having expressions in tml like "ognl:playersOnline > 100", and tomorrow can be a 600 character expression string, you think it's a good idea? If so, you can go back to struts2, where you can completely do a JSP with java scriptlets. But in T5 world, I prefer clean TML f

Re: DWR and Tapestry5

2009-09-24 Thread Alfonso Quiroga
e-mail, please notify the > sender, delete it and do not read, act upon, print, disclose, copy, retain or > redistribute it. Please visit http://www.albourne.com/email.html for > important additional terms relating to this e-mail. > > - Original Message - > From: "

Re: DWR and Tapestry5

2009-09-24 Thread Alfonso Quiroga
I have used DWR a lot with struts2.. by now I didn't develop any ajax-components in T5, but I don't think it would be hard.. so the question is, why use DWR in T5? On Thu, Sep 24, 2009 at 12:54 PM, wrote: > Okay so here is a quick sample I dug up: > > >