After adding a tapestry component(eg. Textfield,select etc) in a tml page no extjs component is not rendering

2009-01-07 Thread Sonu bhavsar
I m using Tapestry latest final release i.e T18 I m using extjs and tapestry both I had added tapestry component in a tml page which also contains extjs component. When i run tml only tapestry component get rendered and extjs component get failed in rendering. My tml page looks as http://tapest

Re: How to forward control to the jsp page from tapestry page.

2008-11-19 Thread Sonu bhavsar
trying to return an URL from an AJAX event handler > method and not from a rendereing lifecycle event method. > > The URL return type is only allowed in the latest. > > On Wed, Nov 19, 2008 at 3:24 PM, Sonu bhavsar > <[EMAIL PROTECTED]>wrote: > >> >> I had t

Re: How to forward control to the jsp page from tapestry page.

2008-11-19 Thread Sonu bhavsar
ponse, org.apache.tapestry.runtime.Component, org.apache.tapestry.services.ActionResponseGenerator. Thanks Amol Thiago H. de Paula Figueiredo wrote: > > Em Wed, 19 Nov 2008 04:03:27 -0300, Sonu bhavsar <[EMAIL PROTECTED]> > escreveu: > > >> I working in a project which consist of both j

How to forward control to the jsp page from tapestry page.

2008-11-18 Thread Sonu bhavsar
I working in a project which consist of both jsp pages and tapestry pages. forwarding control to tapestry page from jsp page has no problem. But i failed to redirect control to jsp page from tapestry page Does anyone knows solution please help me. Thank you, Amol -- View this message in context:

How to integrate spring with tapestry (How to inject a service in to tapestry page)

2008-10-18 Thread Sonu bhavsar
I had created a service class and I need to inject it into the tapestry page Please tell me the steps. I had used @Inject @Service("userManager") IUserManager usermanager; -- View this message in context: http://www.nabble.com/How-to-integrate-spring-with-tapestry-%28How-to-inject-a-service-in-t

How to call a method of a tapestry page when the page is called using anchor tag

2008-10-16 Thread Sonu bhavsar
I have a page and template named login.java and login.tml i want to to redirect to the page register.tml with calling a method named initialize() defined register.java I had written anchor tag as(in login.tml) ${Root}/register.initialize register I dont want to use onactivate or setuprender I w

DateTimefield in t5Component doest catch a onchange event

2008-10-10 Thread Sonu bhavsar
I have a problem with the datetimefield (t5components). I want to add a onchange event at client side to it please anyone help to to solve this problem. Thanks in advance -- View this message in context: http://www.nabble.com/DateTimefield-in-t5Component-doest-catch-a-onchange-event-tp19929832p