May be your web.xml have wrong WicketApplication attached?

        <filter>
                <filter-name>wicket.FILTERNAME</filter-name>
                
<filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class>
                <init-param>
                        <param-name>applicationClassName</param-name>
                        <param-value>*************YOUR 
WicketApplication</param-value>
                </init-param>
    <init-param>
      <param-name>configuration</param-name>
      <param-value>deployment</param-value>
    </init-param>
        </filter>


On Thu, Mar 19, 2009 at 6:42 PM, Johan Compagner <[email protected]> wrote:
> which one do you override?
>
> On Wed, Mar 18, 2009 at 18:42, Edwin Ansicodd <[email protected]>wrote:
>
>>
>> have a SpringWebApplication with overridden newSession, but for some reason
>> newSession is not being called.  Have closed browsers and started new
>> browsers, authenticating, but newSession in the WebApplication is not being
>> called.
>>
>> What does this mean?  Anyone have any ideas what might be wrong?
>> --
>> View this message in context:
>> http://www.nabble.com/newSession%28%29-not-being-called-tp22584600p22584600.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to