ResourceExistsAction problem

2002-05-20 Thread Ivan Luzyanin

Hello all!

I've got problem using ResourceExistsAction with context path

$COCOON/site/sitemap.xmap
map:match pattern=content-**.xsp
 map:act type=resource-exists
   map:parameter name=url value=context://dynamic/{1}.xsp/
   map:generate src=dynamic/{1}.xsp type=serverpages/
   map:transform src=stylesheets/document2html.xsl/
   map:serialize type=xhtml/
 /map:act
 map:generate src=static/system/notfound.xml/ 
 map:transform src=stylesheets/document2html.xsl/
 map:serialize/
/map:match

And i've got following error:

org.apache.cocoon.ProcessingException:
/usr/java/jakarta-tomcat-4.0.1/webapps/site/dynamic/.xsp (No such file
or directory): java.io.FileNotFoundException

Why dynamic/{1}.xsp become dynamic/.xsp ?

Enviroment:
RH 7.2
Cocoon 2.0.1
JDK 1.3.1_02b (Blackdown)




-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: ResourceExistsAction problem

2002-05-20 Thread KOZLOV Roman

Hi Ivan,

Use {../1}, because you need the match's level sitemap and not action's
one.

Roman

Ivan Luzyanin wrote:

 Hello all!

 I've got problem using ResourceExistsAction with context path

 $COCOON/site/sitemap.xmap
 map:match pattern=content-**.xsp
  map:act type=resource-exists
map:parameter name=url value=context://dynamic/{1}.xsp/
map:generate src=dynamic/{1}.xsp type=serverpages/
map:transform src=stylesheets/document2html.xsl/
map:serialize type=xhtml/
  /map:act
  map:generate src=static/system/notfound.xml/
  map:transform src=stylesheets/document2html.xsl/
  map:serialize/
 /map:match

 And i've got following error:

 org.apache.cocoon.ProcessingException:
 /usr/java/jakarta-tomcat-4.0.1/webapps/site/dynamic/.xsp (No such file
 or directory): java.io.FileNotFoundException

 Why dynamic/{1}.xsp become dynamic/.xsp ?

 Enviroment:
 RH 7.2
 Cocoon 2.0.1
 JDK 1.3.1_02b (Blackdown)

 -
 Please check that your question has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faqs.html

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]