RE: strange problem while implementing validation

2004-06-25 Thread jpatel
The Problem is datatabse pool, due to bug in sysdudo plug in database connection pool is not mounted. So I added commons-pool.jar in path and it started working fine. -Jignesh On Fri, 25 Jun 2004 11:44 , [EMAIL PROTECTED] sent: >Looks to me like something in doStartTag is looking for something

strange problem while implementing validation

2004-06-25 Thread jpatel
Hello I'm running Eclipse with Tomcat 5.0.18 and Struts 1.1. Since I use validation my application sometimes dies at startup. When I restart the server it throws the following exeption: -- java.lang.NullPointerException at org.apache.struts.taglib.html.JavascriptValidatorTag.do

Re: tiles sidebar,header,footer

2004-06-23 Thread jpatel
James, Thanks, that is what I would like to know. Christopher may also have clear idea on the basis of this answer. -Jignesh On Wed, 23 Jun 2004 08:22 , 'James Mitchell' <[EMAIL PROTECTED]> sent: >With Tiles your pages are rendered on the server-side. So, here's your >fish, YES, you can use a

Re: tiles sidebar,header,footer

2004-06-23 Thread jpatel
No I am talking for tiles only. But rather then getting precise answer, I am getting reply to read tutorial. -Jignesh On Wed, 23 Jun 2004 04:59 , Michael McGrady <[EMAIL PROTECTED]> sent: >Are you talking about frames? > >At 02:15 AM 6/23/2004, [EMAIL PROTECTED] wrote: >>Jignesh >> >>What do you

Re: tiles sidebar,header,footer

2004-06-23 Thread jpatel
Hi Christopher, Thanks for immediate response "If by this you mean the tiles for these areas do not change" - My purpose is same. Please provide me guideline. -Jignesh On Wed, 23 Jun 2004 10:15 , [EMAIL PROTECTED] sent: >Jignesh > > > >What do you mean by static and called back? > > > >If by t

tiles sidebar,header,footer

2004-06-23 Thread jpatel
Hi All, We are using tiles. Is it possible to make header,footer static means all the time they will not be called back,when page is submmitted. Also sometimes sidebar also remains nonmovable only content gets changed. -Jignesh