Yep, I was over thinking things

all I needed was:
   <filter-mapping>
      <filter-name>WicketSessionFilter</filter-name>
      <url-pattern>/pages/index.jsp</url-pattern>
    </filter-mapping>

simple simple.

Cheers,
Benjamin

On 5/3/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> org.apache.wicket.protocol.http.servlet.WicketSessionFilter
>
> Eelco
>
> On 5/3/07, Johan Compagner <[EMAIL PROTECTED]> wrote:
> > if you use the wicket filter then in a jsp (if the filter is in the jsp
> > chain)
> > then you should be able to do: Session.get() to get the session..
> >
> > johan
> >
> >
> >
> > On 5/3/07, Benjamin Ranck <[EMAIL PROTECTED]> wrote:
> > > This is obviously a horrible hack to take care of a short term
> > > problem, but is it possible, using WicketSessionFilter to access the
> > > wicket session within a JSP? Any ideas on what the mapping would be?
> > >
> > > Thanks,
> > > Benjamin
> > >
> > >
> > -------------------------------------------------------------------------
> > > This SF.net email is sponsored by DB2 Express
> > > Download DB2 Express C - the FREE version of DB2 express and take
> > > control of your XML. No limits. Just data. Click to get it now.
> > > http://sourceforge.net/powerbar/db2/
> > > _______________________________________________
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-- 
/*  http://www.benjaminranck.com */

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to