Re: search results display

2003-07-20 Thread Sakis Chatzinikolaou
Hi all, I have a template in which I include 4 jsp The header, the menu, the display and the footer I use Tomcat 4.1.24. In the display.jsp I have a html:select with some options When the display.jsp is rendered the html:select is OK but its options are writen again in the footer.jsp as text

error in generating page content

2003-07-20 Thread Sakis Chatzinikolaou
Sorry for the wrong reply before. Hi all, I have a template in which I include 4 jsp The header, the menu, the display and the footer I use Tomcat 4.1.24. In the display.jsp I have a html:select with some options When the display.jsp is rendered the html:select is OK but its options

Error in generated html

2003-07-20 Thread Sakis Chatzinikolaou
Hi all, I have a template in which I include 4 jsp The header, the menu, the display and the footer I use Tomcat 4.1.24. In the display.jsp I have a html:select with some options When the display.jsp is rendered the html:select is OK but its options are writen again in the footer.jsp as text

Re: html:options can not automatically match value

2003-06-04 Thread Sakis Chatzinikolaou
Maybe you need to specify the name of the form bean before the property=projclieid e.g. html:select name=formbeanname property=projclieid and maybe the collection name should not be the com.nsk.gs.sales.ClientInfo but the name you put in the request from the action class before you call the jsp

Re: How to change to a different locale

2003-05-30 Thread Sakis Chatzinikolaou
Hi , you can use native2ascii.exe in the bin folder of the sun's JDK native2ascii -encoding iso-8859-x source.properties dest.properties Hope this helps Sakis - Original Message - From: Vijay Pawar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 30, 2003 9:56 AM Subject: How

Re: How to change to a different locale

2003-05-30 Thread Sakis Chatzinikolaou
When I write x I mean the code for the language you want to use For example the greek is iso-8859-7 You have to find the code for the language you want to use Regards Sakis - Original Message - From: Vijay Pawar [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent:

Re: Can I have more than one properties file and retrieve from them based on the context

2003-05-29 Thread Sakis Chatzinikolaou
Hi Thiru, No, you just have to set the language in the request and it opens the right properties file on its own. setLocale(request, new Locale(language, country)) in an action class Hope this helps Sakis - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

Re: Html::textarea loses characters

2003-03-03 Thread Sakis Chatzinikolaou
switching SHIFT-JIS character encoding so if you find anything please let me know. Thomas On Sunday, Mar 2, 2003, at 12:29 Canada/Eastern, Sakis Chatzinikolaou wrote: Hi all, I have a problem with html:textarea. This is how it goes. I have an action Form with only one property

Html::textarea loses characters

2003-03-02 Thread Sakis Chatzinikolaou
Hi all, I have a problem with html:textarea. This is how it goes. I have an action Form with only one property landComments package untitled1; import org.apache.struts.action.*; import javax.servlet.http.*; public class Untitled1ActionForm extends ActionForm { private String landComments;

Re: Html::textarea loses characters

2003-03-02 Thread Sakis Chatzinikolaou
University http://www.censsis.neu.edu On Sun, 2003-03-02 at 12:29, Sakis Chatzinikolaou wrote: Hi all, I have a problem with html:textarea. This is how it goes. I have an action Form with only one property landComments package untitled1; import org.apache.struts.action.*; import

Re: How to access Form object from my -JSP

2003-02-02 Thread Sakis Chatzinikolaou
Hi, Try to use bean:define to define a variable from the FormBean I think bean:define id=variableName name=FormBeanName property=propertyBeanName / But you better check the documentation for the bean:define tag Hope this helps Regards Sakis - Original Message - From: Souravmay Das

Re: property file content not display correctly

2003-01-19 Thread Sakis Chatzinikolaou
Hi, I had the same problem with Greek. I read somewhere to use native2ascii.exe (which resides in JDK bin directory) native2ascii -encoding ISO-8859-7 ApplicationResources.properties ApplicationResourcesChanged.properties. In the encoding use the one for French. It worked for me. Hope this

Re: JSPWriter prints ???

2003-01-12 Thread Sakis Chatzinikolaou
/table /html:form Where users is a Collection it comes from an action. What OS are U using? Jim Theodoridis (Geia sou) - Original Message - From: Sakis Chatzinikolaou [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, January 09, 2003 1:03 PM

Re: JSPWriter prints ???

2003-01-12 Thread Sakis Chatzinikolaou
labelProperty=name / /html:select /td /tr /table /html:form Where users is a Collection it comes from an action. What OS are U using? Jim Theodoridis (Geia sou) - Original Message - From: Sakis Chatzinikolaou [EMAIL PROTECTED] To: Struts Users Mailing

Re: JSPWriter prints ???

2003-01-09 Thread Sakis Chatzinikolaou
Hi Jim , (Geia sou) I already use iso-8859-7 in the page as you type in the example Have you set anything else in mySQL for the greek language to be set ? I used an application Navicat to set the greek language in mySQL. The greek chartacters seem ok in the records. Do you think that I

JSPWriter prints ???

2003-01-08 Thread Sakis Chatzinikolaou
Hi all, I am using Struts 1.0.2 with mySQL 3.23. I have some records in the DB which are in greek charset. The recorset form mySQL comes OK in Greek from the Action bean. I verify this in the debugger because the html select is well defined. I get select . with the greek characters in the

Re: JSPWriter prints ???

2003-01-08 Thread Sakis Chatzinikolaou
this is your solution Georg (Jasou file) -Original Message- From: Sakis Chatzinikolaou [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 8. Januar 2003 12:41 To: [EMAIL PROTECTED] Subject: JSPWriter prints ??? Hi all, I am using Struts 1.0.2 with mySQL 3.23. I have some records in the DB which