Re: using drop down menu in struts

2006-01-04 Thread Ted Husted
I don't have a code sample handy right now, but, as compared to creating any other dropdown, you would need to build the list of languages by accessing the Message Resources from the Action class, so as to build the list appropriate to the current language. -- HTH, Ted. http://www.husted.com/poe/

using drop down menu in struts

2006-01-03 Thread Sony Thomas
Hello Friends, "Happy NewYear to all" I have a problem in displaying a set of languages in a dropdown menu in my struts application. Problem:: I have to display some four langauges in a drop down menu. Name : English Code: en; Name: Portughese Code:pt; Name: French Code: fr I am setting t