In the documention for 2.2-beta-1 for the class 
net.sf.tapestry.RequestContext I read that you can use your own 
RequestDecoder by providing an implementation of IRequestDecoder and adding 
an extension named net.sf.tapestry.request-decoder to your application 
specification. Did I understand right, that my application specification 
should then look like this:

<application name="DaedalosLibrary" 
engine-class="com.daedalos.library.controller.LibraryEngine" >

    <property name="net.sf.tapestry.request-decoder">
        com.daedalos.library.controller.LibraryRequestDecoder
    </property>

[...]

</application>

If this is correct, that I must have forgotten something else, because the 
method  decodeRequest(HttpServletRequest request)  within my class 
LibraryRequestDecoder is never called.

Any hints?

Best regards,

  Christian

----

Daedalos Consulting GmbH
www.daedalos.com
[EMAIL PROTECTED]


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to