Hi,
Is it possible to call getMsgValue() from a client side instance?
<bean:define id="kkEng" name="konakartKey" type="com.konakart.al.KKAppEng"/>
<head>
<% kkEng.setPageTitle(kkEng.getEng().getMsgValue("message.example", 1, "us_US"));%><title ><bean:message key="<%=kkEng.getPageTitle()%>"/></title>
</head>
Errors log says that : getMsgValue function is not defined with KKEngIf
Thanks
Is it possible to call getMsgValue() from a client side instance?
<bean:define id="kkEng" name="konakartKey" type="com.konakart.al.KKAppEng"/>
<head>
<% kkEng.setPageTitle(kkEng.getEng().getMsgValue("message.example", 1, "us_US"));%><title ><bean:message key="<%=kkEng.getPageTitle()%>"/></title>
</head>
Errors log says that : getMsgValue function is not defined with KKEngIf
Thanks