• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Using setTransient(true) to correct Duplicate Component Id

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic