Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » Where can I change the HostElement attribute value?
Where can I change the HostElement attribute value? [message #614187] Thu, 16 August 2007 03:44
Dart peng is currently offline Dart pengFriend
Messages: 27
Registered: July 2009
Junior Member
Hi all:

I want to change some attribute value of the host element when converter
is working:


public Element doConvertRefresh(){
....
getHostElement().setAttribute("maxsize","80");
....
}

but when I change the attribute value,the attribute object will notify
the listener to refresh the host element tag,so
the doConvertRefresh method will be invoke agian...

Where can I change the HostElement attribute value?


Thanks !
Previous Topic:AbstractTagConverter#doConvertRefresh
Next Topic:resource-bundle defined in faces-config.xml not used by validator and intellisen
Goto Forum:
  


Current Time: Sat Apr 27 00:12:57 GMT 2024

Powered by FUDForum. Page generated in 0.03100 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top