Help me with iterate tag

2004-08-05 Thread Milson Fredy Cardona Echeverri
Hi friends I have the following problem... desire to show the result of a SQL in a JSP page, the result to give in a COLLECTION, but when I call my JSP get the following error: org.apache.jasper.JasperException: No collection found at org.apache.jasper.servlet.JspServletWrapper.service(JspServl

can i put in "VALUE" property of CHECKBOX a listing value in the LOGIC:ITERATE

2004-09-09 Thread Milson Fredy Cardona Echeverri
HI i have a problem, i have following code in a JSP page can i put in "VALUE = x" property of CHECKBOX the value of field "codigoFormato"? I hope that they have understood me thanks in advance _ MSN Amor: busca tu ½ nara

Help with connection pool

2004-11-04 Thread Milson Fredy Cardona Echeverri
hi friends I'm working with the POOL OF TOMCAT, but I have problems with him. I'm trying to develop my own POOL OF CONNECTIONS, but also I have problems. I want to know if you can give me a POOL developed, that i can test and implement in my applications. thanks in advance ___

Help me with connection pool of tomcat

2004-11-04 Thread Milson Fredy Cardona Echeverri
hi my problem with the Connection Pool of Tomcat is that when entering several users to system (2 or 3), unexpectedly falls the connection pool and I must reinitiate the service of tomcat. I have tested several configurations in the SERVER.XML file and I could't solve the problem. I'm trying to

session variable in struts

2004-11-11 Thread Milson Fredy Cardona Echeverri
hi friends i want to declare a session variable in an action class. I could to solve it in a servlet class : HttpSession session = request.getSession(); session.setAttribute("variable name","value"); but in struts ¿how do i do it? thanks in advance __