Translations

The ejb has to implement JeeslLang and JeeslDescription

Tabs
This is a test

Multiple Rows
<p:panel header="Tabs" styleClass="jeesl-panel">
	<jtp:inputMulti value="#{componentInputTranslationBean.ejb}"
							withName="true" withDescription="false"
							aitHandler="#{componentInputTranslationBean.ait}"/>
</p:panel>
<p:panel header="Multiple Rows" styleClass="jeesl-panel">
	<p:panelGrid columns="2" columnClasses="jeeslGrid20,jeeslGrid80">
		<p:outputLabel value="Label"/>
		<j:inputGrid>
			<jtp:translationRows value="#{componentInputTranslationBean.ejb.name}" />
		</j:inputGrid>				
  	</p:panelGrid>
</p:panel>