how access value of array list on Struts framework by properties file

Posted by singh on Stack Overflow See other posts from Stack Overflow or by singh
Published on 2010-10-12T10:30:56Z Indexed on 2010/12/21 6:54 UTC
Read the original article Hit count: 227

Filed under:
|
|
arraylist.add(new ListItem("Activity1", "ActivityName1"));

suppose ActivityName1 value store in properties file to provide locale feature.

now how can i access the value of Activity1 key that associate to ActivityName1 value on jsp ( ActivityName1 corresponds to a properties file value) by using Struts.

i want to find the ActivityName1 value that store in properties file by using the Activity1 key in Struts framework.

© Stack Overflow or respective owner

Related posts about java

Related posts about jsp