Re: Tapestry Remembers which page to navigate after User Logs in ?

2011-06-15 Thread sunilmanu
Hi Chris, Thanks a bunch for the help !! that worked !! you just made my day regards, Sunil -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Remembers-which-page-to-navigate-after-User-Logs-in-tp4489125p4491525.html Sent from the Tapestry - User mailing list a

Re: Tapestry Remembers which page to navigate after User Logs in ?

2011-06-14 Thread sunilmanu
Hi, its Tapestry 4.0.2. We use ACEGI for the authentication. Below is how its configured in /* hivemodule.xml * ***/

Tapestry Remembers which page to navigate after User Logs in ?

2011-06-14 Thread sunilmanu
Hello Everyone, After the user is kicked out of a session and they try to login back, Tapestry tries to take the user back to the last requested Page or tries to execute the last requested Action ? Why does it behave like that ? Is there a way I can configure it to go to a "PAGE-123" always after

Redirect after Invalid Session from Login Page to Next Page

2011-06-13 Thread sunilmanu
Hi Everyone, we have our production website on Tapestry 4.0.2 .. We bounce the server every night. So if the users are active at that point and they click on any link, it takes them to Login Screen and then when they try to login it gives them STALE Link Exception. So I want to know how to configu

PropertySelection hangs randomly or no response from Jetty / Tomcat!

2008-03-02 Thread sunilmanu
Hello Everyone, We went live with Tapestry 4.0.1 and Jetty 6.1.4 last week. We have an urgent production issue. In one of the pages, we have the PropertySelection and when diff. value is selected, it will update the form with the values corresponding to the newly selected value. But It hangs ran

PropertySelection hangs randomly or no response from Jetty / Tomcat!

2008-03-02 Thread sunilmanu
Hello Everyone, We went live with Tapestry 4.0.1 and Jetty 6.1.4 last week. We have an urgent production issue. In one of the pages, we have the PropertySelection and when diff. value is selected, it will update the form with the values corresponding to the newly selected value. But It hangs ran

Tapestry position (Contract or Full-Time) @ Miami,USA

2007-12-11 Thread sunilmanu
Location: Miami , Florida, United States Investacorp Inc., a leading, publicly traded broker-dealer firm, seeks to hire a Java Developer to join our MIS team. This person will be responsible for the design, development, and maintenance of Java based applications. The candidate will participate

Restart goes to path "/app"

2007-10-25 Thread sunilmanu
Hello everyone, When we try to do a logout by doing a RESTART of Service, by default "_servletPath" goes to /app . What is the way to over-ride this to simply "/" ? Thanks, Sunil -- View this message in context: http://www.nabble.com/Restart-goes-to-path-%22-app%22-tf4692935.html#a13413701 S

Re: T4: Components in Page get Initialized even if its in IF condition block ?

2007-10-01 Thread sunilmanu
ent 1 in page >... >render component n in page > fire page end render event > > Robert > > On Oct 1, 2007, at 10/12:17 PM , sunilmanu wrote: > >> >> Howard, >> thanks for ur reply..but still my doubt is.. >> >> I can understand if t

Re: T4: Components in Page get Initialized even if its in IF condition block ?

2007-10-01 Thread sunilmanu
long before any > of > the components render. > > On 10/1/07, sunilmanu <[EMAIL PROTECTED]> wrote: >> >> >> Hello Everyone, >> >> We are using Tapestry 4.0.2 . Recently we noticed a following issue : >> >> We have a HTML page that has m

T4: Components in Page get Initialized even if its in IF condition block ?

2007-10-01 Thread sunilmanu
Hello Everyone, We are using Tapestry 4.0.2 . Recently we noticed a following issue : We have a HTML page that has multiple COMPONENTS but are in IF conditional block. No matter how the condition is evaluated to TRUE /FALSE, the Components are getting called i.e. the PAGEBEGINRENDER method is be

Re: Issue with 3 cascade tapestry selects

2007-05-25 Thread sunilmanu
to something sensible, like the first element, or > possibly null (no selection) > > > > On 5/25/07, sunilmanu <[EMAIL PROTECTED]> wrote: >> >> Hi everyone, >> >> I am also trying to work out 3 selects [COMPANY, DEPARTMENT, EMPLOYEES] >> (tried u

Issue with 3 cascade tapestry selects

2007-05-25 Thread sunilmanu
Hi everyone, I am also trying to work out 3 selects [COMPANY, DEPARTMENT, EMPLOYEES] (tried using with Tacos Ajax and simple Tapestry).Way it works is, when user Selects an option in COMPANY, it Displays All the available DEPARTMENTS. When the User selects a DEPARTMENT, it displays all the EMPLOY

Tapestry 4.1.1 upgrade conflicts with Tacos jar

2007-05-24 Thread sunilmanu
Hi, I tried the upgrade to Tapestry 4.1.1. I am also using the Tacos 4.0.1 also. But when I bring up the application's home page, I get the following error message. do i need to edit the Hivemodule.xml file in one of the jar file to avoid the duplication ? It does not seems to be right way..Any i

Anyone using TACOS components in Production ?

2007-05-04 Thread sunilmanu
Hi Everyone, Is anyone currently using any of the TACOS components in Production ? I was trying some components and behaviour is different in IE & Firefox. Upload Status does not work at all. I tried the AjaxSubmitEvent for the onchange on the Select option, works fine in Firefox, but not in IE.

Re: problems in Demo of Tacos's TAB & Upload Progress Bar

2007-04-30 Thread sunilmanu
adding > > /* Must have this, otherwise the body of the tabs > will not be visible */ > .dojoTabContainer{ > width: 100%; height: 20em; >} > > > Shing > > > --- sunilmanu <[EMAIL PROTECTED]> wrote: > >> >> Hi Every

problems in Demo of Tacos's TAB & Upload Progress Bar

2007-04-27 Thread sunilmanu
Hi Everyone, I noticed some issues with the Tacos demo of Upload progress Bar example. I tried to upload various files and the Status Progress Bar shows up after a lng time for a Big file and even after progress bar comes up, it does not move. i.e progress is not being showed in the examp

Re: Anyone used Any Document Management System with Tapestry ?

2007-04-23 Thread sunilmanu
Thanks for the pointer.. I will definitely look into it !! - Sunil Robert Zeigler wrote: > > Have you looked at stitches? > http://stitches.authsum.org > > Robert > > On Apr 23, 2007, at 4/2310:25 AM , sunilmanu wrote: > >> >> Hi Everyone, >> >&

Anyone used Any Document Management System with Tapestry ?

2007-04-23 Thread sunilmanu
Hi Everyone, Has anyone used any good opensource Document Management System (DMS) integrated into Tapestry ? Some things to be accomplished with this are: - let the user upload documents (images, pdf, word document) and put notes about it - assign it to the department needed to work on - Classifi

Incomplete URL requests resulting in Excceptions

2007-04-12 Thread sunilmanu
Hello Everyone, We have deployed our Tapestry application to production. After the deployment we started getting exceptions when the Search engine spiders try to access our domains with incomplete or invalid URLs. eg: below is a Valid URL to one of our public pages of the website. But if you cho

Re: [T4.0.2] Does anybody have any insight about Portlets

2007-04-10 Thread sunilmanu
I am also interested in portlets, very similar to this requirements. I also could not find much help. Anyone any pointers ?? thanks, Sunil jake123 wrote: > > Hi All, > at our company we are going to build a page where our clients will be able > to choose from maybe 10-15 different Portlets to

Tapestry Public Pages thr' Acegi

2007-03-01 Thread sunilmanu
Hello Everyone, We have implemented the Acegi security in our application. We have some public pages that can be accessed with and/or without Login into the application. Problem is when the User logs in and then tries to access these public pages, it takes too long to load up and when I see the

Re: Authorization Filter in Tapestry ?

2007-01-19 Thread sunilmanu
gt; > Check out the conf.points of tapestry.request > http://tapestry.apache.org/tapestry4.1/tapestry-framework/hivedoc/module/tapestry.request.html > > Did you contribute your filter to the WebRequestServicer Pipeline ? > > sunilmanu wrote: >> Hello Everyone, >> >

Re: Tapestry - Multiple File Upload

2007-01-18 Thread sunilmanu
(you might have thought about it already !) you can zip it and upload it to the server. Once thats done, unzip it on the server and delete the zip file. - Sunil Anjana Gopinath-2 wrote: > > Hi, > > I am using tapestry upload component to upload a file to the server. > This works very well

Authorization Filter in Tapestry ?

2007-01-18 Thread sunilmanu
Hello Everyone, I want to implement an Authorization Filter in Tapestry that simply checks for the Logged In USER in Session,. public class AuthorizationFilter implements WebRequestServicerFilter{ public void service(WebRequest request, WebResponse response,

Re: standardized way of detecting Window Close event in IE & Firefox ?

2007-01-04 Thread sunilmanu
oad of a Body in the window containing the Iframe and it works.. Thanks once again.. - Sunil Davor Hrg wrote: > > try > instead > > > On 1/3/07, sunilmanu <[EMAIL PROTECTED]> wrote: >> >> >> Hi everyone, >> >> In my tapestry application

Re: How to read Hidden Value in Tapestry Page class ?

2007-01-03 Thread sunilmanu
pestry.apache.org/tapestry4/tapestry/ComponentReference/Hidden.html > > Shing > > > > > --- sunilmanu <[EMAIL PROTECTED]> wrote: > >> >> Hi, >> >> I open a new window ('child window') from my >> Tapestry application (parent >

standardized way of detecting Window Close event in IE & Firefox ?

2007-01-03 Thread sunilmanu
Hi everyone, In my tapestry application I am opening a Child window from parent window and on closing the child window I need to set some hidden values on Parent page and refresh the parent page. I have this script that fires on Body unload but works only in IE, function closePreviewMode() { /

How to read Hidden Value in Tapestry Page class ?

2007-01-02 Thread sunilmanu
Hi, I open a new window ('child window') from my Tapestry application (parent page)...and put an object into session. When the user Closes the 'child' window, i change in the 'Parent page' a Hidden Value of a property to TRUE and then do a refresh to that page. Now I want to be able to READ t

Re: Form Rewinding - losing component values !

2006-11-27 Thread sunilmanu
m rewind, then the only thing I can > imagine is that you have some code which is clearing the value those > fields are associated with before the render cycle begins. You don't > have page initialization code in pageBegindRender() do you? > > --sam > > > On 11/24/0

Form Rewinding - losing component values !

2006-11-24 Thread sunilmanu
Hello Everyone, I have a FORM with some editor fields and an Image gallery implemented thr' Abstract component. When the user selects the Image, we do a reload of page. This causes losing Data in all the input fields. Since these are all part of same form I cannot group components into a Form

Re: Displaying Image Gallery ?

2006-11-21 Thread sunilmanu
m.org/stitches/app > > > > - Original Message - > From: "sunilmanu" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, November 21, 2006 10:41 AM > Subject: Displaying Image Gallery ? > > >> >> Hello Everyone, >> >> I need help on

Displaying Image Gallery ?

2006-11-21 Thread sunilmanu
Hello Everyone, I need help on displaying an image Gallery. eg: I have 35 image names to be iterated over and I need to display 5 each row . Its easy if i display everything on 1 row/column. How can we put in this condition that every 6th image I need it to be displayed on a different row ? Ta

Re: help : displaying Images that are stored outside the Web application

2006-11-09 Thread sunilmanu
hi guys, i got it to working. Thanks for all the input on this matter. I am using @Any for the Image tag and included a ImageService that will read the image locally and then Stream it back to browser. thanks, Sunil sunilmanu wrote: > > Hi, > > I am a newbie to Tapestry. I need

help : displaying Images that are stored outside the Web application

2006-11-08 Thread sunilmanu
Hi, I am a newbie to Tapestry. I need help on how to display the Images stored outside the Web application. Say my application HTML path --> c:/jboss/deploy/webapps/TapestryApp/Home.html But Images are stored outside--> : c:/appImages/test1.jpeg How can I load the Image dynamically in the SRC