Jasha Joachimsthal-2 wrote:
>
> Hi,
>
>> -Original Message-
>> From: Smigge [mailto:jogil...@hotmail.com]
>> Sent: maandag 12 januari 2009 16:02
>> To: users@cocoon.apache.org
>> Subject: Serialize with type html removes input tags, why
Hi!
I'm serializing an html document, but for some reason it drops stuff like
this:
Why?
--
View this message in context:
http://www.nabble.com/Serialize-with-type-html-removes-input-tags%2C-why--How-to-fix--tp21416081p21416081.html
Sent from the Cocoon - Users mailing list archive at Nabble
Hi!
I have a pipeline that takes a couple of parameters, does an sql query with
them and returns the result. The problem is that it doesn't work with umlaut
characters. They turn into boxes instead (and causes the sql query to break
the pipeline). However, if I use eg. %C3%A4 to escape ä, it work
I apparently forgot to reply to this. Any way, the latter one worked.
Thanks!
Varga Zsombor wrote:
>
> Hi!
>
> Try this way:
>
>
> request.getParameter("SOAP_URL");
>
> or you should use the xsp-request taglib:
>
>
>
> Zsombor
Hi!
I'm trying to pass a URL to a soap:call. I know how to pass parameters to a
xsp that contains of plain java code, but this doesn't seem to work:
request.getParameter("SOAP_URL");
How can I get the parameter? Of course I could create the xsp file
dynamically, but there
Hi!
I'm trying to put a function inside an xsp:logic element. How is this done?
Normally you have main function in a java class, but here you don't need
one. So how do you make a function there? It has to be possible, right?
--
View this message in context:
http://www.nabble.com/How-to-make-fun
Jasha Joachimsthal-2 wrote:
>
>
>> -Original Message-
> If the transformer is not yet defined in your sitemap or its ancestors
> you'll have to define it in map:components --> map:transformers.
>
> src="org.apache.cocoon.transformation.I18nTransformer">
>
> locatio
Jasha Joachimsthal-2 wrote:
>
>
>
>> -Original Message-
>> From: Smigge [mailto:[EMAIL PROTECTED]
>> Sent: dinsdag 2 december 2008 8:18
>> To: users@cocoon.apache.org
>> Subject: RE: How to set the language for a date?
>&g
Jasha Joachimsthal-2 wrote:
>
>
>
>> -Original Message-
>> From: Smigge [mailto:[EMAIL PROTECTED]
>> Sent: maandag 1 december 2008 15:53
>> To: users@cocoon.apache.org
>> Subject: How to set the language for a date?
>>
>>
>>
I'm using http://exslt.org/dates-and-times for creating dates, but it's
creating the times in my system language. I would like to change this to
English. How can this be done?
I'm also currently using the troublesome way of putting the formats, by
using date:month-abbreviation() and such separate
Hi!
I've used the transformer
to create multiple xml files with one xslt. Is it possible to use this also
to create plain text files? I've tried putting plain text to the route of
the element but then it won't write anything.
--
View this message in context:
http://www.nabble.com/Using-sourc
Andy Stevens-2 wrote:
>
> 2008/11/14 Smigge <[EMAIL PROTECTED]>:
>>
>> Hi!
>>
>> I have an HTML serialization, in which I have a structure just for
>> logging
>> purposes like this:
>>
>>
>> logging stuff
>>
>>
&
Hi!
I have an HTML serialization, in which I have a structure just for logging
purposes like this:
logging stuff
HTML-stuff
However, the logging stuff is visible on the HTML page as well, and I don't
want that. I could make an extra transformer to throw the log-structure
away, but ther
Hi!
No I hadn't. Thanks for pointing that selector out. That was just what I was
looking for! It works now!
"DAVIGNON Andre - CETE NP/DIODé/PANDOC"-2 wrote:
>
> Hi,
>
> Have you tried the resource-exists selector ?
>
>
>
> André
>
>
--
View this message in context:
http://www.nabble.c
I have a match pattern that makes some tests and also reports about the
contents of a file, if the file happens to exist. The problem is that cocoon
crashes if the file doesn't exist. I can see two possible solutions, but
don't know how to implement them
1) having alternative match patterns: when
15 matches
Mail list logo