Re: web.xml for Spring & Wicket 1.5

2012-03-02 Thread Douglas Ferguson
Yeah.. just figured that out. I'm going to update the wiki..

I'm toying around with where to but the wicket.configuration setting using this 
format as well.

Douglas

On Mar 2, 2012, at 9:10 AM, Sergej Sizov wrote:

> Hi,
> 
>   
>  contextConfigLocation  
>  classpath:context.xml
> 
>   
>  wicket  
> 
> org.apache.wicket.protocol.http.WicketServlet
> 
>  
>applicationFactoryClassName
> 
> org.apache.wicket.spring.SpringWebApplicationFactory ue>  
>
>  
>applicationBean
>wicketApplication  
>
>  1
> 
>   
>  wicket  
>  /*
> 
>   
> 
> org.springframework.web.context.ContextLoaderListener ner-class>
> 
> 
> 
> Sergej
> 
> -Original Message-
> From: Douglas Ferguson [mailto:the...@gmail.com] 
> Sent: Friday, March 02, 2012 4:05 PM
> To: Wicket Mailing List List
> Subject: web.xml for Spring & Wicket 1.5
> 
> I'm not sure the example web.xml here is complete -
> https://cwiki.apache.org/WICKET/spring.html
> 
> There is no filter mapping so there is no request get sent to the wicket
> servlet.
> 
> I've always used the the wicket filter and a filter mapping so I need to
> figure out how to do the same with a servlet.
> 
> Douglas
> 
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: web.xml for Spring & Wicket 1.5

2012-03-02 Thread Sergej Sizov
Hi,

  
  contextConfigLocation  
  classpath:context.xml

  
  wicket  
 
org.apache.wicket.protocol.http.WicketServlet

  
applicationFactoryClassName
 
org.apache.wicket.spring.SpringWebApplicationFactory  

  
applicationBean
wicketApplication  

  1

  
  wicket  
  /*

  
 
org.springframework.web.context.ContextLoaderListener



Sergej

-Original Message-
From: Douglas Ferguson [mailto:the...@gmail.com] 
Sent: Friday, March 02, 2012 4:05 PM
To: Wicket Mailing List List
Subject: web.xml for Spring & Wicket 1.5

I'm not sure the example web.xml here is complete -
https://cwiki.apache.org/WICKET/spring.html

There is no filter mapping so there is no request get sent to the wicket
servlet.

I've always used the the wicket filter and a filter mapping so I need to
figure out how to do the same with a servlet.

Douglas



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



web.xml for Spring & Wicket 1.5

2012-03-02 Thread Douglas Ferguson
I'm not sure the example web.xml here is complete - 
https://cwiki.apache.org/WICKET/spring.html

There is no filter mapping so there is no request get sent to the wicket 
servlet.

I've always used the the wicket filter and a filter mapping so I need to figure 
out how to do the same with a servlet.

Douglas