aspose file tools
The moose likes JSF and the fly likes Using setTransient(true) to correct Duplicate Component Id Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Using setTransient(true) to correct Duplicate Component Id" Watch "Using setTransient(true) to correct Duplicate Component Id" New topic
Author

Using setTransient(true) to correct Duplicate Component Id

Chris Voge
Ranch Hand

Joined: Jul 25, 2005
Posts: 34
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
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 ]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Using setTransient(true) to correct Duplicate Component Id
 
Similar Threads
Hibernate Querys.
Duplicate Component Id
copying resultset objects
migrating from glassfish v2.x to glassfish v 3.0
setTransient(true) with jsf tree component