RE: Problem using XSP pages

2010-09-07 Thread Shweta Singhai
urav Kalia [mailto:gaurav.ka...@techblue.co.uk] Sent: Tuesday, September 07, 2010 7:26 PM To: users@cocoon.apache.org Subject: Re: Problem using XSP pages Can you check that all the tags are closed. If you look at the error it is saying map:components must be terminated by the matching end-tag"&quo

Re: Problem using XSP pages

2010-09-07 Thread Gaurav Kalia
Can you check that all the tags are closed. If you look at the error it is saying map:components must be terminated by the matching end-tag"" Fatal error parsing file:///C:/DOCUME~1/sweta/LOCALS~1/Temp/Jetty_0_0_0_0__webapp4s5m8/b locks/custom-block/sitemap.xmap (line 118 col. 3): T

RE: Problem using XSP pages

2010-09-07 Thread Shweta Singhai
t; must be terminated by the matching end-tag "". RequestURI=/custom-block/xspdemo/ -Original Message- From: Gaurav Kalia [mailto:gaurav.ka...@techblue.co.uk] Sent: Tuesday, September 07, 2010 7:02 PM To: users@cocoon.apache.org Subject: Re: Problem using XSP pages Hi Shweta P

RE: Problem using XSP pages

2010-09-07 Thread Shweta Singhai
@cocoon.apache.org Subject: Re: Problem using XSP pages The begining of the sitemap.xmap should looks like: http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://apache.org/cocoon/sitemap/1.0 http://cocoon.apache.org/schema/sitemap/cocoon-sitemap-1.0.xsd"; xmlns:map=&qu

Re: Problem using XSP pages

2010-09-07 Thread Gaurav Kalia
tember 07, 2010 6:35 PM To: users@cocoon.apache.org; shweta.sing...@ictect.com Subject: RE: Problem using XSP pages Hi Shweta, You should put this line under tag. Suyog Uttam Doshi Senior Software Engineer Wipro Technologies Plot No.31,MIDC, Rajiv Gandhi Infotech Park, Hinjewadi,Phase II, Pune- 411057

Re: Problem using XSP pages

2010-09-07 Thread Johan Cwiklinski
The begining of the sitemap.xmap should looks like: http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://apache.org/cocoon/sitemap/1.0 http://cocoon.apache.org/schema/sitemap/cocoon-sitemap-1.0.xsd"; xmlns:map="http://apache.org/cocoon/sitemap/1.0";> [...]

RE: Problem using XSP pages

2010-09-07 Thread Shweta Singhai
ber 07, 2010 6:35 PM To: users@cocoon.apache.org; shweta.sing...@ictect.com Subject: RE: Problem using XSP pages Hi Shweta, You should put this line under tag. Suyog Uttam Doshi Senior Software Engineer Wipro Technologies Plot No.31,MIDC, Rajiv Gandhi Infotech Park, Hinjewadi,Phase II, Pune- 4

Re: Problem using XSP pages

2010-09-07 Thread Jasha Joachimsthal
0)20-5224466 San Francisco - Hippo USA Inc. 185 H Street, suite B, Petaluma CA 94952 +1 (707) 7734646 > > > > > -Original Message- > From: Johan Cwiklinski [mailto:johan.cwiklin...@ajlsm.com] > Sent: Tuesday, September 07, 2010 5:56 PM > To: users@cocoon.apache.org > Subj

RE: Problem using XSP pages

2010-09-07 Thread suyog.doshi
www.wipro.com -Original Message- From: Shweta Singhai [mailto:shweta.sing...@ictect.com] Sent: Tuesday, September 07, 2010 6:23 PM To: users@cocoon.apache.org; shweta.sing...@ictect.com Subject: RE: Problem using XSP pages Actually where I need to put this line, means at which place in

RE: Problem using XSP pages

2010-09-07 Thread Shweta Singhai
Actually where I need to put this line, means at which place in sitemap.xmap. -Original Message- From: Shweta Singhai [mailto:shweta.sing...@ictect.com] Sent: Tuesday, September 07, 2010 6:14 PM To: users@cocoon.apache.org Subject: RE: Problem using XSP pages Hi, When I Put this

RE: Problem using XSP pages

2010-09-07 Thread Shweta Singhai
nerator" is not bound. RequestURI=/custom-block/xspdemo -Original Message- From: Johan Cwiklinski [mailto:johan.cwiklin...@ajlsm.com] Sent: Tuesday, September 07, 2010 5:56 PM To: users@cocoon.apache.org Subject: Re: Problem using XSP pages Hi, Le 07/09/2010 14:12, Shweta Singha

Re: Problem using XSP pages

2010-09-07 Thread Johan Cwiklinski
Hi, Le 07/09/2010 14:12, Shweta Singhai a écrit : > When I try > > > > in my sitemap.xmap > > > > Then my browser showing: > > As Output of xsp page. But I think its not a proper output. I don’t know > where I did mistake. Can any one tell me please. Looks like your XSP page is simply r

RE: Problem using XSP pages

2010-09-07 Thread Shweta Singhai
er 07, 2010 5:16 PM To: users@cocoon.apache.org Subject: Re: Problem using XSP pages Try: instead of Gr, Jeroen On Tue, Sep 7, 2010 at 1:10 PM, Shweta Singhai wrote: Hi, This is the code I am using in my .xsp file. http://www.apache.org/1999/XSP";> String

Re: Problem using XSP pages

2010-09-07 Thread Jeroen Reijn
From:* Jeroen Reijn [mailto:j.re...@onehippo.com] > *Sent:* Tuesday, September 07, 2010 4:31 PM > > *To:* users@cocoon.apache.org > *Subject:* Re: Problem using XSP pages > > > > I might be mistaking, but I guess your map serialize should be put to xml > or something sim

RE: Problem using XSP pages

2010-09-07 Thread Shweta Singhai
Thanks, Shweta From: Jeroen Reijn [mailto:j.re...@onehippo.com] Sent: Tuesday, September 07, 2010 4:31 PM To: users@cocoon.apache.org Subject: Re: Problem using XSP pages I might be mistaking, but I guess your map serialize should be put to xml or something similar. What does your xsp pro

Re: Problem using XSP pages

2010-09-07 Thread Jeroen Reijn
> > > > > Browser showing nothing L > > Is there is any thing that I have to do for xsp pages….?? > > > > *From:* Jos Snellings [mailto:jos.snelli...@pandora.be] > *Sent:* Tuesday, September 07, 2010 12:41 PM > > *To:* users@cocoon.apache.org

RE: Problem using XSP pages

2010-09-07 Thread Shweta Singhai
: Browser showing nothing L Is there is any thing that I have to do for xsp pages..?? From: Jos Snellings [mailto:jos.snelli...@pandora.be] Sent: Tuesday, September 07, 2010 12:41 PM To: users@cocoon.apache.org Subject: Re: Problem using XSP pages OK, what further details have you got for us

Re: Problem using XSP pages

2010-09-07 Thread Jos Snellings
[mailto:jos.snelli...@pandora.be] *Sent:* Tuesday, September 07, 2010 12:02 PM *To:* users@cocoon.apache.org *Subject:* Re: Problem using XSP pages Hi, Shweta, Please tell us first which version cocoon you deployed. Is that 2.2? Cheers, Jos On 09/07/2010 07:46 AM, Shweta Singhai wrote: Hi All, This

RE: Problem using XSP pages

2010-09-06 Thread Shweta Singhai
Hi Jos, Yes its cocoon 2.2 From: Jos Snellings [mailto:jos.snelli...@pandora.be] Sent: Tuesday, September 07, 2010 12:02 PM To: users@cocoon.apache.org Subject: Re: Problem using XSP pages Hi, Shweta, Please tell us first which version cocoon you deployed. Is that 2.2? Cheers

Re: Problem using XSP pages

2010-09-06 Thread Jos Snellings
Hi, Shweta, Please tell us first which version cocoon you deployed. Is that 2.2? Cheers, Jos On 09/07/2010 07:46 AM, Shweta Singhai wrote: Hi All, This is Shweta, I am new in cocoon, I configured cocoon block with maven server ..and also with ant. For a simple block its working properly, b

Problem using XSP pages

2010-09-06 Thread Shweta Singhai
Hi All, This is Shweta, I am new in cocoon, I configured cocoon block with maven server ..and also with ant. For a simple block its working properly, but when I create a xsp file and try to run same as simple xml file , then its not working, can any one tell me, is there any special set