RE: Same specification, different behavior ? what shall I do?

2002-09-10 Thread Martin Cooper

If the problem is just too many tags on one page, breaking that page into
multiple pages and using jsp:include should solve the problem.

--
Martin Cooper


 -Original Message-
 From: Vernon Wu [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 10, 2002 4:32 PM
 To: [EMAIL PROTECTED]
 Subject: Same specification, different behavior ? what shall I do?
 Importance: High
 
 
 
 In the past four months, I have been working on a web 
 application along with Catalina ? Tomcat 4.0.x. For the reason 
 that a large number of JSTL i18n message tag isn't working on 
 one page, I was told to migrate 4.1.x as one of the 
 solutions. The problem is the application doesn't behavior 
 properly under the 4.1. I had posted a question in this mail list 
 in regarding of the problem some weeks ago with no any response. 
 
 Can someone point out what shall I do, report a bug or 
 something else?   
 
 That is only problem left to complete the application 
 development right now.
  
 BTW, the problem is only one of two template files is used in 
 4.1.x version, but not in 4.0.x.
 
 Thanks for your advice.
 
 
 Vernon
 
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 
 


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: RE: Same specification, different behavior ? what shall I do?

2002-09-10 Thread Vernon Wu


Yes, that is the other solution. But I would like to use the import tag of JSTL 
instead. I, however, don't know how to 
pass form bean around those JSP files. Any suggestion?

 
9/10/2002 4:39:46 PM, Martin Cooper [EMAIL PROTECTED] wrote:

If the problem is just too many tags on one page, breaking that page into
multiple pages and using jsp:include should solve the problem.

--
Martin Cooper


 -Original Message-
 From: Vernon Wu [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 10, 2002 4:32 PM
 To: [EMAIL PROTECTED]
 Subject: Same specification, different behavior ? what shall I do?
 Importance: High
 
 
 
 In the past four months, I have been working on a web 
 application along with Catalina ? Tomcat 4.0.x. For the reason 
 that a large number of JSTL i18n message tag isn't working on 
 one page, I was told to migrate 4.1.x as one of the 
 solutions. The problem is the application doesn't behavior 
 properly under the 4.1. I had posted a question in this mail list 
 in regarding of the problem some weeks ago with no any response. 
 
 Can someone point out what shall I do, report a bug or 
 something else?   
 
 That is only problem left to complete the application 
 development right now.
  
 BTW, the problem is only one of two template files is used in 
 4.1.x version, but not in 4.0.x.
 
 Thanks for your advice.
 
 
 Vernon
 
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 
 






--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: RE: RE: Same specification, different behavior ? what shall I do?

2002-09-10 Thread Vernon Wu


That shall work. I, however, still like to get my app on 4.1.x for the performance 
reason. As you alrady know, I use a lot 
of JSTL tags.

Vernon


9/10/2002 5:08:30 PM, Martin Cooper [EMAIL PROTECTED] wrote:



 -Original Message-
 From: Vernon Wu [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 10, 2002 4:53 PM
 To: 'Tomcat Users List'; Martin Cooper
 Subject: Re: RE: Same specification, different behavior ? what shall I
 do?
 
 
 
 Yes, that is the other solution. But I would like to use the 
 import tag of JSTL instead. I, however, don't know how to 
 pass form bean around those JSP files. Any suggestion?

Just store the bean as a request attribute.

--
Martin Cooper


 
  
 9/10/2002 4:39:46 PM, Martin Cooper 
 [EMAIL PROTECTED] wrote:
 
 If the problem is just too many tags on one page, breaking 
 that page into
 multiple pages and using jsp:include should solve the problem.
 
 --
 Martin Cooper
 
 
  -Original Message-
  From: Vernon Wu [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, September 10, 2002 4:32 PM
  To: [EMAIL PROTECTED]
  Subject: Same specification, different behavior ? what shall I do?
  Importance: High
  
  
  
  In the past four months, I have been working on a web 
  application along with Catalina ? Tomcat 4.0.x. For the reason 
  that a large number of JSTL i18n message tag isn't working on 
  one page, I was told to migrate 4.1.x as one of the 
  solutions. The problem is the application doesn't behavior 
  properly under the 4.1. I had posted a question in this mail list 
  in regarding of the problem some weeks ago with no any response. 
  
  Can someone point out what shall I do, report a bug or 
  something else?   
  
  That is only problem left to complete the application 
  development right now.
   
  BTW, the problem is only one of two template files is used in 
  4.1.x version, but not in 4.0.x.
  
  Thanks for your advice.
  
  
  Vernon
  
  
  
  --
  To unsubscribe, e-mail:   
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail: 
  mailto:[EMAIL PROTECTED]
  
  
 
 
 
 
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 
 


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]






--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]