"Derek Hohls" <[EMAIL PROTECTED]> writes:

> Thanks Reinhard
> 
> The cocoon.xconf on the sitemap running Cocoon 2.0.4 shows:
> 
> 
>    <input-modules logger="core.modules.input">
>       <component-instance 
> class="org.apache.cocoon.components.modules.input.RequestParameterModule" 
> name="request"/>
>       <component-instance 
> class="org.apache.cocoon.components.modules.input.RequestAttributeModule" 
> name="attribute"/>
>       <component-instance 
> class="org.apache.cocoon.components.modules.input.RequestURIModule" name="URI"/>
>       <component-instance 
> class="org.apache.cocoon.components.modules.input.HeaderAttributeModule" 
> name="header"/>
>       <component-instance 
> class="org.apache.cocoon.components.modules.input.SessionAttributeModule" 
> name="session"/>
>       <component-instance 
> class="org.apache.cocoon.components.modules.input.StringConstantModule" 
> name="constant"/>
>       <component-instance 
> class="org.apache.cocoon.components.modules.input.RandomNumberModule" name="random"/>
>       <component-instance 
> class="org.apache.cocoon.components.modules.input.CollectionMetaModule" 
> name="collection"/>
>       <component-instance 
> class="org.apache.cocoon.components.modules.input.DigestMetaModule" name="digest"/>
>       <component-instance 
> class="org.apache.cocoon.components.modules.input.DateInputModule" name="date"/>
>       <component-instance 
> class="org.apache.cocoon.components.modules.input.NullInputModule" name="nullinput"/>
>    </input-modules>
> 
> I *assume* this means they are present.  Nonetheless, an 
> app which is working in Cocoon 2.1.x (on my machine) does
> not work on the older 2.0 version on the server.... i.e.
> all the  {request:xxx} return null values.... ?
>

The RequestParameterModule is not the same as the RequestModule.
IIRC {request:} was mapped to RequestParameterModule in cocoon 2.0,but to
RequestModule in cocoon 2.1. Not sure, when exactly this changed.

Martin 

 


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

Reply via email to