webtier@glassfish.java.net

Re: [webtier] how do you write a custom UIComponent that accepts a custom attribute type

From: <webtier_at_javadesktop.org>
Date: Thu, 14 Jan 2010 23:30:58 PST

Hi tedman,

in this case you need to get Value by using ValueBinding technique.
e.g.

 ValueBinding vb = getValueBinding("myOutPutObject");
  return vb != null ? (Object JavaDoc)vb.getValue(getFacesContext()) ;

Regards
Ashok Sharma
Java Developer
[Message sent by forum member 'ashok_sharma' (ashok.kumar_at_tsinfotech.co.in)]

http://forums.java.net/jive/thread.jspa?messageID=381106