What is url for download tablib the ajax?

-----Mensaje original-----
De: Jirí Chaloupka [mailto:k...@chalu.cz] 
Enviado el: Viernes, 13 de Marzo de 2009 02:51 a.m.
Para: Struts Users Mailing List
Asunto: ajax:tabPanel and localization

Hi,
I need to use localization in ajax tab, but it is not rendered.
When I use:
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
<%@ taglib prefix="ajax" uri="/tags/ajax" %>
....
<div id="tabPanelWrapper">
<ajax:tabPanel id="tabPanel${now}">
    <ajax:tab caption="%{getText('tab.list')}" baseUrl="List.action" 
defaultTab="true" />
    <ajax:tab caption="%{getText('tab.filter')}" baseUrl="Filter.action" />
</ajax:tabPanel></div>

then the localization is not rendered and as lage there is completely 
"${getText('tab.list')}" text.
Is tehre any way how to localize the label or have I use generated 
javascript instead of ajax tag?

Thanks, Jiri

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to