Weblogic 9.2 with JRockit R26.0 throws exception for Tapestry Filter

2008-02-11 Thread Ritesh.S
Hello all Tapestry Users, I currently working on Tapestry 5.0 with WebLogic 9.2 server. I deployed my application on WebLogic 9.2 and configured to use JRockit's R26.0 JDK environment to run the application and I found that WebLogic 9.2 with JRockit R26.0 throws exception for Tapestry Filter on

Tapestry page not get translated into normal html

2007-09-21 Thread Ritesh.S
Hello everyone, I am new to Tapestry. I integrated Tapestry 5 with spring by adding following configurations into web.xml file. tapestry.app-package net.project.resources

T5 persisting select component selection after form submission

2007-11-20 Thread Ritesh.S
Hello everybody, I am newbie to Tapestry. I am using Tapestry 5 for developing an application and I encountered following problem if anyone suggest a solution it will be very helpful for me. :) I have a select component with GenericSelectModel which shows values well on first display. When I

Re: T5 persisting select component selection after form submission

2007-11-20 Thread Ritesh.S
Hello Jeffrey, Thanks for your reply. :) >And you say if you use any render phase the value is not persisted. >Persists to where? I mean to say that when I don't use any render phase or event it [the select component] persists the value after page is been called on action.[In this case I used

Re: T5 persisting select component selection after form submission

2007-11-21 Thread Ritesh.S
Thanks Thiago H de Paula Figueiredo-2. You are right I didn't have the overriden method equals for select option. After adding it working correctly. Thank you very much for your reply. Thiago H de Paula Figueiredo-2 wrote: > > On Wed, 21 Nov 2007 03:46:22 -0200, Ritesh.S <[E

Re: T5 persisting select component selection after form submission

2007-11-21 Thread Ritesh.S
If I am not bothering you, I will like to ask you for which classes or situations this equals method overriding is necessary. If you like to answer I would like to know. Thanks. Ritesh.S wrote: > > Thanks Thiago H de Paula Figueiredo-2. > You are right I didn't have the overriden

Re: T5 persisting select component selection after form submission

2007-11-21 Thread Ritesh.S
OK I will study the links you provided. Thanks for your help. Thiago H de Paula Figueiredo-2 wrote: > > On Wed, 21 Nov 2007 10:57:46 -0200, Ritesh.S <[EMAIL PROTECTED]> wrote: > >> If I am not bothering you, I will like to ask you for which classes or >> si

Re: T5 persisting select component selection after form submission

2007-11-30 Thread Ritesh.S
hiago - Ritesh.S wrote: > > OK I will study the links you provided. Thanks for your help. > > > Thiago H de Paula Figueiredo-2 wrote: >> >> On Wed, 21 Nov 2007 10:57:46 -0200, Ritesh.S <[EMAIL PROTECTED]> wrote: >> >>> If I am not bothe

T5: Problem with in web.xml

2007-12-03 Thread Ritesh.S
Hello everybody, I am new to tapestry and I am using Tapestry core 5.0.5. I integrated Tapestry 5 with spring and hibernate. I configured my application's web.xml as below - <-spring-app configuration is here-> tapestry.app-package com.myproje

T5: problem in web.xml

2007-12-04 Thread Ritesh.S
Hello everybody, I am new to tapestry and I am using Tapestry core 5.0.5. I integrated Tapestry 5 with spring and hibernate. I configured my application's web.xml as below - <-spring-app configuration is here-> tapestry.app-package com.myproject

Re: T5: problem in web.xml

2007-12-04 Thread Ritesh.S
Hello Davor, Thanks for your reply. I am giving stack trace below and problematic url. Following is the stack trace I get when I try to upload a file through the servlet which produces the .htm file and shows in url. This occures when use /* An unexpected application exception has occurred.

Re: T5: problem in web.xml

2007-12-04 Thread Ritesh.S
Hello Davor, Thanks for your help. I will try to implement the custom filter you suggested. Also I will post a JIRA if necessary. Thanks once again... From, Ritesh S. Davor Hrg wrote: > > this is just a workaround, > > you should post a JIRA about this problem, > there's been some talk a

T5: Problem with select component value got null on action

2007-12-07 Thread Ritesh.S
Hello Everybody, I am newbie to Tapestry. I am using Tapestry 5.0.5. I have a problem with select component. I have populated the select component using GenericSelectModel class with some collection of data. When I save new value in database which is shown in the select component, after saving

Re: Weblogic 9.2 with JRockit R26.0 throws exception for Tapestry Filter

2009-02-02 Thread Ritesh.S
Hi Sudarshan, I think this may be because of Weblogic trying to load the application more than once since there is some problem in deployment descriptor as per the cause of this exception looking at the stack strace lines - Caused by: weblogic.descriptor.BeanAlreadyExistsException: Bean alread

T 5.1 Error building service proxy for service 'ServletApplicationInitializer'

2009-07-17 Thread Ritesh.S
Hello Everybody, I am upgrading my application from Tapestry 5.0.18 to 5.1.0.5. After upgrading all required jars and setting the context param tapestry.use-external-spring-context to true to use external context for spring I am getting following error while tomcat server start - Root WebAppli