Skip to Content
0
Former Member
Mar 15, 2006 at 05:46 AM

Display

26 Views

Hi,

In portal component development, I'm maintainig a properties file for the values that are used for text property of labels in the jsp.

.properties file --->>>

labelText = <b>Ylityö pidetään</b> This is called in the jsp's htmlb label control --->>> <b>text="<%=TxtBundle.getResourceText("labelText")%>"</b> display in portal iView --->>> <b>Ylityö pidetään</b> When directly assigned --->>> <b>text="Ylityö pidetään"</b>

This is working fine

Please suggest a solution for these kind of characters.

Thanks and Regards,

Vijay Kalyan G.