RE: XML to WML

2001-07-24 Thread Paul Nock
This sounds like something weird that happens to me with the UP simulator... Try exiting the UP simulator, starting it again and then accesing your page. I've found that there's some peculiar behavior that something somewhere 'remembers' the user-agent of the most recent request from this IP add

RE: URGENT help needed:from all Cocoonites

2001-07-24 Thread Paul Nock
>3)How can I be assured that I"ll get support if I get >into some problem while working with Cocoon ? >MY ANSWER: there is this mailing list which helps you >24hrs a day unlike those companies which charge you >HUGE amounts,this is free peer-peer support. Well, you can't. This is always Big Softw

cocoon-users@xml.apache.org

2001-07-23 Thread Paul Nock
This is kind of off-topic here I suspect, but ... What type of phone are you using? Are cookies supported through your WAP gateway and to the device? If not you need to use URL rewriting to make sure the sessionid is in the URL, not in a cookie. The on-topic part of the answer is that you can us

RE: hi - TO TurbinePool or not.

2001-07-16 Thread Paul Nock
Here's the .bat file I use to start tomcat3.2/Cocoon1.8.3 on my WindowsME system. I use the same basic setup on Linux too, with appropriate changes in filenames.  If you just try to cut and paste this, notice that I've put some things in a \lib\183\.. directory that you'll need to modify for

Sylvain: was ... RE: broken build?

2001-06-18 Thread Paul Nock
Hmmm... Is your patch correct? I see it's changed to... private boolean isValidName (String name) { if (name != null) { return false; } . I found my stylesheets no longer had s working properly with the 20010618104654 C1 build. Looking at the code, this

RE: log files

2001-06-11 Thread Paul Nock
I use Tomcat logging in my logicsheet, e.g: ... ... // Import the tomcat logging classes... org.apache.tomcat.logging.* ... //Declare a LogHelper // "session_log" is the tomcat log file to use (s