Re: how can i construct external url with querystring???

2009-10-27 Thread DH
I think there isn't any difference between Tapestry and other framewords here. Or did I misunderstand? You have defined the 'getFwdLink' in your java class, then just construct the url and assign this property in tml: public String getFwdLink() { return String.format(http://www.mysite.com?

Re: how can i construct external url with querystring???

2009-10-27 Thread sameerkhare
Then how can i construct the external URL with query string in tapestry. My Problem is that, I have a link on my tml page. and i need to construct URL with querystring and assign it to the link in tml page. Please suggest me, that how can i implement it. sameer DH-14 wrote: > > Don't unde

Re: how can i construct external url with querystring???

2009-10-27 Thread DH
Don't understand your problem well. Doesn't [login] fit your need? DH http://www.gaonline.com.cn - Original Message - From: "sameerkhare" To: Sent: Wednesday, October 28, 2009 12:47 PM Subject: how can i construct external url with querystring??? > > I want to construct a URL as b

how can i construct external url with querystring???

2009-10-27 Thread sameerkhare
I want to construct a URL as below and forward to that external URL through tapestry 5. My tml file contains link as below ${fwdLink} login and correspoinding java file contains getter method for it. public String getFwdLink() { return fwdLink= "Http://www.mysite.com?userId=a

Re: tapestry 5.1.0.5 and AJAX project/example?

2009-10-27 Thread Argo Vilberg
2009/10/27 Magnus Rundberget > > On 27. okt.. 2009, at 19.58, Argo Vilberg wrote: > > hi, >> >> Is there any project sources on internet where i can learn advance ajax >> and >> Tapestry coding? >> > So you are way beyond > http://tapestry.apache.org/tapestry5.1/guide/ajax.html ? > You have loo

Re: Injecting Tapestry services into Spring beans

2009-10-27 Thread Juan E. Maya
Hi Hennig, did u manage to resolve this problem? i am having the same issue. I just can't inject any tapestry beans inside Spring. I using tapestry 5.1.0.5 and spring 2.6. Without compatible mode but the services just don't get injected :( On Fri, Jul 10, 2009 at 3:00 PM, Henning Petersen wrote

Re: tapestry 5.1.0.5 and AJAX project/example?

2009-10-27 Thread Thiago H. de Paula Figueiredo
Em Tue, 27 Oct 2009 18:08:19 -0200, Magnus Rundberget escreveu: So you are way beyond http://tapestry.apache.org/tapestry5.1/guide/ajax.html ? You have looked at the bundled components and mixins (and their source) ? Maybe you have even had a peak at www.chenillekit.org / http://chenil

Re: tapestry 5.1.0.5 and AJAX project/example?

2009-10-27 Thread Magnus Rundberget
On 27. okt.. 2009, at 19.58, Argo Vilberg wrote: hi, Is there any project sources on internet where i can learn advance ajax and Tapestry coding? So you are way beyond http://tapestry.apache.org/tapestry5.1/guide/ajax.html ? You have looked at the bundled components and mixins (and thei

tapestry 5.1.0.5 and AJAX project/example?

2009-10-27 Thread Argo Vilberg
hi, Is there any project sources on internet where i can learn advance ajax and Tapestry coding? Also is i interested jQuery and Tapestry advance examples. And is there possible switch off tapestry javascript and write fully my own javascript? Argo

Re: End-of-request actions

2009-10-27 Thread Carl Crowder
Brilliant, thanks! - Original Message - From: "cordenier christophe" To: "Tapestry users" Sent: Tuesday, 27 October, 2009 4:12:24 PM Subject: Re: End-of-request actions Hello Have a look at EndOfRequestEventHub Regards, Christophe. 2009/10/27 Carl Crowder > Hello, > > Is there a se

Re: End-of-request actions

2009-10-27 Thread cordenier christophe
Hello Have a look at EndOfRequestEventHub Regards, Christophe. 2009/10/27 Carl Crowder > Hello, > > Is there a service or chain or something that I can contribute to do > perform end-of-request actions? I have an advert server which I use to get > adverts using spot IDs. I want to call somethi

End-of-request actions

2009-10-27 Thread Carl Crowder
Hello, Is there a service or chain or something that I can contribute to do perform end-of-request actions? I have an advert server which I use to get adverts using spot IDs. I want to call something once all processing has finished to check that every advert has been used up. Carl --

Re: Testify and activation context problems

2009-10-27 Thread Angelo Chen
Hi, I attempted to do some page/component testings with PageTester, finally gave up, lately tried again with Testify, and gave up as well, following the tutorials, it works, but when trying to apply the test to an existing project, can not make it work, probably we need some more tutorials to mak

Re: [t5] upgrade to java 6 and javassist

2009-10-27 Thread Fermin Da Costa Gomez
For what it is worth .. i have not had *this* problem anymore since i straigthened out the use of the libs in the different projects being used. IF something like this happens again (hope not with my friday deadline .. ) i'll post it as well. On Tue, Oct 27, 2009 at 8:37 AM, Inge Solvoll wrote:

Re: Adding servlets to a T5 app ...

2009-10-27 Thread Gunnar Eketrapp
Great and Thanks! 2009/10/26 Thiago H. de Paula Figueiredo > Em Mon, 26 Oct 2009 14:46:32 -0200, Gunnar Eketrapp < > gunnar.eketr...@gmail.com> escreveu: > > Hi! >> > > Hi! > > > So I would like to configure some url:s within my app to be served by >> these servlets. >> > > Out-of-the-box, you

Re: [t5] upgrade to java 6 and javassist

2009-10-27 Thread Inge Solvoll
This problem has been gone for us for a while, today it came back when deploying our app to a jboss server (5.0.1) with embedded tomcat. I immediately started searching for javassist.jar duplicates. Found javassist.jar in jboss/lib, jboss/client and /WEB-INF/lib. Jboss wouldn't start up without th