Custom generator

2009-10-08 Thread roberto graiff
Hi all , I'm some trouble to write CustomGenerator with cocoon 2.1.10. It work fine with 2.1.4. A snippet of code: public class DatabaseGenerator extends ServiceableGenerator implements CacheableProcessingComponent, Disposable { ... ... @Override public void

Re: Custom generator

2009-10-08 Thread roberto graiff
The code is similar to an example on documentation on cocoon. This code works fine with 2.1.4. RG Il giorno 08/ott/2009, alle ore 11.20, Thorsten Scherler ha scritto: On Thu, 2009-10-08 at 10:22 +0200, roberto graiff wrote: Hi all , I'm some trouble to write CustomGenerator with cocoon

Pipeline testing

2006-06-14 Thread Manicardi Roberto
:/file/xxx; Parameters parameters = . cocoonContest.loadUrl(cocoonURL,parameters,.); assertCocoonPipelineOutput(expectedFilePipelineOutput); } } My question is: does anybody knows if its possible and how to do this kind of test? Thank you and bye! Roberto Manicardi

Input modules

2005-07-13 Thread Roberto Marra
Path}"/ /map:call /map:match In the flow I try to read with: var contesto = cocoon.parameters["contextPath"]; but "contesto" is empty. Anybody knows why? Thanx in advance Roberto

Re: Input modules[SOLVED]

2005-07-13 Thread Roberto Marra
I don't know what happenI mean I reebooted coocon now it works. Thanx in any case Cheers Roberto - Original Message - From: Roberto Marra To: users@cocoon.apache.org Sent: Wednesday, July 13, 2005 10:21 AM Subject: Input modules Hi guys, Im trying

Re: XPath function

2005-06-22 Thread Roberto Marra
Hey Geert, I want to say thank you very much! Everything works :-) Best Regards Roberto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

XPath function

2005-06-21 Thread Roberto Marra
mf/xsl/menu/menu.xsl: org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in creating Transform Handler column:51 line:62 cause:javax.xml.transform.TransformerException: Impossibile trovare la funzione: string-join location:null !- Any idea? Thanx in advance Roberto

Re: XPath function

2005-06-21 Thread Roberto Marra
Hi Geert thanx, pls, can you give me some tipstricks how to do that? Cheers Roberto - Original Message - From: Geert Josten [EMAIL PROTECTED] To: users@cocoon.apache.org Sent: Tuesday, June 21, 2005 3:50 PM Subject: Re: XPath function Hi, That function doesn't exist in XPath 1.0

Re: Cocoon's books

2005-06-16 Thread Roberto Marra
Sorry Fadi, in what languages are they published? Can you give me more info pls. Thanx in advance Roberto - Original Message - From: Fadi Qutaishat [EMAIL PROTECTED] To: users@cocoon.apache.org Sent: Thursday, June 16, 2005 2:02 PM Subject: Cocoon's books Hi all, Just I am

Repeater

2005-06-16 Thread Roberto Marra
an you give me some tipstricks? Thanx in advance ROberto

Binding problem...

2005-06-14 Thread Roberto Marra
ption: at top-level script (file:/D:/Programmi/Apache Group/cocoon-2.1.5.1/build/webapp/mf/binding/contatti/contatti.xml, Line 14): java.lang.NullPointerException The contatti.xml, Line 14 correspond to "jxpathPointer.setValue(appValue);" but appValue is not null there is a value!! Any suggestion is welcome. Thanx in advance Roberto

Re: Binding problem...[SOLVED]

2005-06-14 Thread Roberto Marra
er.setValue(appValue); /fb:save-form /fb:_javascript_ ... now it work :-D Cheers Roberto - Original Message - From: Roberto Marra To: users@cocoon.apache.org Sent: Tuesday, June 14, 2005 9:01 AM Subject: Binding problem... Hi guys, still here with some proble

Re: Re: Conversion of type...

2005-06-13 Thread Roberto Marra
Yep, you are totally right. Thanx for the support. Best regards Roberto - Original Message - From: Jens Maukisch [EMAIL PROTECTED] To: Roberto Marra users@cocoon.apache.org Sent: Saturday, June 11, 2005 4:31 PM Subject: +++SPAM+++ Re: Conversion of type... Hi, What the best

Conversion of type...

2005-06-11 Thread Roberto Marra
ss Country. What the best solution you suggest me? Should I define my bean simple using only basic datatype, as String, boolean and int, or there is another solution more interesting? Thanx in advance Roberto

jsp integration with Lenya

2005-06-10 Thread Roberto Fornasiero
in cocoon.xconf: jsp-engine parameter name="servlet-class" value="org.apache.jasper.servlet.JspServlet"/ /jsp-engine What can I do now? Thank you all. Roberto

Problems with the usage of bookmarks and continuations

2005-06-09 Thread Roberto Pierpaoli
Details: * Cocoon 2.1.7 standalone * JDK 1.5.0_03 * Windows 2000 SP4 Is there a way to send to the browser the id of the continuation created by the sendPageAndWait method? I have realized a simple adder: the user is asked for an augend and he can add (using the add button) any number

Problems with Continuations in Flowscript

2005-06-08 Thread Roberto Pierpaoli
Details: * Cocoon 2.1.7 standalone * JDK 1.5.0_03 * Windows 2000 SP4 I have made a small example to test the use of continuations, it is made of a simple counter that is incremented each time the user presses the count button, then, when the stop button is pressed, the result page,

Re: Problems with Continuations in Flowscript

2005-06-08 Thread Roberto Pierpaoli
Thank you so much!! I have spent hours on this issue, now I'm finally able to keep the execution state, thank you! Roberto Reinhard Poetz ha scritto: Roberto Pierpaoli wrote: Details: * Cocoon 2.1.7 standalone * JDK 1.5.0_03 * Windows 2000 SP4 I have made a small example

Re: Problems with Continuations in Flowscript

2005-06-08 Thread Roberto Pierpaoli
Yes, I understand your point ;-) I'm just doing experiments to better understand the framework's principles, the documentation is a little bit lean of concrete examples. Thank you once again. Roberto Reinhard Poetz ha scritto: Roberto Pierpaoli wrote: Thank you so much!! I have spent

Re: CForms value of field...[SOLVED]

2005-05-19 Thread Roberto Marra
Hi all, probably I didn't explain clear myself, but I founded the way. Just use cocoon.request["nameofField"] Sorry but Im still a newbie stuff that for you are already clear for me are not. Thanx in any case Cheers Roberto I mean... sorry if I didn't clarify myse

Re: CForms value of field...

2005-05-18 Thread Roberto Marra
p:call /map:match in the flowscript ... var bindingFile = cocoon.parameters["bindingURI"]; var bean = new Packages.org.mf.ContactBean(); form.createBinding(bindingFile); form.save(bean); System.out.println("test:"+form.lookupWidget("ragSoc").getValu

Re: CForms value of field...

2005-05-18 Thread Roberto Marra
g.apache.cocoon.forms.samples.Sex.MALE); var contact = new Packages.org.apache.cocoon.forms.samples.Contact(); contact.setId("1"); contact.setFirstName("Roberto"); contact.setLastName("Marra"); contact.setPhone("+41916104455"); contact.setEmail("[EM

Re: flow question - Is there some function like System.out.println(xxx);

2005-05-12 Thread Roberto Marra
Try: java.lang.System.out.println(xxx); you will see that it works, trust me... - Original Message - From: Johannes Becker [EMAIL PROTECTED] To: users@cocoon.apache.org Sent: Thursday, May 12, 2005 3:51 PM Subject: Re: flow question - Is there some function like

password validation in CFORM

2005-05-03 Thread Roberto Marra
swords are not equal./fd:failmessage /fd:assert /fd:validation /fd:field but the fd:assert is not very clear for me. I understand when password is equal confirmPassword then show the failmessage... is that right or there are some mistake? Regards Roberto

SendMail

2005-04-28 Thread Roberto Marra
fono:849384943 I would like to have Nome:Roberto Indirizzo:blablabla citta:Lugano telefono:9849348 Any suggestion? Regards Roberto

Re: SendMail

2005-04-28 Thread Roberto Marra
: Thursday, April 28, 2005 1:55 PM Subject: Re: SendMail Hi Roberto, Thank you much for your response. One thing I wanted to know is, i am creating a zip file on-fly.So I am not storing that zip output stream to any storage. so I have only that stream. Now I wanted to know, using your

Javascript variable...

2005-04-28 Thread Roberto Marra
Hi all, maybe Im making a stupid question. I would like to know how to pass a _javascript_ (from a flowscript) variable to a sitemap. Cheers Roberto

Re: Javascript variable...

2005-04-28 Thread Roberto Marra
quot;, { data : data }); In sitemap you would use it like this: ... map:transform src="" map:parameter name="myparam" value="{flow-attribute:data}" / /map:transform ... Weez ----- Original Message - From: Roberto

SendMai lAction

2005-04-26 Thread Roberto Marra
ext://mf/mail/message.xml"/ map:generate src="mail/{status}.xml"/ map:transform src="context://mf/xsl/mail/{status}.xsl"/ map:serialize type="html"/ /map:act /map:match What happen is that I got the message as xml file, of course I would like to use an xslt to transform that file but I cannot. Any suggestion? Regards, Roberto

SendMail Action...

2005-04-25 Thread Roberto Marra
/mf/index java.lang.NoClassDefFoundError: javax/mail/MessagingException at java.lang.Class... Any suggestion? Thanx Regards Roberto

Re:[SOLVED] SendMail Action...

2005-04-25 Thread Roberto Marra
Actually I founded that the mail.jar was missing from the webapp/lib. I downloaded the version 1.2 but there is already the version 1.3, now it works. I mean he dosn't give me any error anymore. Cheers Roberto - Original Message - From: Roberto Marra To: users

Re: Re:[SOLVED] SendMail Action...

2005-04-25 Thread Roberto Marra
forgot!... you need to putactivation.jar under webapp/lib too. Roberto - Original Message - From: Roberto Marra To: users@cocoon.apache.org Sent: Monday, April 25, 2005 11:25 AM Subject: Re:[SOLVED] SendMail Action... Actually I founded

Re: form reopens same page

2005-04-21 Thread Roberto Marra
. Regards Roberto - Original Message - From: Michel Erard [EMAIL PROTECTED] To: users@cocoon.apache.org Sent: Thursday, April 21, 2005 10:39 AM Subject: form reopens same page Hello, I'm making some tests with the authentication framework. Now I have a problem with the login form

Javascript in the form

2005-04-21 Thread Roberto Marra
/fd:on-value-changed_javascript_ path="externlafile"/ Can I? Thanx in advance Cheers Roberto

transformers

2005-04-04 Thread Roberto Marra
it use the default it works properly. Thanx for any explanation Regards ROberto

iframe...

2005-03-16 Thread Roberto Marra
Hi all, I made an xsl file to transform an xml file, this xsl file got inside this: ... iframe src="html\iframe.htm" name="anything" width="100%" height="100%" scrolling="yes"/ ... /html the sitemap is: map:match pattern="**.htm"map:read src="{1}.htm"//map:match if I test the xsl with

Re: iframe...

2005-03-16 Thread Roberto Marra
it be src=html/iframe.htm ? Roberto Marra wrote: Hi all, I made an xsl file to transform an xml file, this xsl file got inside this: ... iframe src=html\iframe.htm name=anything width=100% height=100% scrolling=yes/ ... /html the sitemap is: map:match pattern=**.htmmap:read src={1

problem reading resource

2005-03-16 Thread Roberto Marra
Hi all again, I don't understand why I got this error reading a resource in the access.log file WARN (2005-03-16) 14:35.04:598 [access] (/menu/menu.css) PoolThread-3/CocoonServlet: Connection reset by peer: socket write error Im trying to read a .css file the sitemap is simply:

Re: iframe...

2005-03-16 Thread Roberto Marra
, this is a bug in Internet Explorer who expects something like this iframe ./iframe IE makes an error on iframe/ I ended up making that file in plain html and use map:read on it. On 16 Mar 2005, at 14:17, Roberto Marra wrote: Hi all, I made an xsl file to transform an xml file, this xsl

Re: iframe...[SOLVED]

2005-03-16 Thread Roberto Marra
Hei I found the solution... you know what? This iframe src="" name="anything" width="100%" height="100%" scrolling="yes"/ dosn't work, but this iframe src="" name="anything" width="100%" height="500" scrolling="yes"/ work The height property seems dons't support value with % Thanx

Re: using CSS in Cocoon

2005-02-27 Thread Roberto Marra
Hi, you have just to set a match pipeline like this: map:match pattern="**.css"map:read src=""//map:match well maybe there are other solutions, but with me worked this Cheers Roberto - Original Message - From: fadi qutaishat To: users@cocoo

JXPath

2005-02-02 Thread Roberto
pwd")); The xml file is: autentication users user id="1" userName type="internal" lang="it"Roberto/userName pwdpippo/pwd /user /autentication The problem is that the value variable is null. What's wrong with me? Thanx in advance Cheers Roberto

Re: JXPath

2005-02-02 Thread Roberto
:/ scheme. You should use the source resolver, resolve the source, Parse it, and pass the document to JXPathContext.newContext(); -Original Message-From: Roberto [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 02, 2005 11:42 AMTo: users

Re: JXPath

2005-02-02 Thread Roberto
://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/src/blocks/fo rms/java/org/apache/cocoon/forms/util/DomHelper.java -Original Message- From: Roberto [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 3:13 PM To: users@cocoon.apache.org Subject: Re: JXPath Sorry Im

Re: Cocoon install

2005-02-01 Thread Roberto
. Cheers Roberto - Original Message - From: IT - Williams, Katherine To: users@cocoon.apache.org Sent: Tuesday, February 01, 2005 5:52 PM Subject: Cocoon install Hello, I'm a complete newbie to Cocoon, so please bear with me. I've downloaded all of the Cocoon

Re: Framework for Web application with multi-profile clients

2005-01-27 Thread Roberto
Title: Framework for Web application with multi-profile clients Hi, definitely you are in the right place with the right product. Cocoon is the right solution for your requirement. Welcome a board Cheers Roberto - Original Message - From: Elad Messing To: users

Re: XPath in flowscript ?

2005-01-25 Thread Roberto
Can you make me a little example of how do you use JXPath in a Flowscript to retrive part of an xml file pls.? Thanx in advance Roberto - Original Message - From: Ugo Cei [EMAIL PROTECTED] To: users@cocoon.apache.org Sent: Friday, January 21, 2005 10:10 AM Subject: Re: XPath

Re: XPath in flowscript ?

2005-01-25 Thread Roberto
Yeah thanx Ugo... Roberto - Original Message - From: Ugo Cei [EMAIL PROTECTED] To: users@cocoon.apache.org Sent: Tuesday, January 25, 2005 10:56 PM Subject: Re: XPath in flowscript ? Il giorno 25/gen/05, alle 14:04, Roberto ha scritto: Can you make me a little example of how do

Re: MSAccess database problem

2005-01-20 Thread Roberto
Stupid reply...but do you have the properly jar file in the properly folder? Cheers Roberto - Original Message - From: yssr [EMAIL PROTECTED] To: users@cocoon.apache.org Sent: Thursday, January 20, 2005 12:43 PM Subject: Re: MSAccess database problem Hi the below also I tried

Re: Happy X-Mas

2004-12-25 Thread Roberto
Thanx man... same 2u ;-) - Original Message - From: Jan Hinzmann [EMAIL PROTECTED] To: users@cocoon.apache.org Sent: Friday, December 24, 2004 12:47 PM Subject: Happy X-Mas Happy X-Mas all you crazy cocoon-hackers out there, still working on problems even when its 24.12.2004 :D --

Java methods..

2004-12-22 Thread Roberto
Hi there, I got a little problem I don't get what's wrong in my flowscript... importClass(Packages.java.lang.String); function prova(){ var pippo = new String(); pippo = "PROVA"; java.lang.System.out.println("NUMERO:"+pippo.lenght()); } But the system gave me back an error

Re: Java methods..

2004-12-22 Thread Roberto
Sorry thanx to everybody... I hate myself when Im doing this [EMAIL PROTECTED] mistake!!! - Original Message - From: george georgovassilis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 2:07 PM Subject: Re: Java methods.. Hi Roberto This line really

Re: Cocoon Foms help needed!!!

2004-12-14 Thread Roberto
] To: [EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 3:11 PM Subject: RE: Cocoon Foms help needed!!! Thanks! Could you also send the sitemap.xmap for it? TIA - Linc -Original Message- From: Roberto [mailto:[EMAIL PROTECTED] Sent: Tuesday, 14 December 2004 5:16 PM To: [EMAIL PROTECTED

Re: Cocoon Foms help needed!!!

2004-12-14 Thread Roberto
, December 14, 2004 3:11 PM Subject: RE: Cocoon Foms help needed!!! Thanks! Could you also send the sitemap.xmap for it? TIA - Linc -Original Message- From: Roberto [mailto:[EMAIL PROTECTED] Sent: Tuesday, 14 December 2004 5:16 PM To: [EMAIL PROTECTED] Subject: Re: Cocoon Foms help needed

Re: Cocoon Foms help needed!!!

2004-12-13 Thread Roberto
Hi hope that this can help you, but I don't have idea why the form disappear. I send you 4 files (sorry but the label are in italian) one is the definition form, one is the template form one is the binding with the xmldata and one is the xmldata. Cheers ROb - Original Message - From:

Java Class

2004-12-07 Thread Roberto
Hi all, can I instantiate a java class directly from the Flowscript. For instance function test(){ var check = new Package.java.lang //(or whatever) } Can I? if yes, what the correct form? Thanx Ciao ROb

Re: Java Class

2004-12-07 Thread Roberto
Packages.your.package.path.Foo(); or importClass(Packages.your.package.path.Foo); var foo = new Foo(); See: http://cocoon.apache.org/2.1/userdocs/flow/java.html Regards Stephan Roberto wrote: Hi all, can I instantiate a java class directly from the Flowscript. For instance function test(){ var check

Re: Java Class

2004-12-07 Thread Roberto
... I saw ur website So funny weird, isn't? Glad that the "Roberto Marra Groups" works on the open technologies :-D Ciao Bertrand thanx ROb - Original Message - From: "Bertrand Delacretaz" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, Decemb

Re: Cocoon 2.1.2 sitemap

2004-12-06 Thread Roberto
- From: Adam Ratcliffe To: [EMAIL PROTECTED] Sent: Monday, December 06, 2004 9:01 AM Subject: RE: Cocoon 2.1.2 sitemap Hi Roberto Can you tell me a little more about what you want to do with your pipeline output. What do you want to use the XML written to the file

Re: Cocoon 2.1.2 sitemap

2004-12-05 Thread Roberto
Title: Cocoon 2.1.2 sitemap Hi, I guess I got the same need, I mean... let I have this in my sitemap: map:match pattern="test" map:generate src=""/ map:transform type="sql" map:parameter name="use-connection" value="mysql_pool"/ /map:transform map:serialize type="xml" /map:serialize

Re: calendar widget drop down obscured by dropdowns

2004-12-01 Thread Roberto
is not professional but I didn't have time to focus on this problem. Ciao ROberto

Calendar window Popup

2004-11-29 Thread Roberto
field work properly why this difference how can I visualize correctly the calendar, coz in my application I got the same problem. Thanx in advance. Regards ROberto

Re: Calendar window Popup

2004-11-29 Thread Roberto
Title: Message Ok. That's what I thought Thanx. I will. Regards ROberto - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 29, 2004 5:09 PM Subject: RE: Calendar window Popup Hello, If I recall correctly

Re: Maybe OT...

2004-11-25 Thread Roberto
Ralph, you gave me the idea that I was waiting for :-) Thanx Regards Roberto - Original Message - From: "Ralph Goers" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 7:06 PM Subject: Re: Maybe OT... If you can use the Cocoon portal you could

Re: cforms - ojb: generate unique id

2004-11-24 Thread Roberto
In any case thanx Joose... in my case I appriciate...as well as all the other people that works for this wonderful cocoon world ;-) Ciao ROb

Maybe OT...

2004-11-24 Thread Roberto
is divide the window in 4 areas with the div. The problem is that the data that come from the db should be in tabellar view, so what I need is to have a system to scroll the data updown for every area. Do you have any suggestion? (a part applet) Thanx in advance Regards Roberto

Re: MySQL Failed Connection...

2004-11-16 Thread Roberto
the same problem on my notebook at home. Roberto

Re: MySQL Failed Connection...

2004-11-16 Thread Roberto
to solve it!! Ciao ROb - Original Message - From: beya! To: [EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 10:31 AM Subject: Re: MySQL Failed Connection... Roberto,I had the same problem with mySQL 4.1 last week which was a complete nightmare. I could

Re: MySQL Failed Connection...

2004-11-16 Thread Roberto
Oliver, I tried with: mysql-connector-java-3.0.6-stable-bin.jar then with mysql-connector-java-3.0.14-production-bin.jar but the problems is still the same :-( Ciao Roberto - Original Message - From: Oliver Neumann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 16

Re: MySQL Failed Connection...

2004-11-16 Thread Roberto
Connection... Roberto, for real, I changed the database to postgreSQL. I spent days trying to connect to mySQL and in the end nearly ended up throwing my computer into the river. What version of mySQL are you using? By the way, were you able to find out whether mySQL was started

Re: AW: MySQL Failed Connection...

2004-11-16 Thread Roberto
Ok Im going to check that I let you know. Thanx ROb - Original Message - From: "Bloomfield Nutrition" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 4:35 PM Subject: Re: AW: MySQL Failed Connection... Turning on logging in mySQL will probably tell

Re: MySQL Failed Connection...

2004-11-16 Thread Roberto
Failed Connection... Roberto,have you tried to connect to mySQL using another application?regardsAndrewOn 16 Nov 2004, at 15:43, Roberto wrote: MySQL version is 4.1 is working properly I the user already had permission on all the database... I reallydon't know :-(regardsROb

Re: Cform widget not being displayed

2004-11-15 Thread Roberto
w long as I want. In your example, you declare a widget with "username" id, but then you refer to an input called "password", so Im a little confused... Since Im a newbie, I don't know about question nr.2 3, sorry. Hope that I could help you. Ciao Roberto -

MySQL Failed Connection...

2004-11-15 Thread Roberto
I connect via JDBC-ODBC? Thanx in advance for any suggestion Ciao Roberto

MySQL Database connection

2004-11-14 Thread Roberto
02) I guess.. infact the log error file in this case tell me that he can't find the table that Im looking for, of course the connection is with another database that dosnt' have my table... So my question is, where I can define a logger a name for the mysql database how I can set it properly? Thanx in advance for any suggestion. Ciao Roberto

Re: Cform widget not being displayed

2004-11-14 Thread Roberto
The widget are not displayed could be because you need to add this to your pipeline: map:transform type="forms"/ map:transform src=""/ try to have a look of this page http://cocoon.apache.org/2.1/userdocs/forms/xslt.htmlmaybe can help you. Ciao Roberto

Re: Cocoon Forms and Data binding

2004-11-09 Thread Roberto
Ciao Angelo, you can find some examples under blocks, forms... I saw some examples forms with binding. Saluti Roberto - Original Message - From: angeloimm [EMAIL PROTECTED] To: Help Cocoon [EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 2:23 PM Subject: Cocoon Forms and Data binding

Re: Cocoon Forms and Data binding

2004-11-09 Thread Roberto
004 2:29 PM Subject: Re: Cocoon Forms and Data binding -- Initial Header ------- From : "Roberto" [EMAIL PROTECTED] To : [EMAIL PROTECTED] Cc : Date : Tue, 9 Nov 2004 14:26:07 +0100 Subject : Re: Cocoon Forms and Data binding Ciao Angelo, Ciao Roberto you can fi

again over CForms

2004-11-08 Thread Roberto
/ fi:state ft:widget id="state"/ /fi:state fi:items fi:group fi:items ft:widget-label id="cmbPref" / ft:widget id="cmbPref" fi:styling class="cmb"/ /ft:widget/fi:items /fi:group /fi:items /fi:group /ft:form-template Any suggestion? Thanx in advance Roberto

attribute class in input field...

2004-11-02 Thread Roberto
ot;class="[EMAIL PROTECTED]}" value="{fi:value}" title="{fi:hint}" type="text" and then adding to my description file this: fd:field id="txtNome" class="txt"... But obiusvoly dosn't work... Any suggestion on how to add a class (for my css file) to an input file? Thanx in advance Ciao ROberto

Re: attribute class in input field...

2004-11-02 Thread Roberto
. fi:styling class=myCSSClass/ /ft:widget Kind Regards, Jan Roberto wrote: Dear Sirs, this is what I found in the form-field-styling.xsl file: xsl:template match=fi:field input name=[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]} id=[EMAIL PROTECTED] mailto:[EMAIL

css files...

2004-10-30 Thread Roberto
yles/{1}.css"/ /map:match in my application sitemap let it point under my css folder, but nothing... so what's wrong with me? What should I do. Thanx in advance Ciao Roberto

CForms example...

2004-10-27 Thread Roberto
me spam Registration Name: Name: Email address: Email address: Your age: Your age: Password: Password: Re-enter password: Re-enter password: Send me spamfalse Send me spam Any suggestion, what's wrong? Thanx in advance Ciao Roberto

shutdown Cocoon..

2004-10-20 Thread Roberto
Hya everybody, just a stupid question... how should I shutdown Cocoon in the properly way? I mean, when I start it (win2000) it say to me in a windows to use the SHUTDOWN or CTRL-C but the second seems the "brutal solution"... the problem is that I don't know how to find any shutdown

Classpath

2004-10-19 Thread Roberto
Hya there, would just to understand if I need to set the CLASSPATH enviroment variable to use Cocoon. Let me tell first my configuration: Window2000 PRO :-( Cocoon 2.1.5 JDK 1.4.2 MySQL 4.1 I don't have any Tomcat or whatever. The problem is that I can't connect to the database. I already

Re: Classpath

2004-10-19 Thread Roberto
your words) - Original Message - From: Roberto To: [EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 6:23 PM Subject: Classpath Hya there, would just to understand if I need to set the CLASSPATH enviroment variable to use Cocoon

How to face a project in Cocoon

2004-10-13 Thread Roberto
the xsl that I need check if they works then put they in Cocoon. Is something usual? Any suggestion? Thanx in advance Roberto

again about the sitemap....

2004-10-11 Thread Roberto
sitemap. Thanx in advance for you kind reply Ciao Roberto

Re: run problem in cocoon 2.2

2004-10-06 Thread Roberto
you don't have this maybe something went wrong during installation. If u got everything, well, sorry Im very newbie, so I don't know ... Roberto - Original Message - From: Johnson To: [EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 11:08 AM Subject: r

Re: run problem in cocoon 2.2

2004-10-06 Thread Roberto
Did you copy cocoon/build/cocoon/cocoon.war into tomcat/webapps folder. If you did... well Im sorry I can't help u more Im very beginner.. Ciao Roberto - Original Message - From: Johnson To: [EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 11:58 AM Subject

Re: [Champagne] Cocoon comes in 2nd at Best Practice Award

2004-10-06 Thread Roberto
Well congratulations to you your company as well!! Roberto - Original Message - From: Matthew Langham [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 4:45 PM Subject: [Champagne] Cocoon comes in 2nd at Best Practice Award Hi, A Cocoon

Sitemap

2004-10-05 Thread Roberto
map:matcher.. Thanx in advance... Roberto

commons-lang sources

2004-03-24 Thread Martini Roberto
that the exception must extend SaxException or RuntimeException, but probably this doesn't work well with error-handler because it need an org.apache.avalon.framework.CascadingException. How can I solve this problem? Thanks in advance Roberto

change the NotifyingBuilder

2004-03-24 Thread Martini Roberto
Title: Message Hi everybody Is it possible to change the default NotifyingBuilder (that is DefaultNotifyingBuilder) with a custom NotifyngBuilder? Where can I set up it? Thanks Roberto Martini

Retrieve exception message in error handling

2004-03-19 Thread Martini Roberto
that exception but I can't retrieve the message in it: I would like to chreate a page containing the error message, but I'm only able to send a generic error page becase I don't know how to reach the exception message. Is there a way to do this? Thanks in advance Roberto Martini

[help] access parameters

2003-10-02 Thread Roberto Fornasiero
Could you please help me? I need to access to the user name parameter after the authentication, nut i don't know how. I' ve read many posts but i didn't find what i'm looking for. thanks. Roberto