Re: Tapestry Page Pool handling.

2008-05-28 Thread zaxeer
Hi i am using Jetty pluged in with eclipse. Zaheer Toby Hobson wrote: What application server are you using? Toby - Original Message From: zaxeer [EMAIL PROTECTED] To: users@tapestry.apache.org Sent: Friday, 23 May, 2008 1:40:54 PM Subject: Tapestry Page Pool handling

Tapestry Page Pool handling.

2008-05-23 Thread zaxeer
Hi All, I am facing a problem in tapestry related to pages cache, when some html page is changed its changes are not reflected until we restart server or set the parameter -Dorg.apache.tapestry.disable-caching=true. both cases are not good for me. I want to ask that can i access tapestry page

focusElement not working with AjaxEventSubmit

2008-05-14 Thread zaxeer
Hi All, I am facing a problem about i searched a lot but no success, i have some AjaxEventSubmits for some html select elements in a ajax form i am setting focus Element same select for ajax event submit but its not working. here is some part of my code. if some one can tell me i will be

Re: non-Session Object for From Submission

2007-10-30 Thread zaxeer
Hi devs, thanks for your replies i am already doing some thing like this in pageBeginRender public void pageBeginRender(PageEvent event) { if (event.getRequestCycle().isRewinding()) { return; } if(getUSERINFO () == null){ setUSERINFO

non-Session Object for From Submission

2007-10-29 Thread zaxeer
hi devs, I have a from which contains some fields: Whole form is reterived by a bean class say USERINFO if i persist this USERINFO getter setter in session, @Persist(session) public abstract USERINFO getUSERINFO (); public abstract void setUSERINFO (USERINFO USERINFO ); it works ok.

Component Parameter value Problem

2007-09-24 Thread zaxeer
Hi, Every One I am facing a problem relted to component parameter values. I have a page which will contain components , these compnents will be desided by a List of String from the page: If i give a code it will be like this: