On Fri, Mar 11, 2011 at 8:28 PM, robert.mcguinness <
robert.mcguinness....@gmail.com> wrote:

> I built a stateless site using the
> http://code.google.com/p/jolira-tools/wiki/stateless Jolira Tools  and it
> worked out great, you just have to get used to using PageParameters for
> everything (contructors, pagination, etc).
>
>
>
> During development I had conditional breakpoints in locations that would
> indicate statefulness (the Stateless annotation wasn't working as expected
> at the time)
>
>
>
> Component.isStateless
> Session.isTemporary
> Session.bind
>
>
> I'm trying to convert the stateful components to Wicket 1.5 but I'm not too
> familiar with the new Wicket version yet so it's a slow process.
>
> Here they are: https://github.com/martin-g/wicket-stateless
<https://github.com/martin-g/wicket-stateless>But a tweak in Behaviors.java
is needed to work fine.
I'll try to improve that soon.

>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Stateless-Wicket-and-Ajax-tp3348266p3348781.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Reply via email to