You might give this a try:
xquery version "1.0";
(: $Id: get-children-rubriques.xq 12373 2008-10-15 14:41:34Z pdechandol $ :)
(: XQuery qui retourne la collection de notices Bmgexporub liée à une
notice parent :)
let $rubriques :=
fn:collection('Bmgexporub')/record[lien_rubrique_parent='Bm
ng
requirements I'm willing to check how you could accomplish this using C3.
Would be a nice exercise for myself as well.
Robby
From: Lars Huttar [mailto:lars_hut...@sil.org]
Sent: Wednesday, March 21, 2012 9:05 PM
To: users@cocoon.apache.org
Cc: Robby Pelssers
Subject: Re: [C3] Working with a
in the server configuration provocate it.
:-((
Le 13 mars 2012 à 12:56, Robby Pelssers a écrit :
Of course it can. But to get an answer to that question I advise you to check
the known bugs list of chrome itself. Did you already inspect the generated
(x)html using chrome developer or f
Hi Lars,
Can you explain what is the difference between mysite and mywebapp?
Just checking because I'm not sure if mysite is a cocoon block in this case. I
can tell you sth about our current setup.
First of all our projects are situated in the same folder so any project
referencing the parent
n.mika
What I meant that know the exception is 'resource not found' instead 'file not
found'
14.3.2012 21:52, Robby Pelssers kirjoitti:
No... we're not getting closer. We should have been there if you paid attention
;-)
Using the cocoon:// protocol you should have bli
M Lehtonen [mailto:m...@digikartta.net]
Sent: Wednesday, March 14, 2012 8:41 PM
To: users@cocoon.apache.org
Subject: Re: pipeline in flowscript
getting closer!
No pipeline matched request: registration2.mika
14.3.2012 21:35, Robby Pelssers kirjoitti:
Try
var form = new Form("cocoon://re
istration.mika"); doesn't work
var form = new Form("forms/registration2.xml"); does work
- mika -
14.3.2012 20:39, Robby Pelssers kirjoitti:
Hi Mika,
I can reassure you that this is possible. Most use cases have a static form
definition and you can bind d
Hi Mika,
I can reassure you that this is possible. Most use cases have a static form
definition and you can bind data from your database to the widgets declared in
this form definition. Hack, you can even use repeaters to get some dynamic
behavior or even create form definitions on the fly but
sources are deployed.
So I suppose something in the server configuration provocate it.
:-((
Le 13 mars 2012 à 12:56, Robby Pelssers a écrit :
Of course it can. But to get an answer to that question I advise you to check
the known bugs list of chrome itself. Did you already inspect the
lates.
Is there new known problems with Google Chrome or Safari ?
This problem didn't exist a week ago.
Could it be generated by a Chrome update ?
Patricia
Le 13 mars 2012 à 11:56, Robby Pelssers a écrit :
Could you perhaps isolate the problem into the smallest reproducible scenario
and
Could you perhaps isolate the problem into the smallest reproducible scenario
and share this sample code (form definition / flowscript / jxtemplate).
Which version of Cocoon are you using by the way?
Robby
From: Patricia Déchandol [mailto:pdechan...@ajlsm.com]
Sent: Tuesday, March 13, 2012 11:
Hi Jos,
Just speaking for myself here but the parent pom is mostly a pom that you just
reference because it contains a list of dependencies including the version
numbers. That way you just have to include any dependencies you need in your
pom's referencing this parent pom and you can leave out
Original Message-
From: Lars Huttar [mailto:lars_hut...@sil.org]
Sent: Thursday, March 08, 2012 10:10 PM
To: users@cocoon.apache.org
Cc: Robby Pelssers
Subject: Re: parent of parent artifact?
Thanks, that's very helpful!
We have a lot of what we call "applications" that run si
etypes, merely using them as shown
in the previous mails. It will generate some skeleton maven projects for you.
Any further questions?
Robby
-Original Message-
From: Lars Huttar [mailto:lars_hut...@sil.org]
Sent: Thursday, March 08, 2012 6:58 PM
To: users@cocoon.apache.org
Cc: Robby
Sent: Thursday, March 08, 2012 4:24 PM
To: users@cocoon.apache.org
Cc: Francesco Chicchiriccò; Robby Pelssers
Subject: Re: [C3] Working with archetypes [Was Re: parent of parent artifact?]
Thank you both, Francesco and Robby. I will be looking through these two
sets of instructions (hopefully no
I still don't understand why you need 1 single component to do all the heavy
lifting though. The power of Cocoon in my opinion is to have all these
components work together to get the job done.
For the zipping I still advise to use the zipserializer and inject any entries
pointing to whatever o
Hi Jos,
I know you're using C3. But your requirements are not yet completely clear to
me.
So the user fills in some form and on submit some pipeline is invoked that
generates some report. Is that report XML, PDF, or plain XHTML?
And instead of sending that report to the browser you want it zi
Notes Cocoon 3 quick start guide:
Check out latest sources from trunk. In my case i checked them trunk out to
c:/development/workspaces/cocoon3/trunk
Next change directory into that folder and run mvn install:
nxp10009@NXL01262 /c/development/workspaces/coc
: Robby Pelssers
Subject: Re: parent of parent artifact?
Robby,
You're right, there is a parent folder after all. Sorry.
So I wonder what the error means, and how to fix it?
Yes, I checked out from http://svn.apache.org/repos/asf/cocoon/cocoon3/trunk
r1171608
That's last September. Mayb
Hi Lars,
The error is related to the cocoon.archetype-parent but there is indeed one
master pom in a folder called parent. You can see check that it's there in SVN.
PS. I don't think you need to checkout the archetypes first of all. They are
projects which allow you to easily generate some ki
Hi Jasha,
Matching is not the issue for him I think. You're right that he can easily
match on both .BMP and .bmp but there are some open ends to this:
- Is the actual file extension using (always?) lower or uppercase?
- Is there any direct support in the sitemap to translate
Hi Joseph,
Which version of cocoon are you using?
If you're using C2.2 you could for instance add a flow controller to capture
the extension and translating it to lowercase or uppercase.
I think the most important task is to standardize usage of extensions in your
project (always store files e
Are you using cocoon2.1 or 2.2? From the stacktrace I can make out you're
using flowscript and you're using continuations as well. The problem is that
these continuations time out after some time which will result in the
stacktrace you see below. What you could do is catch this continuation
e
Not sure if your setup is working like the sample below, but you can easily
pass a parameter which you extract from the URI or just pass a request parameter
Example 1:
Example 2:
Kind regards,
Robby
-Original Message-
From: Paul Joseph [mailto:pjos...@gmail
result tree)
On 7 December 2011 11:22, Robby Pelssers
mailto:robby.pelss...@nxp.com>> wrote:
Hi guys,
When using the jx:template generator I noticed (actually on regular occasions)
it leaves behind xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";
After googling a bit
Hi all,
First of all I would like to express my gratitude to all who have put their
faith in me. And I'm extremely excited to have been given this opportunity
which I will accept with proud.
Secondly I would like to give a short introduction about myself. My name is
Robby Pelssers, bo
Hi guys,
When using the jx:template generator I noticed (actually on regular occasions)
it leaves behind xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";
After googling a bit around I noticed people having the same issue:
http://marc.info/?l=xml-cocoon-users&m=118064449609598
But cleaning
I agree. Although flowscript's continuations can be useful they do tend to
claim lots of resources and as a cocoon beginner it might make more sense to
jump onto the C3 wagon from the start. I think it offers a easier learning path
although from (advanced --> writing custom components) documenta
You first might want to read this thread and let me know if it still applies.
http://old.nabble.com/memory-leak-in-PoolableProxyHandler-td29023190.html
Robby
From: Matthias Müller [mailto:pym...@yahoo.de]
Sent: Tuesday, November 22, 2011 3:52 PM
To: users cocoon.apache.org
Subject: [C2.2] Bad p
t;/my/path/to/element";
var result = cocoon.getComponent('XPathEvaluator').evaluate(inputStream, xpath);
Thanks again, Matthias
____
Von: Robby Pelssers
An: Matthias Müller ; "users@cocoon.apache.org"
Gesendet: 16:22 Donnerstag, 17.Novembe
I actually had a similar need the other week and while I have used some
XML-JAVA mappers like Castor and XStream in the past I decided to try another
approach where I generated JSON which can be used from flowscript:
/** flowscript function to generate the pdf **/
function json2Object(json) {
There are many ways to accomplish this but below a possible approach:
/ Java Component to extract the filename **/
public interface FileNameExtractor {
public String getFileName(String id);
}
public class PrototypeFileNameExtractor implements FileNameExtractor {
public String getF
e html in the
static dir and see if it works.
-Jose
From: Robby Pelssers [mailto:robby.pelss...@nxp.com]
Sent: Monday, November 14, 2011 3:08 PM
To: users@cocoon.apache.org
Subject: RE: outputing html
Yep. That would also be possible.
Actually, if you tell us a bit more how and where the files ar
(no valid xml) and you don't need to transform
it, you can also do
On 14 November 2011 20:57, Robby Pelssers
mailto:robby.pelss...@nxp.com>> wrote:
Kind regards,
Robby
-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu<mailto:blan...@umich.edu&
Kind regards,
Robby
-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu]
Sent: Monday, November 14, 2011 8:55 PM
To: users@cocoon.apache.org
Subject: outputing html
I think this is a very simple question. I have an html page I would like
cocoon to output. So I'm think
*****
But I now am facing the same nullpointer exception as in the link above.
Anyone some usefull input on this matter?
Cheers,
Robby Pelssers
cript code.
This makes me think to another problem : how javascript libraries (manipulating
DOM document) is supported by the different navigators ?
Using , to treat my forms, implies to be navigator dependent.
Patricia
Le 8 nov. 2011 à 16:27, Robby Pelssers a écrit :
> Not sure how the f
Not sure how the fb:insert-node solution works but you might get away using the
cinclude transformer.
If you would generate or insert this tag into the xml you generate and next
would run the cinclude transformer over the resulting xml
The xml would get inserted at that point.
Robby
-Or
Hi Andre,
Are you sure these @Path annotations are correct?
In your sitemap you specify the pattern "create/image/creator/*"
In your component I see following annotations
@Path("/image")
public class ImageResource
@POST
@Path("/creator/{id}")
@Consumes(MediaType.MULTIPART_FORM_DA
At least this tells you that the default file generator receives the parameter
correctly as default the filegenerator will look for the file starting with
COB-INF as root folder.
Robby
-Original Message-
From: Andre Juffer [mailto:ajuf...@cc.oulu.fi]
Sent: Monday, November 07, 2011 12:
Have you tried:
Robby
-Original Message-
From: Andre Juffer [mailto:ajuf...@cc.oulu.fi]
Sent: Monday, November 07, 2011 11:57 AM
To: Cocoon Users
Subject: [ cocoon3 ] map parameters
Hi,
I have the following pipeline in a sitemap of some block. This pipeline
is called by other blocks
He should have known that ;-)
For all I know this is still Java
Criteria criteria = null;
While this is the javascript version:
var criteria = null;
Robby
-Original Message-
From: Paul Joseph [mailto:pjos...@gmail.com]
Sent: Tuesday, October 25, 2011 11:41 AM
To: users@cocoon.a
Hi Paul,
You would definitely come to that conclusion. But maybe it's worth taking a
look at your own code that gets executed to render that single page. Do you see
anything fishy? If not did you try any java profiler to find out which class
is responsible for the memory consumption? It woul
ocoon 2.1.11 (should have mentioned
earlier, that's what I am using.)
On 10/21/2011 8:44 AM, Robby Pelssers wrote:
> For what it's worth... check this thread and see if this applies:
> http://www.mail-archive.com/users@cocoon.apache.org/msg45665.html
>
> Robby
>
> -O
For what it's worth... check this thread and see if this applies:
http://www.mail-archive.com/users@cocoon.apache.org/msg45665.html
Robby
-Original Message-
From: Paul Joseph [mailto:pjos...@gmail.com]
Sent: Friday, October 21, 2011 2:42 PM
To: users@cocoon.apache.org
Subject: scaling pr
Hi guys,
For the ones interested...
I wrote a new article showing a nice mix of Cocoon, Xquery and XSLT
extensions available at
http://robbypelssers.blogspot.com/2011/09/power-of-apache-cocoon-xquery-and-xslt.html
Cheers,
Robby Pelssers
Hi Serge,
Nice to hear you managed to resolve your own question. I see you are actually
using an XML document as your datasource. I never had this particular use case
so I never used the binding functionality.
Thx for sharing your solution. I'm sure others will benefit from this.
Robby
Fro
Hi Andre,
I found some example online but I haven't tested it personally. The example the
syntax how to iterate
$orders: {order|
Order $order.OrderId$
}$
Let me know if that works out for you.
Robby
-Original Message-
From: Andre Juffer [mailto:ajuf...@cc.oulu.fi]
value in MultiValueField widjet
Hello Robby!
Sorry for my English.
I mean, how to mark some values from values presented as "selected"?
For fd:field I use fd:initial-value. But I don't know how to set initial-value
for fd:multivaluefield.
2011/9/19 Robby Pelssers mailto:robby.pelss..
;
//now to lookup a widget you do sth like this
var mymultivaluewidget = formWidget.lookupWidget("replace_this_by_widget_id");
mymultivaluewidget.setValues(somevalues);
Hope this helps,
Robby Pelssers
-Original Message-
From: Сергей Алешин [mailto:fkt...@gmail.com]
Sent: Sunday,
org.springframework
spring-test
${spring.version}
test
So what could be wrong with our current config?
Kind regards,
Robby Pelssers
et my money on Cocoon3
(which does not even have a stable version yet) or wait for a new version of
Cocoon2.2 which might never see daylight.
Ps. If anyone could already give the steps to take to do it ourselves we would
be very thankfull.
Kind regards,
Robby Pelssers
Hi Brecht,
I checked out the Cocoon sources from SVN and applied the patch locally and
installed the module in our repo. I mailed you my patched version of the jar.
Kind regards,
Robby
From: Brecht Schoolmeesters [mailto:brecht.schoolmeest...@zappware.com]
Sent: Wednesday, September 14, 2011 12
Hi Brecht,
Just wondering how large the data is you are processing. We have a cocoon 2.2
app running stable with 512mb of memory. And I’m pretty sure it even uses less
memory after we solved a memory leak. Check this thread
http://old.nabble.com/memory-leak-in-PoolableProxyHandler-td29023190.
Hi Lars,
if you take a look at the cocoon-sitemap module you will see all supported
nodes:
- act
- error
- generate
- match
- otherwise
- parameter
- pipeline
- pipelines
- read
- select
- serialize
- sitemap
- transform
- when
So I think you're good to go with C3.
Kind regards,
Robby
-O
Hi,
Are my following assumptions right?
- setConfiguration is typically used when using sitemap
- but for setup(params) method the API states that this is the shared
map for all components... so it should not be called directly
but it gets indirectly called when executing pi
My mail to @dev did not reach the mailinglist so trying again.
Hi Simone,
I have one question to the current interface of Pipeline. I know you wrote a
SAXPipelineBuilder to allow chaining.
But it would have been much nicer if the Pipeline interface itself would have
been chainable.
void ad
Just wanted to share that i'll be diving into Cocoon3 as well in the next few
months. And i'll share my experience starting today:
http://robbypelssers.blogspot.com/2011/07/cocoon-30-and-xml-db-api.html
Kind regards,
Robby
-
T
obby,
have you checked this page [1]? I'm not sure if this is the same
component, but is might lead you further.
[1] http://wiki.apache.org/cocoon/ValidationTransformer
Jeroen
On Mon, Jun 20, 2011 at 3:24 PM, Robby Pelssers
wrote:
> Hi all,
>
> i am trying to use the validating tra
could move the "work" to a separate pipeline,
serialize that to p-topic in "basictype/*/*/*" and serialize that to HTML in
"topic2xhtml/**".
Hartelijke groet,
Huib Verweij.
Op 17 jun 2011, om 13:18 heeft Robby Pelssers het volgende geschreven:
>
> Hi all,
Hi all,
i am trying to use the validating transformer with a DTD but can't get it to
work.
I already took a look at the source and found this block of code in
http://svn.apache.org/repos/asf/cocoon/trunk/blocks/cocoon-validation/cocoon-validation-impl/src/main/java/org/apache/cocoon/components/
ut for the
topic2xhtml/** pattern
It looks like the class attributes which should be added by the DTD are not
added in use-case (a) which is why the transform fails.
Any insight is appreciated.
Kind regards,
Robby Pelssers
-
-5-2011 15:37
Aan: users@cocoon.apache.org
Onderwerp: Re: validating xml
Hi Robby,
Am 14.04.11 13:43, schrieb Robby Pelssers:
> Hi all,
>
> i've got an interesting use case where my starting point is XML data (could
> be 1 single file, aggregated xml data, xquery results, ...)
>
though. I would add some extra logging
statements to that xsp just for debugging purposes to find out what line is
causing the nullpointer and start investigating from there. And you can safely
replace the original xsp back after you're done.
Robby
-Oorspronkelijk bericht
ullPointerException Version 1.5
Hi Sam,
Have you received the below mail??
Your mail id is not in this distribution list. So I just forwarded to u.
Regards,
Aarthi.
-Original Message-----
From: ext Robby Pelssers [mailto:robby.pelss...@ciber.com]
Sent: Wednesday, April 27, 201
ameterName, parameterValue);
}
}
Thx for all the help.
Robby
-Oorspronkelijk bericht-
Van: Robby Pelssers [mailto:robby.pelss...@ciber.com]
Verzonden: wo 27-4-2011 12:53
Aan: users@cocoon.apache.org
Onderwerp: RE: how to access post parameters from sitemap
Ok...
I'm facing
missing something?
Anyone some pointers here?
Cheers,
Robby
-Oorspronkelijk bericht-
Van: Robby Pelssers [mailto:robby.pelss...@ciber.com]
Verzonden: wo 27-4-2011 12:30
Aan: users@cocoon.apache.org
Onderwerp: RE: how to access post parameters from sitemap
Hi Thorsten,
that is exact
First question that comes to my mind: Would it be possible for you to test on a
plain tomcat instance and see if you get the same nullpointer? If it works
fine there you already have some idea on where to continue the investigation.
Robby
-Oorspronkelijk bericht-
Van: Johnson, Samuel
ow to access post parameters from sitemap
On Wed, 2011-04-27 at 12:03 +0200, Robby Pelssers wrote:
> Hi Luca,
>
> thx for the reply... That was indeed the first option for me to consider.
> Unfortunately this solution will not work for me since I setup a highly
> generic pipe
and...@ieee.org]
Verzonden: wo 27-4-2011 11:29
Aan: users@cocoon.apache.org
Onderwerp: Re: how to access post parameters from sitemap
On 04/26/2011 04:10 PM, Robby Pelssers wrote:
>
> When I post to this url firebug shows the id's are posted just fine. But when
> I debug the querySt
Hi all,
I have setup a pipeline which currently is able to handle requests fine using
RequestModule from
http://wiki.apache.org/cocoon/InputModules
An example url would be
http://localhost:/search/results/basictype_in_category?id=PH3330L&id=PH3030AL
sitemap.xmap:
I'm not sure how to retrieve filename in your case but below you can find a
working sample of how to set the filename of attachment from flowscript:
function downloadZIP(viewData) {
//we have to change the filename of attachment
var response = cocoon.respon
as rootnodes for
validation.
Would this approach work?
Kind regards,
Robby Pelssers
-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org
for me. The fop
block uses fop-1.0, batik block uses batik-1.7.
You can get it from http://www.megaupload.com/?d=KUCDZ3XE , hope it
works for you.
Faw
On 3/1/2011 6:15 AM, Robby Pelssers wrote:
> Hi all,
>
> I was wondering if someone had some notes on configu
help or usefull pointers are appreciated.
Cheers,
Robby Pelssers
-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org
Hi all,
I have a question related to following use case:
I convert the contents of a few xml files into a DITA map and topics. I already
have a pipeline which writes the map and topics to disc. A colleague of mine
customizes the DITA toolkit stylesheets to our needs.
Now I want the user to
Hi all,
seems like it yes... nice.. saves us a lot of time ;-)
Thx for the quick response guys.
Robby
-Oorspronkelijk bericht-
Van: Myles Byrne [mailto:bohmb...@gmail.com]
Verzonden: ma 21-2-2011 10:28
Aan: users@cocoon.apache.org
CC: Huib Verweij
Onderwerp: Re: ValidationReportTransfo
For all I know you're using the forEach incorrect.
should be
Unless you really intended to show the varStatus?!
Kind regards,
Robby Pelssers
-Oorspronkelijk bericht-
Van: Peter Molnar [mailto:mp...@nanasoft.hu]
Verzonden: za 19-2-2011 16:42
Aan: users@cocoon.apach
2
So if anyone already is using this... let me know.
Kind regards,
Robby Pelssers
-Oorspronkelijk bericht-
Van: Myles Byrne [mailto:bohmb...@gmail.com]
Verzonden: do 17-2-2011 15:11
Aan: users@cocoon.apache.org
Onderwerp: ValidationReportTransformer in 2.2?
Hi all,
Has anyone got the ol
Hi Javier,
I implemented the noncaching by default and i will deploy to our production
server soon... I'll keep you informed if it resolves my issues. I think
performance is still quite ok...
Kind regards,
Robby Pelssers
-Oorspronkelijk bericht-
Van: Javier Puerto [mailto
out the performance without any caching and check if I
can live with it... if so it will at least solve my corrupted cache issue.
I sincerely look forward to any advise.
Kind regards,
Robby Pelssers
-
To unsubscribe, e-mail
:
E.g.
com.mycompany
block1
1.0-SNAPSHOT
Kind regards,
Robby Pelssers
-Oorspronkelijk bericht-
Van: Patrick Etienne [mailto:patrick.etie...@library.gatech.edu]
Verzonden: do 27-1-2011 22:06
Aan: users@cocoon.apache.org; us...@tomcat.apache.org
Onderwerp: Trouble
importClass(Packages.java.util.ArrayList);
function search() {
var list = new ArrayList();
...
}
Kind regards,
Robby Pelssers
-Oorspronkelijk bericht-
Van: Des Magner [mailto:d...@icandriveatractor.com]
Verzonden: zo 23-1-2011 1:25
Aan: users@cocoon.apache.org
Onderwerp: Adding
ade a few changes to
cocoon-fop-ng-impl and made a cocoon-batik-ng-impl and got it working.
You can get the source for both blocks from:
http://www.megaupload.com/?d=KUCDZ3XE
Faw
On 1/12/2011 8:55 AM, Robby Pelssers wrote:
> Hi all,
>
> i was wondering if somebody already managed to u
Hi all,
i was wondering if somebody already managed to use fop1.0 with Cocoon2.2 and
can he share some notes on how-to or is this already documented somewhere?
Kind regards,
Robby Pelssers
-
To unsubscribe, e-mail: users
// return control program to
es.clickonline.transformation.Transformer
return this.parseXmlStringReader(document.toString(),false);
in this moment the remote url return html code and printed in myecl
A vague question if you ask me...
What version of cocoon are you using by the way? 2.2?
Let's assume you have one of 2 options below configured in your sitemap:
You would invoke option 1 like:
http://localhost:8080/mywebapp/myblock/mypage.html?id=1040
option 2 can be in
regards,
Robby Pelssers
-Oorspronkelijk bericht-
Van: Fawzib Rojas [mailto:f_ro...@spectron-msim.com]
Verzonden: wo 3-11-2010 13:29
Aan: users@cocoon.apache.org
Onderwerp: Re: Cocoon 2.2 block+sitemap question
I have a webapp (war) that we use at our company it has a few blocks
(let say
I have a more urgent question to you...
why would you want to sometimes not include block-b??? I think your design
should be reconsidered drastically because this makes no sense to me... so i'll
await your reponse for a good reason ;-)
Robby
-Oorspronkelijk bericht-
Van: Fawzib Rojas
nto:
function demo() {
var demoBean = cocoon.getComponent("demo");
demoBean.setName("Robby Pelssers")
cocoon.sendPage("screens/spring-bean",
{
"message" : demoBean.message,
"name": demoBean.name
Ok... I did quickly checkout the sample block and you're right.
The only problem is in the spring-bean.jx.xml
com.nxp.spider2:blocktest
#message
should become
com.nxp.spider2:blocktest
#{message}
Kind regards,
Robby Pelssers
-Original Message-
From: Will
Normally your pom will have dependency on the servlet-api assuming it will be
provided.
javax.servlet
servlet-api
2.4
provided
Somehow this does not seem the case for you. Can you check if the
{tomcat-home}/lib contains the servlet-api.jar?
Robby
ebapp/block/
*) Did you make sure you have declared a dependency on the block in your webapp
project?
*) It's best to disable the reloading classloader when deploying as a war. Use
it only while developing for quick prototyping
Kind regards,
Robby Pelssers
-Oorspronkelijk bericht
direction.
Cheers,
Robby Pelssers
-Oorspronkelijk bericht-
Van: Ron Van den Branden [mailto:ron.vandenbran...@kantl.be]
Verzonden: wo 29-9-2010 11:11
Aan: users@cocoon.apache.org
Onderwerp: form encoding issues
Hi,
I'm stumbling on a character encoding issue (cocoon-2.1.10) and r
NXP Semiconductors Sales & Marketing organisation and particularly the Global
Brand & Experience department
is looking for an experienced developer in the area of Content Management, xml
dB's & transformations.
As NXP is working hard on the next steps of a Dita xml environment they are
looki
Maybe it would be helpfull to post the flow.js and let us know what line is
causing the exception.
Kind regards,
Robby Pelssers
-Oorspronkelijk bericht-
Van: Jenna Bryant [mailto:jbry...@ms.k12.il.us]
Verzonden: do 16-9-2010 1:19
Aan: users@cocoon.apache.org; users@cocoon.apache.org
exact same code.
function MultipleDownload() {
this.form = new Form("cocoon://multipledownloadform");
this.form.showForm("multipledownload");
}
Anyone some idea of why i'm getting this
org.mozilla.javascript.JavaScript
/2010 8:31 AM, Robby Pelssers wrote:
> I'm generating an html table using Chinese characters and i set the encoding
> and mimetype as follows:
>
> var response = cocoon.response;
> response.setContentType("application/vnd.ms-excel; charset=utf-8&
Ok... i found the solution:
I had to add following META as well to the generated html:
Robby
-Oorspronkelijk bericht-
Van: Robby Pelssers [mailto:robby.pelss...@ciber.com]
Verzonden: ma 13-9-2010 14:31
Aan: users@cocoon.apache.org
Onderwerp
ing the correct encoding?
I know this question is a bit of topic but maybe somebody else ever faced and
solved this issue.
Kind regards,
Robby Pelssers
-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org
101 - 200 of 547 matches
Mail list logo