neharob / prettyfaces

Automatically exported from code.google.com/p/prettyfaces
0 stars 0 forks source link

Late injection into Beans #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Thread where it discussed:
http://ocpsoft.com/support/topic/late-injection-with-postback-query

Examples, version number could be found in the above link.

What steps will reproduce the problem?
1. Parameter mapping to bean field in pretty-config.xml
2. Usage of that parameter in c:if's test attribute.
3. Postback query, parameter is used during the RESTORE_VIEW phase, before it 
initialized, it causes a lot of problems if Lazy loading used and just builds 
incorrect tree.

Documentation guarantees that values would be initialized before any phase, but 
that's not true for now.

I think problem exists in all version.

Please provide any additional information below.

Original issue reported on code.google.com by ZhomartS...@gmail.com on 5 Jun 2011 at 12:38

GoogleCodeExporter commented 9 years ago

Original comment by lincolnb...@gmail.com on 24 Jun 2011 at 1:42