• 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

Setting component attributes through viewhandler

 
Ranch Hand
Posts: 138
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We need to tag each component in a view with a specific attribute.
We are not allowed to inherit and customize the encoding of the components through custom renderer.
Is it possible to tag the components in the tree ,through a custom viewhandler or phaselistener, prior to the rendering?
We find that the phaselistener can get the entire component tree only after the RENDER_RESPONSE phase.
Is ther any other way of achieving this objective?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ranadhir,

It's been a long while since you added this post, but I've come up against the same problem and was wondering if you found a solution?

Regards,

Matt
[ August 07, 2008: Message edited by: Matt Cannon ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic