RE: xsp util and file contents

2003-02-11 Thread Tom Place
scary. -- Robert - Original Message - From: "Leszek Gawron" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 10:33 PM Subject: Re: xsp util and file contents > On wto, lut 11, 2003 at 09:13:08 -, Tom Place wrote: > > Hi, >

xsp util and file contents

2003-02-11 Thread Tom Place
Hi, I’m trying to insert xml into my xsp, this xml is for navigation purposes so ideally I would like to use one navigation file in many different xsp documents. I have looked at the mail archive to find out the details about this but I cant seam to get it to work! My example is below: http://

Retrieving a String from the database in XSP

2003-02-11 Thread Tom Place
I am trying to retrieve a string from the database an place it into a variable (should be simple I know) However I am getting a compilation error   I am trying to insert the string value correctly?   String myString = null;     autorevs_poolesql:pool>  

Including XML/XSP into another XSP sheet

2003-02-11 Thread Tom Place
In XSP, is it possible to include either an XML file or the XML output of another XSP file into an XSP document   Eg if I wanted to include the XML   version="1.0" encoding="UTF-8"?>   ”  text=”blah”/>   into my XSP document   version="1.0" encoding="UTF-8"?>

xsp:include

2003-02-06 Thread Tom Place
Apologies for the simplicity of this request however I can find any documentation on this.   How do I include an XSP document at a fixed point in another?   I think it’s got something to do with xsp:include however I’m not sure . .   Cheers   Tom Place    

XSL FO

2003-02-06 Thread Tom Place
st appreciated however as I say this has been copied CLOSELY from a textbook so I'm at a loss Cheers Tom Place   - Please check that your question has not already been answered in the FAQ before posting. <http://

XSP and ESQL

2002-11-27 Thread Tom Place
or"; } } Any help greatly appreciated Thanks Tom Place  - Please check that your question has not already been answered in the FAQ before posting.

ESQL Woes in XSP

2002-11-26 Thread Tom Place
ded"; } else if (currentSelection.equals("Undecided")) { currentSelection = "Disagree"; } else { currentSelection = null; class1 = "error"; }

RE: : Bug with Cocoon? or Bug with programmer?

2002-11-12 Thread Tom Place
: Bug with Cocoon? or Bug with programmer? What version of cocoon are you using? Geoff --- Tom Place <[EMAIL PROTECTED]> wrote: > After searching the created "Java" file (apologies > for my earlier > mistake), the request helper is the only place it > could be tr

RE: : Bug with Cocoon? or Bug with programmer?

2002-11-12 Thread Tom Place
he check again the Java code. It is a interesting error. What version are you using? Regards, Antonio Gallardo. Tom Place dijo: > After searching the created "Java" file (apologies for my earlier > mistake), the request helper is the only place it could be trying to set > the va

RE: : Bug with Cocoon? or Bug with programmer?

2002-11-12 Thread Tom Place
this.characters("Apple"); ); And this is where the rogue semicolon appears. I can remove the rogue semicolon by creating the String "Apple" and reverencing that string through tags. But this leads to

RE: : Bug with Cocoon? or Bug with programmer?

2002-11-11 Thread Tom Place
g.apache.cocoon.components.language.markup.xsp.XSPRequestHel > per.setSes > sionAttribute(XSPRequestHelper.java:454) > > Anyone come across this before? > > I am using Cocoon 2.03 running on Tomcat 4.1.12 > > Cheers > > Tom Place > > >

: Bug with Cocoon? or Bug with programmer?

2002-11-11 Thread Tom Place
anyway). However I still get a NullPointerException. This originates at org.apache.cocoon.components.language.markup.xsp.XSPRequestHelper.setSes sionAttribute(XSPRequestHelper.java:454) Anyone come across this before? I am using Cocoon 2.03 running on Tomcat 4.1.12 Cheers Tom Place - Pl

Session Woes

2002-11-10 Thread Tom Place
Hi all, Apologies for the relatively low level of this email but someone out there must be able to answer in 1 min what I have been failing to do for days now. This simple XSP file: http://apache.org/xsp"; xmlns:xsp-session="http://apache.org/xsp/session/2.0"; create-session="true">

RE: Cocoon SQL Transformation

2002-10-28 Thread Tom Place
OK the actual XML that is going into the failing XSL is as follows: tomplace tom tom place The fact that the existing user rowset is empty is a good thing (if it wasn't empty then something else happens that works! The xsl that fails is as fo

RE: Cocoon SQL Transformation

2002-10-28 Thread Tom Place
Luca Morandini [EMAIL PROTECTED] > -Messaggio originale- > Da: Tom Place [mailto:psyttrp@;nottingham.ac.uk] > Inviato: lunedì 28 ottobre 2002 15.38 > A: [EMAIL PROTECTED] > Oggetto: RE: Cocoon SQL Transformation > > > I have tried it like you say however am still

RE: Cocoon SQL Transformation

2002-10-28 Thread Tom Place
2.0";> insert into my_table (Col1, Col2) values ('2', '3') I suppose you've already try this... then, what's the error you get ? Best regards, Luca Morandini [EMAIL PROTECTED] > -Messaggio originale- > Da: Tom Place [mai

Cocoon SQL Transformation

2002-10-28 Thread Tom Place
Hi all, Quick question to do with the way the cocoon SQL parser copes with multiple SQL statements. There is probably a very quick fix for this but I'm tearing my hair out trying to find it! When inserting using and SQL statement based in XSL like so: http://apache.org/cocoon/SQL/2.0";>

XSP, ESQL and MySQL

2002-10-14 Thread Tom Place
elp most appreciated - again apologies if I am being thick! Thanks Tom Place   - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html&g