b : Tabview of Bootfaces 1.0.1 사용에 관해서는 쇼케이스에서는 작동하지만 내 템플리트에서는 dessapears 탭을 클릭하면 작동하지 않습니다. 여기에 도와 줘서 고마워. 또한 Icefaces 사용하고 3.3.0빙상이있는 부팅 화면, 표시 없음 b : 탭, b : 탭보기
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE ...>
<html ...>
<h:head>
</h:head>
<h:body>
<ui:composition template="../plantillas/principal.xhtml">
<ui:define name="content">
<b:panel id="uno" title="Pacientes" collapsible="false" look="primary"
rendered="#{!pacientes.formulario.mostrar}">
<b:panel id="diez" title="Términos de Búsqueda" collapsible="false" look="primary" class="fuenterabs">
<b:panelGrid colSpans="6,6" size="md">
<b:row>
<b:label text="Grupo sanguineo:" class="fuenterabs" col-md="12" span="4" />
<ice:selectOneMenu class="form-control bf-no-message has-success" value="#{pacientes.tiposangreb}" partialSubmit="true" >
<f:selectItems value="#{tablaDeCodigos.comboTipoSangre}" />
</ice:selectOneMenu>
</b:row>
</b:panelGrid>
</b:panel>
<ace:menuBar autoSubmenuDisplay="true" >
<ace:menuItem class="btn btn-primary fa fa-file-o bicep" value="Nuevo" action="#{pacientes.nuevo()}"/>
<ace:menuItem class="btn btn-info fa fa-search bicep" value="Buscar" action="#{pacientes.buscar()}"/>
</ace:menuBar>
<ace:messages />
</b:panel>
<b:panel id="tres" title="Centro" collapsible="false" >
<b:tabView pills="true" contentStyle="border: 1px solid #ddd;padding:10px">
<b:tab title="JSF markup">
</b:tab>
<b:tab title="second tab">
Put some text here.
</b:tab>
</b:tabView>
</b:panel>
</ui:define>
</ui:composition>
</h:body>
</html>
나는 그 질문에 대해 찬성표를 던진 사람이 아니지만 그 질문이 무엇을 요구하고 있는지 분명하지 않다. 질문을 다시 말하면 더 좋은 의견을 얻을 수 있습니다. –
@BrandonMinnick 감사합니다! 이런 종류의 피드백은 사람들이 더 나은 질문을하는 법을 배우는 데 도움이 될 것이라고 확신합니다. –