Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » AbstractTagConverter#doConvertRefresh
AbstractTagConverter#doConvertRefresh [message #614172] Wed, 15 August 2007 08:32
Dart peng is currently offline Dart pengFriend
Messages: 27
Registered: July 2009
Junior Member
Hi all:

Recently I developed a plugins for CC(common-controls) tag,now there are
some quetions that I can't deal them well,so I want to get some help.

I want to convert one CC tag element to several elements , but the method
: doConvertRefresh can return ONLY ONE element object,so I create

a DIV tag element to wrap all elements I want to return,but the jsf editor
can't show it well.

This is the HTML code :



<table>

<tr>

<div>

<td>label:</td>

<td><input/></td>

</div>

</tr>

</table>

In the fact, I want to return " <td>label:</td> <td><input/></td> ",but the
AbstractTagConverter#doConvertRefresh can't return several elements, so I
use the "<div>" to wrap them.

Is there a method can return a list of element ( public List
doConvertRefresh(){.....} )?

If not,how can I do? Thanks!
Previous Topic:extension point org.eclipse.jst.pagedesigner.tagCreationFactories doesn't work
Next Topic:Where can I change the HostElement attribute value?
Goto Forum:
  


Current Time: Fri Apr 26 02:40:55 GMT 2024

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

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

Back to the top