continuation question

2004-04-29 Thread Vlad Ali
Hi all! Who can to explain to me continuation life cycle. What happend after form performing finished? Continuation cashed? For example: after filing form validation failed and cocoon return form page (http://xyz.12312.count) and user put it bookmark and closed session. After some days he w

sitemap problem

2004-04-20 Thread Vlad Ali
hi i have error from cocoon: org.apache.avalon.framework.configuration.ConfigurationException: No languages defined! in my sitemap i write : and in cocoon.xconf i have resource://org/apache/cocoon/components/flow/javascript/fom/fom_system.js true 4000

need help with xsp:formval

2004-04-20 Thread Vlad Ali
Hi all! i'm newbie in cocoon/ Explain to me pls where i can write logicsheet's tags? I have not found clear explanation this question on cocoonwiki and google vmch thx - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Where i can to find full schema or dtd for cocoon.conf xml?

2004-03-18 Thread Vlad Ali
may be it's stupid question but i can't to find full description for elements thx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to set properties for jdbc connection

2004-03-05 Thread Vlad Ali
al Message - From: "Antonio Gallardo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 05, 2004 5:19 AM Subject: Re: How to set properties for jdbc connection > Hi Vlad: > > Vlad Ali dijo: > > I need to set properties for database connection

How to set properties for jdbc connection

2004-03-04 Thread Vlad Ali
Hi again! I need to set properties for database connection in java code i write: Properties connInfo = new Properties(); connInfo.put("useUnicode","true"); connInfo.put("characterEncoding","Cp1251"); con = DriverManager.getConnection(url, connInfo); but i don't know how to do same in

cocoon dont define class in XSP

2004-03-04 Thread Vlad Ali
Hi! there is some code in my XSP page : ... java.util.Properties connInfo = new Properties(); .. and cocoon generate error: "Properties cannot be resolved or is not a type" explain me pls, why? thx - To unsubscribe, e-mail: [

encoding of result from database

2004-03-04 Thread Vlad Ali
Hi all! I'm trying to get result from databse over cocoon-xsp - esql:taglib. strings in databse have cp1251 encoding but result have other encoding What should i do to get result of SELECT request in cp1251 encoding? thx. Sorry my english ---