how can I set the values in the form of a iteration (logic:iterate) on the select options (html:select)

2002-04-26 Thread Aroui, Dr. Djelloul
Vehiclepark is a Bean with the property cars (cars is a collection of a Car). Car is a bean with the properties id and vehicleparkId hier ist my jsp-code logic:iterate name=Vehiclepark property=cars id=Car html:hidden name=Car property=id indexed=true/ html:select name=Car

how can I internatinalize my application for another languages like arabic laguage and east asia languages

2002-04-26 Thread Aroui, Dr. Djelloul
Hi, We want to internationalize our web-application based on struts-framework and web-logic 6.1. For the internationalization, we read our text from the resources properties files (for example the properties file for englisch is resource_en.properties). Our application run without any

How can I used html:select with a Collection of String

2002-03-15 Thread Aroui, Dr. Djelloul
myCollection is a Vector of Integer. I dont need property or labelProperty. How can I use the select with a Collection. html:select property=id html:options collection=myCollection/ /html:select please any help thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Help: Internationalization:I can't see Arabic or Chinese script?

2002-03-01 Thread Aroui, Dr. Djelloul
My application is based on jsp, struts and weblogic. I read my text from the properties files (Resources.properties). My application is running for weasten European languages (English, german, French). In the same way, I have create Arabic (Resources_ar.properties) and Chinese

How can I make my application international?

2002-02-26 Thread Aroui, Dr. Djelloul
Hi, We want to internationalize our b2b-application based on struts-framework und web-logic 6.1. The application run for the westen languages (english, french,german..). We need to support east Asian (Japan, chinese,..languages) and arabic (Arabic, Farsi, ... languages) scripts. The east