Re: Error: Cannot get a connection, pool error Timeout waiting for idle object

2010-03-14 Thread abhishek jain
Hi friends, I am still having the problem, here is the config in my struts-config.xml thanks abhishek On Sat, Mar 13, 2010 at 4:48 PM, abhishek jain wrote: > Hi friends. > I am using strurts 1 with mysql and is using the datasource in > struts-config.xml. > I am gettting th

Renaming struts.xml file

2010-03-14 Thread aum strut
Hi Friends, Is it possible to rename and change the position of struts.xml configuration file in a simple web application. If yes, then please also mention the steps. Thanks, aum

AUTO: Basudeb Acharya is out of the office (returning 03/17/2010)

2010-03-14 Thread Basudeb Acharya
I am out of the office until 03/17/2010. Note: This is an automated response to your message "Parameter in If tag" sent on 3/15/10 7:06:44. This is the only notification you will receive while this person is away. =-=-= Notice: The information contained in this e-mail me

Parameter in If tag

2010-03-14 Thread Kusuma Haranath Atmakuri
>From the actions config, a parameter is being passed: main.jsp?paramName=paramValue When tried to access the paramName, it's fine when used in 'property' tag. will print 'paramValue'. But when used in 'If' tag, it does NOT. Is there anything missing here? Tried all the combinations of