> From: Antonio Gallardo Rivera 
> 
> Thanks Chris.
> 
> Can I remove it?

Yes!

Simply use: {request:requestURI} instead or any other property from the
Cocoon Request object. Take a look at the input modules sample for almost
the complete list of possible values. It's in Cocoon 2.1-dev at:
        http://localhost:8080/cocoon/samples/modules/ (for Tomcat)

Regards,
  Konstantin

> 
> Antonio Gallardo.
> 
> El Jueves, 31 de Octubre de 2002 05:10, Christian Haul escribiÕ:
> > On 31.Oct.2002 -- 02:41 AM, Antonio Gallardo Rivera wrote:
> > > Hi,
> > >
> > > I am using 2.1 (lastest CVS):
> > >
> > > What is the new name of <input-module name="URI"/>?
> > >
> > > I have in the sitemap:
> > >
> > >     <map:matcher logger="sitemap.matcher.modular.non-cached" 
> > > name="uri" 
> src="org.apache.cocoon.matching.modular.WildcardMatcher">
> > >       <input-module name="URI"/>
> > >     </map:matcher>
> > >     <map:matcher logger="sitemap.matcher.modular.cached"
> > > name="cached-uri" 
> > > src="org.apache.cocoon.matching.modular.CachingWildcardMatcher">
> > > <input-module name="URI"/>
> > >     </map:matcher>
> > >
> > > And the input-module URI always throw in the error.log:
> > >
> > > ERROR   (2002-10-31) 05:13.19:876   
> [sitemap.matcher.modular.cached]
> > > (/multipremios/images/menu/fons_off.gif) 
> > > Thread-8/CachingWildcardMatcher: A problem occurred setting up 
> > > 'URI': Selector is not null, Component is unknown
> >
> > It's still there but not added to cocoon.xconf by default anymore. 
> > Just add it to cocoon.xconf again it use it. In the long 
> run, consider 
> > switching to "request" which is a jxpath based module making all of 
> > the request object's properties available.
> >
> >     Chris.
> 
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.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/faq/index.html>

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

Reply via email to