Re: JSP Again

2003-04-01 Thread Sushil Bhattarai
Are you using Tomcat? I'm not sure that Jasper compiler works with Jetty. Konstantin - Original Message - From: Sushil Bhattarai To: [EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 01:41 Subject: JSP Again Hi all, Previously I've had problem with JSP but I was able to fix it.

JSP Again

2003-03-31 Thread Sushil Bhattarai
Hi all, Previously I've had problem with JSP but I was able to fix it. Then I was using older version of Cocoon and Tomcat as the server. Now I'm using cocoon-2.0.4 on JBoss 3.0.4. Both JSP Generator and JSPReader do not seem to work. I tried adding jasper-compiler.jar and jasper-runtime.jar to W

xsl parameter

2003-01-06 Thread Sushil Bhattarai
Hi This is more of a xsl question but it relates to cocoon so I thought of putting it here. I'm trying to capture parameter passed by user in xsl stylesheet. In my sitemap, I've declared the following: Now, when I pass a variable, lets say location in the browser like

RE: wsproxy generator

2002-12-26 Thread Sushil Bhattarai
an example. If the sample is broken, there is a good chance that a recent yahoo site redesign has broken the xpath used in the example, as has happened in the past. Hope that helps, Geoff Howard > -Original Message- > From: Sushil Bhattarai [mailto:[EMAIL PROTECTED]] > Sent:

xpath question

2002-12-24 Thread Sushil Bhattarai
Hello Is it possible to pass more than one xpath parameter inside one map:generate. I'm trying to play with yahoo sample in cocoon but I want to extract 2 nodes, let's say one / and one td for the first table. But it seems that the pattern recognizes only the last parameter. Is it possible to

wsproxy generator

2002-12-24 Thread Sushil Bhattarai
Hello Does wsproxy generator work only with xform or does it work for any url. If it works for any url, does that url need to return xml output? If it doesn't how to get around it? I'm trying to call a url which basically returns html. But I want to serialize this as xml and put it in my pipe

Re: Fw: MDB Access

2002-12-23 Thread Sushil Bhattarai
Here's how I got it to work: jdbc:odbc:DEMODATABASE where DEMODATABASE is the name of my database. Make sure you have this name set in your system DSN (ODBC DataSources) In my web.xml file, I have the following driver sun.jdbc.odbc.JdbcOdbcDriver Works fine for me. Good

cocoon out of memory error

2002-12-11 Thread Sushil Bhattarai
I've been using Cocoon 2.0.2 in Tomcat 4.03 and also in Jetty. In both instances, I frequently get out of memory error. I've tried few tuning measures like turning off debugging but still I get this error, especially when it comes to calls that make database connection(hsql). How is everyong e

subsitemap and JSP

2002-09-28 Thread Sushil Bhattarai
I have JSP generator and Reader sample in the cocoon page working fine from the main sitemap. However, when I try the exact sample in subsitemap, it throws errror. I even tried by declaring JSP generator and reader in subsitemap, hoping that was the problem. Has anyone used JSP in subsitemap s

Re: esql question

2002-09-18 Thread Sushil Bhattarai
solves my problem. I was unaware that gets the column name and element and column value as element's value. That's exactly what I was trying to achive with my logic Sushil >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: esql question >Date: Wed, 18 Sep 2002 16:23:46 -0400 > J

esql question

2002-09-18 Thread Sushil Bhattarai
I believe other people also have faced this problem, but I couldn't find proper solution from the archive. Here's my problem: In the xsp code below, I want to dynamically pass column number (is 2 in the code below) and print each column name. I have count and tried passing it to attribute column.

cocoon in Oracle 9IAS

2002-09-17 Thread Sushil Bhattarai
Hi Has anyone succesfully deployed cocoon in Oracle 9IAS. For me, the deployment of war file worked fine. When giving the URL in the browser, the server does pick up the cocoon servlet but throws Sax Parser error. Has anyone tried cocoon in Oracle 9IAS?   Sushil  Join the world’s largest e-mail s

Re: context in sub-sitemap

2002-09-17 Thread Sushil Bhattarai
[EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: context in sub-sitemap >Date: Tue, 17 Sep 2002 10:39:52 -0400 > >Sushil Bhattarai wrote: > >>Hi >> >>I was wondering how I can use "context://" or something similar to >>pick up value

context in sub-sitemap

2002-09-17 Thread Sushil Bhattarai
Hi I was wondering how I can use "context://" or something similar to pick up value for my parameter from my sub-sitemap folder rather than from servlet. I want map:parameter to pick up getMethod.xml from folder that has it's own sub-sitemap. If I give only "xml/getMethod.xml" it doesn't find the

RE: PHP

2002-09-12 Thread Sushil Bhattarai
I got phpsrvlt.jar from php.net and built webapp using the build instruction. Still, while building it says "Classes of optional package PHP are not available. Cocoon builds without them." Php generator class is not being created in cocoon.jar (org.apache.cocoon.generation) although I placed the

PHP

2002-09-12 Thread Sushil Bhattarai
Hi Has anyone build PHP generator ? I've never build Cocoon from source and I'm kind of scared to do that? Is there anyway I can incorporate PHP generator in cocoon.jar without building it from source? Also are there any sample for PHP in Cocoon SushilChat with friends online, try MSN Messenger: C

Re: JSP Server Page

2002-09-11 Thread Sushil Bhattarai
p 2002 16:10:22 -0500 > > >I don't think so. I just installed C2.0.3 running with TC4.0.1 and JDK1.4 >and am having the same problem. > >Shawn Alexander McManus >Concentra Managed Care Services, Inc. >972-720-7876 (office) >972-720-7999 (fax) >

Re: JSP Server Page

2002-09-10 Thread Sushil Bhattarai
ver Page >Date: Tue, 10 Sep 2002 11:58:25 -0600 > >Again, that's because you are using 2.0.2. JSPGenerator & JSPReader >are BROKEN in 2.0.2. Upgrade to 2.0.3 or search the mail archives >for the patches I posted for these files in 2.0.2 > >Lajos > > >

RE: JSP Server Page

2002-09-10 Thread Sushil Bhattarai
nd JSPReader, e.g.: > > > >-- >Konstantin Piroumian > > >-Original Message- >From: Sushil Bhattarai [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, September 10, 2002 12:24 AM >To: [EMAIL PROTECTED] >Subject: JSP Server Page > > > >

JSP Server Page

2002-09-09 Thread Sushil Bhattarai
Hi I have been unable to run the JSP demo that comes with Cocoon2.0.2. I saw in the discussion list that jasper.jar needs to be in WEB-INF/lib but that's not helping either. I'm running Cocoon on Catalina (Tomcat 4.0.1). SushilJoin the world’s largest e-mail service with MSN Hotmail. Click Here -

esql question

2002-05-03 Thread sushil Bhattarai
Hi all, My esql query is returning huge amount of data (many rows). I know there's a way to limit the number of rows but I do need all rows. But I want to display only 10 rows at a time. And then next 10 rows and so on. Is there a way to do that? Sushil _

xsql

2002-04-04 Thread sushil Bhattarai
Hi All, Does Cocoon2 support XSQL? I'm trying to find taglib for XSQL and have no idea how to go about it. How can I use XSQL in Cocoon? Any suggestion? _ Send and receive Hotmail on your mobile device: http://mobile.msn.com ---

Re: serialization

2001-07-27 Thread sushil Bhattarai
I'm sending this again..Hope to get some reply this time. Thanks >Hello, > >I am using a xsp page which outputs xml upon processing. I want to save the >output xml in the server instead of just viewing it in the browser. What >change do I need to make in the C2 sitemap so that the >output is sa

serialization

2001-07-26 Thread sushil Bhattarai
Hello, I am using a xsp page which outputs xml upon processing. I want to save the output xml in the server with the same name as xsp page (of course with .xml extension). What change do I need to make in the C2 sitemap so that the output is saved as xml file in the server. My portion of the s