• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Data is not rendering properly when swtich from one tab to other

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All I have an issue with trinidad tags. I have a Panel in the jspx file. below is the code.

for each tab one jspx file is linked means when i click on panel tab it will open one jspx file.

Each jsps file have some text boxes and it has backing bean. data will be stored from the backing bean.

I am in polish locale. backing bean contains the polish characters. When the form loaded the polish characters are coming properly. But when i move from one tab to other the polish characters are getting changed to "?". It is happening for korean characters also.

But on the server console i am getting the data correctly. Means backing bean having correct data. I suspect something is happening when we switch tabs like trinidad cache.

<tr:panelTabbed id="p_1282_pm_usdesc22" position="above">
<tr:showDetailItem id="p_1283_pm_usdesc22general" immediate="true" text="#{pmmsgs.values.general}" >
<tr:subform id="am_pt_pm_rk_ug_usrdesc_gn" >
<ui:include src="/iAdvisorWeb/bundles/profilemanager/jsf/usersandgroups/pmuserdescgeneral.jspx" />
</tr:subform>
<tr:showDetailItem id="p_1283_pm_usdesc22general" immediate="true" text="#{pmmsgs.values.roles}" >
<tr:subform id="am_pt_pm_rk_ug_usrdesc_gn" >
<ui:include src="/iAdvisorWeb/bundles/profilemanager/jsf/usersandgroups/roles.jspx" />
</tr:subform>
<tr:showDetailItem id="p_1283_pm_usdesc22general" immediate="true" text="#{pmmsgs.values.properties}" >
<tr:subform id="am_pt_pm_rk_ug_usrdesc_gn" >
<ui:include src="/iAdvisorWeb/bundles/profilemanager/jsf/usersandgroups/properties.jspx" />
</tr:subform>
</tr:panelTabbed>

Please suggest me to resolve the problem.
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kiran Kumar,

Even I am facing the same problem. Did you get any solution this problem?

Regards,
Pushpa
reply
    Bookmark Topic Watch Topic
  • New Topic