IMO this is way outside the normal use pattern of Wicket. Wicket's
pages are unmanaged and untied to Spring, and we intend to keep it
that way.

What you want has an enormous impact on the way you construct wicket
pages. You'll need to extend this to the component level (Panels and
borders come to mind), and then suddenly Wicket becomes managed by
your IoC container. Not a pretty sight.

Martijn

On Thu, Dec 11, 2008 at 10:35 PM, miro <[email protected]> wrote:
>
> I want to use spring aop on my pages , so was wondering if it is possible to
> make pages as proxy scoped spring beans    and wicket will  use spring
> application context to retrieve page instance  , I actually wanted to add
> introduction to some of my pages   and  for  whcih  I cannot use spring aop
> and must use some aop like aspectJ or something  else .
> --
> View this message in context: 
> http://www.nabble.com/wicket-pages-as---spring-beans--to-utilize-spring-aop-tp20964746p20964746.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]
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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

Reply via email to