popup window

2008-06-26 Thread raveendra
Hi, Anyone please tell me how to get the values from a pop up window and refresh the grid component in the main page based on the values retrieved from popup.I am using T 5.0.11. Thankyou, ravindra

grid component with buttons T5.0.13

2008-06-19 Thread raveendra
I have a requirement where i have to display bunch of beans in a grid component and an edit button as an extra column. Clicking on that button i should be able to edit that bean.This is my grid. Object onSuccess(){

Issue with T5.0.13 default page loading

2008-06-18 Thread raveendra
Hi T5 We have started our project development with T5.0.11.Due to some issues we are experimenting with T5.0.13 latest release we have replaced the jars.Previously when i type the url http://localhost:8000/mycontext/ this was loading my Index.tml as default page but after replacing jars

Re: Issue with Grid component

2008-06-17 Thread raveendra
sionFactory does not exist (everything is lazy by default) > it will try to create it by calling hibernate.Configurer.configure() which > in turn assumes there is a hibernate.cfg.xml somewhere on the classpath > (look at the HibernateModule.java file) > > > the easiest way would be to remov

Issue with Grid component

2008-06-17 Thread raveendra
Hi T5 guys, We have chosen T5 for our new project.I am trying to develop a screen using Grid component.I am not connecting to database just displaying the list of callSummaryBean' s (just creating the beans with some data in my page class) using below tag. My question is why is it asking for

problem with dojo generated javascript

2008-06-08 Thread raveendra
Hi all, We are upgrading our project from T4.0.2 to T4.1.5.We have added Shell component in couple of pages to import js library. We have added this component just to initialize tapestry,dojo variables that will be generated in pages by default.We are not using dojo toolkit in our javascript code.

Timeout component problem

2008-05-05 Thread raveendra
Hi all, We are upgrading from T 4.0.2 to T 4.1.5.How to use Timeout component is 4.1.some where in out code we are using The below code will be generated by Timeout component.But it says ' tapestry ' is undefined , which is generating javascript errors on page. tapestry.TimeoutTimerConfirm=fu

upgrading problem tapestry 4.0.2 to 4.1.5

2008-05-02 Thread raveendra
Hi all, I am upgrading my project from tapestry 4.0.2 to 4.1.5.I have solved most of my upgradation issues.But some links on my pages are disappearing and some times appearing when i click on some othe links.Even if they not appear, if i click on the link place it is working fine.Just the label is

ognl problem

2008-05-02 Thread raveendra
Hi all, I have a small problem here, at id="ognl:currOption.searchTerm" id="ognl:currOption.searchTerm" this expression evaluates to a string value like "Start Date". I want to trim the spaces in the string how.I want to trim down to "StartDate".How can i do it without effecting other fu

Re:ognl problem

2008-05-02 Thread raveendra
nd problem, how are you declaring your DatePicker component? > You must have an extra space somewhere there, so just remove it. > > On Wed, Apr 30, 2008 at 2:44 PM, raveendra varma < [EMAIL PROTECTED]<http://email.secureserver.net/webmail.php?login=1#Compose>> w

dojo problem

2008-04-30 Thread raveendra varma
Hi all, I am upgrading my tapestry project from 4.0.2 to 4.1.5.I made all the java related changes.But i have a problem with dojo generated javascript.As4.1 version of tapestry dojo comes in built with tapestry jars , dojo generated script has some errors like below