Re: Redirect to port?

2004-12-01 Thread Upayavira
Lincoln Mitchell wrote: I want the user to not see the port number : in the URL. Can I do this from Cocoon? If so how? Run it with Apache mod_proxy. See http://wiki.apache.org/cocoon/ApacheModProxy You run Apache on port 80, and have it forward to Jetty on port 8080 or , as described

RE: HttpResponse.sendRedirect vs. ResponseWrapper

2004-12-01 Thread robby . pelssers
Hi Ralph, following code didn't work: HttpResponse httpResponse = (HttpResponse)ObjectModelHelper.getResponse(objectModel); I get a java.lang.ClassCastException, because ObjectModelHelper.getResponse(objectModel) returns a org.apache.cocoon.environment.wrapper.ResponseWrapper What should i do

Re: [CForms] Losing identity values in repeater. Please help!

2004-12-01 Thread Joerg Heinicke
On 01.12.2004 08:46, [EMAIL PROTECTED] wrote: fb:repeater id=appointments parent-path=. row-path=lists/appointments fb:identity fb:value id=ID path=id/ Additionally I have added direction=save to my ID fields, ?? Shouldn't this be direction=load ? Of course. Sorry. so that they

Re: detect that a session has expired (how to?)

2004-12-01 Thread Paul Joseph
Thank you Benoit, appreciate it! I think the approach you used with cleaning up the files *should* work for me. rgds Paul --- Benoit Deshaies [EMAIL PROTECTED] wrote: Have a look at HttpSessionListener. This requires modifing the web.xml if I remember. Also, in the past, I had an

RE: [CForms] Losing identity values in repeater. Please help!

2004-12-01 Thread H . vanderLinden
Of course. That's what fd:output and direction=load in the binding ensure. I have it working this way. I gave in and created an add method on my root bean adding the name of the list as parameter. I was kind of fed up figuring out if parent=lists row=appointments would also work. After all, it

Re: bored with *talks* about docs (was: New documentation project?)

2004-12-01 Thread David Crossley
Joerg Heinicke wrote: [EMAIL PROTECTED] wrote: OK, I'll sing a chorus. As it happens, I spent the weekend constructing documentation on the Cocoon Portal, trying to fill in some holes and allow for people who aren't familiar with Cocoon and the pipeline paths specific to the Portal. Still a ways

RE: textarea in stylesheet problems

2004-12-01 Thread H . vanderLinden
Hi, I'm not sure what you mean with: html appearing in the textarea itself when it has no content to display. Could you elaborate? Also, last week the HTMLarea sample in the SVN branche was extended and updated to include some of the issues discussed. Have you checked it? Bye, Helma

Flow confusion: dealing with continuation ID's?

2004-12-01 Thread Sandor Spruit
Folks, Flow has me puzzled a bit. I'm creating several HTML pages to be served by a flowscript. I'm used to writing XML that gets rendered as HTML by a stylesheet. So I expect I can access the continuation-ID from within XSLT because I want to use it as a FORM-action. Is it just me, or is this

Siegfried Haltemeyer/INTERN/o2-Germany ist außer Haus.

2004-12-01 Thread Siegfried . Haltemeyer
Ich werde ab 01.12.2004 nicht im Büro sein. Ich kehre zurück am 15.12.2004. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. Meine Vertretung übernehmen Daniel Bartl und Drasko Kokic. - To unsubscribe, e-mail:

Concatenation of variables in JXTemplate

2004-12-01 Thread Laurent Perez
Hello I have the following declarations in my jx template : jx:set var=b value=bean/ jx:set var=l value=${lang}/ Now I would like to access a bean property using ${bean.l} (call it a 'dynamic property'). For example when l = foo, I would like to access ${bean.foo}, but I don't understand how to

Portal - Event Handling

2004-12-01 Thread Tim.Holloway
I could use a little enlightenment on Portal Events. I've got a nice little coplet that allows the creation of simple layouts in much the same way as the layout utility in the original Portal-FW block does. Functionally, it's fine, but it suffers from a seperation of concerns issue which not

RE: [HOW-TO] Build and deploy Cocoon with Maven

2004-12-01 Thread eric . jacob
Hi all, I read a lot of mails asking how to integrate Maven with Cocoon. In fact, there was a discussion on the mailing list about this last week (http://marc.theaimsgroup.com/?t=11011468765r=1w=2) and Ive summarized the options on the Wiki:

XMLSerializer replaces whitespaces with #9;

2004-12-01 Thread Stefan Pietschmann
Hi, i'm having a problem with the XMLSerializer: Instead of the correct indentation of my xml files it inserts #9; for each whitespace (after linebreaks I think). The source of an xHTML-file which is returned now looks like this: . #9;#9;table #9;#9;#9;tr #9;#9;#9;#9;td width=75

RE: Portal - Event Handling

2004-12-01 Thread Tim.Holloway
-Original Message- From: Ralph Goers [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 2:08 PM To: [EMAIL PROTECTED] Subject: Re: Portal - Event Handling I'm very confused. Where is your generator used? In the pipeline that retrieves the layout portal.xml file? As I

Re: XMLSerializer replaces whitespaces with #9;

2004-12-01 Thread J.Pietschmann
Stefan Pietschmann wrote: Instead of the correct indentation of my xml files it inserts #9; for each whitespace (after linebreaks I think). #9; denotes a TAB character. The source of an xHTML-file which is returned now looks like this: ... #9;#9;table ... Of course this messes up everything (apart

Boston Cocoon Users Group -- Meeting 9 December

2004-12-01 Thread Brad Kain
We would like to announce the formation of the Boston Cocoon Users Group. Individuals representing developers and organizations building Cocoon-based systems met on 22 November 2004 to organize this group. (See the minutes of this meeting.) The objective for the Boston Cocoon Users Group is to

Integrating FO Conveter from XMLMind with cocoon 2.1.5.1

2004-12-01 Thread Per Christian Engdal
Hi, I would like to know if there is anybody that have integrated the FO converter from XMLMind (www.xmlmind.com) with cocoon. How should this be done ? Thanks ! Regards, Per-Chr.

http request vs cocoon request object

2004-12-01 Thread Mike Casey
Hi there, I am currently writing some logs using the cocoon object and the FOM_Session, FOM_Request and FOM_Log objects. I need to log a number of users details from the request but have been getting back null results when I do this. In particular, I have been getting null results on things like

AW: XMLSerializer replaces whitespaces with #9;

2004-12-01 Thread Stefan Pietschmann
Indeed it does denote the Tab character, but when saving an xml profile I don't want a normal indented xml file to be full for those entities. It's really messy. Apart from that if the #9; is placed within the style part of an html document browsers do have problems interpreting the CSS. There

RE: ExceptionSelector: Exception Not Unrolling

2004-12-01 Thread Kist, Paul
Any idea on this one? -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 3:01 PM To: [EMAIL PROTECTED] Subject: Re: ExceptionSelector: Exception Not Unrolling On 30.11.2004 20:51, Kist, Paul wrote: Hello everyone, I am using the

Re: accessing flowscript parameters in a sitemap RESOLVED

2004-12-01 Thread Jan Hinzmann
:o) thx to Yatin Shah and his post here: http://www.mail-archive.com/dev@cocoon.apache.org/msg11753.html my problem is solved. maybe someone puts this in the wiki?? gn8 everyone floscript- function enricheXML(urnforthexml){

calendar widget drop down obscured by dropdowns

2004-12-01 Thread Paul Joseph
Hi, I am using Cocoon 2.1.5.1 and find that the Calendar widget's dropdown is obscured by other CForm widgets that may be in the area covered by the Calendar's drop down. I *think* that the same is true of Help information. Is there any workaround for these inconveniences? TIA! Paul =

saxon:while suuport xslt cocoon

2004-12-01 Thread Andres Taborda
hello list i install and conigure the saxon xslt in cocoon (wiki howto ) saxon:while extension is support in cocoon 2.1.6? I get a processing error saying that saxon:while is an unrecognized element. some can help me. in my xsl have: xsl:stylesheet version=1.0

Re: calendar widget drop down obscured by dropdowns

2004-12-01 Thread Jorg Heymans
have a look in bugzilla, this has come up several times already (last week even) Paul Joseph wrote: Hi, I am using Cocoon 2.1.5.1 and find that the Calendar widget's dropdown is obscured by other CForm widgets that may be in the area covered by the Calendar's drop down. I *think* that the same

Re: calendar widget drop down obscured by dropdowns

2004-12-01 Thread Roberto
Hi, have a look of this: http://issues.apache.org/bugzilla/show_bug.cgi?id=30040I tried to add the the stuff but the problem is still the same... I don't know... In my case I modify the PopWindow.js the offsetX offsetY coordinate to open the widget in a different position... I know is not

Problem with proxy jetty (perhaps with tomcat?) setup

2004-12-01 Thread Joose Vettenranta
I was doing a development with jetty and using apache as proxy. I got this odd error: --- From webbrowser HTTP/1.1 200 OK Date: Thu, 02 Dec 2004 07:54:16 GMT Server: Jetty/4.2.19 (Linux/2.4.20-31.9smp x86 java/1.4.1) X-Cocoon-Version: 2.1.5.1 Content-Type: text/html; charset=ISO-8859-1 Via: