Using setTransient(true) to correct Duplicate Component Id
Chris Voge
Ranch Hand
Joined: Jul 25, 2005
Posts: 34
posted
0
Hello,
I'm using the setTransient(true) inside a phaselistener to correct a duplicate Id error I've been receiving. I'm using RENDER_RESPONSE for the Phase Id.
I'm just wondering if this might cause additional bugs in program flow or corrupt data being sent to the database. I'm still fairly new to faces and was wondering if anyone else have tried something similar to this ?
I'd appreciate some feedback.
Thank You.
Chris
Chris Voge
Ranch Hand
Joined: Jul 25, 2005
Posts: 34
posted
0
Here's my code. I'm only concerned about one particular page, so I tried to narrow my code to just that page:
[ April 21, 2006: Message edited by: Mark Spritzler ]