Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

application.properties

843838Apr 4 2007 — edited Apr 4 2007
Hi,

My application is based on struts frame work.
I am writing application.properties file to Internationalize the messages.

Now i am strucked in between. i want to add html tags between the messages in application.properties file

for example...

new.message=<table>
<tr>
<td>
<li>Add name</li>
<li>Add age</li>
</td>
</tr>
</table>

But when i used this in my actual JSP page like
<bean:message key="new.message "/>. but its showing blank page. I want to know...can i use html tags in properties file. If so how can i achive it. please help me


Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 2 2007
Added on Apr 4 2007
8 comments
108 views