jsf 2 - Send in HTML/components to composite component -


how can achieve composite component?

simple example: when using component:

<my:mycomponent> html code , other components </my:mycomponent>

my composite component implementation:

<composite:implementation> <div> <!-- inject html code , other components here --> </div> </composite:implementation>

can use decorate somehow?

<composite:implementation>    <div>        <composite:insertchildren/>    </div> </composite:implementation> 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -