Re: Shale prerender() problem (sometimes!)

2005-11-22 Thread gramani
[EMAIL PROTECTED] wrote on 11/22/2005 06:13:01 PM: > On 11/22/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Hi all: > > > > I have a situation where Page1 (/worklist.jsp) has a link which when > > clicked is forwarded to Page2 (/worklist/nextAssignments.jsp). Since I > > have to do some

Re: Shale prerender() problem (sometimes!)

2005-11-22 Thread Craig McClanahan
On 11/22/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi all: > > I have a situation where Page1 (/worklist.jsp) has a link which when > clicked is forwarded to Page2 (/worklist/nextAssignments.jsp). Since I > have to do some "prerender" work to display my Page2, I have code in my > backing

Re: Shale prerender() problem (sometimes!)

2005-11-22 Thread gramani
..never mind about my question. Just realised I was being really stupid. Sorry to waste your time, Geeta

Shale prerender() problem (sometimes!)

2005-11-22 Thread gramani
Hi all: I have a situation where Page1 (/worklist.jsp) has a link which when clicked is forwarded to Page2 (/worklist/nextAssignments.jsp). Since I have to do some "prerender" work to display my Page2, I have code in my backing Bean1's prerender() method. However, my breakpoint in Bean1's prer