wicket 1.3 is available if you include the following in your
repositories tag of maven 2 pom.xml

<repository>
        <id>wicket-snaps</id>
        <url>http://wicketstuff.org/maven/repository</url>
        <snapshots>
                <enabled>true</enabled>
        </snapshots>
        <releases>
                <enabled>false</enabled>
        </releases>
</repository>

Maurice

On 6/12/07, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote:
> * Jan Van Besien:
>
> > Jean-Baptiste Quenot wrote:
> >
> > > If I were you I would look at the static pages examples:
> > >
> > > http://wicketstuff.org/wicket13/staticpages/
> >
> > Looks promising  indeed, but  unfortunattely seems to  be wicket
> > 1.3 features. I'm  using latest stable  1.2.6, and will  need to
> > verify if 1.3 is an option (not in public maven repository?).
>
> The concepts described in the static pages examples are the same
> in 1.2.6.  You would just have to copy
> URIRequestTargetUrlCodingStrategy in your project, it is
> compatible with 1.2.6.
> --
>      Jean-Baptiste Quenot
> aka  John Banana   Qwerty
> http://caraldi.com/jbq/
>
> -------------------------------------------------------------------------
> 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

Reply via email to