html:select problem

2003-04-04 Thread Noureddine Bekrar
I had yesterday a very strange probleme with html:select tag. When i wanted to use 2 tomcat servers in order to use a load balancing of my Struts application , i had an exception. but my application worked well when i had used only one server. after this i had transformed all my html:select tags

[OT] jsp:include problem

2003-04-04 Thread Noureddine Bekrar
I Know this question is not a struts question but i think that this list is able to give me the light :) I have a JSP page with 4 jsp:include: jsp:include page=/JSP/MyPage1.jsp / jsp:include page=/JSP/MyPage2.jsp / jsp:include page=/JSP/MyPage3.jsp / jsp:include page=/JSP/MyPage4.jsp /

Session Load Balancing Problem

2003-04-02 Thread Noureddine Bekrar
Hello, I have a probleme when i want to use a load balancing of my struts application between 2 tomcat servers. when the load balancing begin , the second server say that the session was expired. but when I remove the html:select tag from my jsp pages , all work well. Do any one has any idea

html:form problem

2003-03-17 Thread Noureddine Bekrar
Hello, I have a probleme with html:form when i send data with this tag html:form action=/validate method=POST enctype=multipart/form-data the server transform all caracters like éèë... to Do you have any idea about this problem? Thanks

Re: html:form problem

2003-03-17 Thread Noureddine Bekrar
it by explicitly setting the locale. Shane -Original Message- From: Noureddine Bekrar [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 9:55 AM To: Struts Users Mailing List Subject: html:form problem Hello, I have a probleme with html:form when i send data with this tag

Re: logger problem ???

2003-03-14 Thread Noureddine Bekrar
can you send your log4j.properties file? i think the problem is in it. - Original Message - From: Michal Postupalski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 14, 2003 11:22 AM Subject: logger problem ??? hi I've got random errors. Using log4j, poolman. They come

Re: Tag Extension

2003-03-14 Thread Noureddine Bekrar
i think to do that , you must write a new tag java class (extends TagSupport class)and in this class you will use a java code of the 2 other classes ( select and option). and after this you will declare your new tag in the tld file. - Original Message - From: Renato Romano [EMAIL

Re: Tag Extension

2003-03-14 Thread Noureddine Bekrar
exactely - Original Message - From: Renato Romano [EMAIL PROTECTED] To: 'Noureddine Bekrar' [EMAIL PROTECTED]; 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, March 14, 2003 4:10 PM Subject: RE: Tag Extension You mean something like: ?? Public class SelectPlusButton

Re: Tag Extension

2003-03-14 Thread Noureddine Bekrar
Yes i think too that the Nicolas's and James solution is better. - Original Message - From: Renato Romano [EMAIL PROTECTED] To: 'Noureddine Bekrar' [EMAIL PROTECTED]; 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, March 14, 2003 4:26 PM Subject: RE: Tag Extension I

html:form problem

2003-03-13 Thread Noureddine Bekrar
Hello, I have a probleme with html:form when i send data with this tag html:form action=/validate method=POST enctype=multipart/form-data the server transform all caracters like éèë... to Do you have any idea about this problem? Thanks

Re: Need one mnore directory before module-prefix

2003-03-13 Thread Noureddine Bekrar
from struts (assuming it will be context-relative). regards Navjot Singh - Original Message - From: Noureddine Bekrar [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 7:48 PM Subject: Re: Need one mnore directory before module-prefix