ImageMap widget

2006-01-08 Thread Peter Sparkes
Hi, Is it possible to get mouse coordinates on MouseOver as well as on clicking. Thank you Peter Sparkes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Caching a Sitemap Resource

2006-01-08 Thread Matt Kendall
Now, if the map:generate src=somecacheablestuff/ is cacheable, and you make a change to the transformer some.xsl, this does not make cocoon invalidate everything. The part getCVS is still valid cached stuff. Hah, you know, I didn't even think of doing it that way. I'll try calling an

Is it possible in cocoon to log all internal sitemap calls

2006-01-08 Thread Ard Schrijvers
So for example, I am having something like: map:match pattern=index.html map:aggregate element=root map:part element=one src=cocoon:/somehard2readpipe/{source:keyword}/{session-attr:loginname}/ map:part element=two

Re: Is it possible in cocoon to log all internal sitemap calls

2006-01-08 Thread Tim Williams
On 1/8/06, Ard Schrijvers [EMAIL PROTECTED] wrote: So for example, I am having something like: map:match pattern=index.html map:aggregate element=root map:part element=one src=cocoon:/somehard2readpipe/{source:keyword}/{session-attr:loginname}/

Re: ImageMap widget

2006-01-08 Thread Bob Harner
Please describe more of what you're trying to accomplish. Mouseover events are a client-side thing and don't get sent to the server cocoon unless you have some javascript that explicitly does that. But if you're just asking about how to get mouseover coordinates in client-side javascript,

Re: ImageMap widget

2006-01-08 Thread Peter Sparkes
I wanted to use the mouse coordinates within an image in my cocoon flow script. However I realised after sending my email, as you rightly pointed out, that mouseover events are client side only. Thank you Peter Sparkes Bob Harner wrote: Please describe more of what you're trying to

Re: delete a file

2006-01-08 Thread christian bindeballe
Ard Schrijvers schrieb: Souds you are talking about a forum where reactions can be placed which expire after some time. Typically, this is relational stuff, where you query for fora which fall within a certain date. But anyway, in your case, if you really want to go along the way you

JXTemplate problem

2006-01-08 Thread christian bindeballe
Hello again, I am trying to access xml-elements in a xml-file that is called from within a pipeline by a JXTemplateGenerator. The pipeline is called from a Flowscript. cocoon.sendPage(foo-pipeline, form.getXML()); 1) the data contained inside the 'form.getXML() ' is in a BizData Object,

Loading Java Classes through FlowScript

2006-01-08 Thread mike rowse
Hey. I am not a java programmer generally (although I understand enough syntax to be able to get by). I am currently starting to learn how to extend cocoon through additional java programming (as I'm going to have to wrap some one elses java work to be used through cocoon). With this in mind I

Re: Loading Java Classes through FlowScript

2006-01-08 Thread Kris Schneider
Two quick suggestions: Try putting the class in a package and make it public: package ca.mcmastermm; public class TestClazz { ... } On 1/8/06, mike rowse [EMAIL PROTECTED] wrote: Hey. I am not a java programmer generally (although I understand enough syntax to be able to get by). I am

how to up my cocoon after my lenya success??

2006-01-08 Thread zulhisham abu nawar
how to up my cocoon after my lenya success?? -- ::)- mister ijoi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to running cocoon after lenya installed on my server??

2006-01-08 Thread zulhisham abu nawar
i On 1/7/06, Antonio Gallardo [EMAIL PROTECTED] wrote: zulhisham abu nawar wrote: How to running cocoon after i already running lenya Can you explain more want you want to do? i already installed lenya 1.2.4 with cocoon 2.1.7 and jakarta tomcat 5.0.28. So now what should i do to install

Re: How to running cocoon after lenya installed on my server??

2006-01-08 Thread zulhisham abu nawar
On 1/9/06, zulhisham abu nawar [EMAIL PROTECTED] wrote: i On 1/7/06, Antonio Gallardo [EMAIL PROTECTED] wrote: zulhisham abu nawar wrote: How to running cocoon after i already running lenya Can you explain more want you want to do? i already installed lenya 1.2.4 with cocoon 2.1.7

RE: Error message handling in repeater rows

2006-01-08 Thread Derek Hohls
Vica Not sure what you mean by hiding. In the end, I decided to drop the: fd:field id=dsmessage required=false from inside of the repeater, and just handle all the messages in the outer: fd:field id=message required=false I would still like to know how to do this, though... an example

error : setState is not a function

2006-01-08 Thread Myriam Delperier
Hi, i've got a problem in my bindinf file. I need to change the state of my widget like this : fb:javascript id=code path=@id fb:load-form var v= jxpathPointer.getValue(); widget.setValue(v); if (v!=){ widget.setState(Packages.org.apache.cocoon.forms.formmodel.WidgetState.OUTPUT); }