RE: JSF Bean Life Cycle Question

2006-03-03 Thread CONNER, BRENDAN \(SBCSI\)
Java code that swaps control around). But, regardless, I admit that that doesn't answer your immediate question. ;-) - Brendan -Original Message- From: Anthony Hong [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 7:02 PM To: MyFaces Discussion Subject: Re: JSF Bean Life Cycl

Re: JSF Bean Life Cycle Question

2006-03-02 Thread Anthony Hong
nt: Thursday, March 02, 2006 9:44 AM > To: MyFaces Discussion > Subject: RE: JSF Bean Life Cycle Question > > > I know that this doesn't answer your immediate question, but wouldn't it > be easier and explicit to do put the common elements inside a JSP, and > then to incl

RE: JSF Bean Life Cycle Question

2006-03-02 Thread CONNER, BRENDAN \(SBCSI\)
RENDAN (SBCSI) Sent: Thursday, March 02, 2006 9:44 AM To: MyFaces Discussion Subject: RE: JSF Bean Life Cycle Question I know that this doesn't answer your immediate question, but wouldn't it be easier and explicit to do put the common elements inside a JSP, and then to include that JSP insid

RE: JSF Bean Life Cycle Question

2006-03-02 Thread CONNER, BRENDAN \(SBCSI\)
I know that this doesn't answer your immediate question, but wouldn't it be easier and explicit to do put the common elements inside a JSP, and then to include that JSP inside each of two other JSPs, each with its own button that has its own action (update vs. create)? Then you wouldn't have this