Re: Stateless and Ajax

2012-02-07 Thread toytown
in integrating some stateless behaviours, links like those in Jorilla Project into the wicket core so that users can get the best of both world from wicket framework. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Stateless-and-Ajax-tp4344007p4364341.html Sent from

Re: Stateless and Ajax

2012-02-07 Thread Martin Grigorov
version of Wicket but he preferred to keep it in his Github repo. I think it works fine with 1.5.4 but since it is not part of our release cycle it may get broken at some point ... :-/ -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Stateless-and-Ajax-tp4344007p4364341

Re: Stateless and Ajax

2012-02-02 Thread vineet semwal
/constructors will still have arguments which again will be needed to store in url and they can be complex too so kind of very tough to do if not impossible or i am thinking in wrong direction? On Wed, Feb 1, 2012 at 10:22 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: if you are using stateless ajax

Re: Stateless and Ajax

2012-02-02 Thread Igor Vaynberg
to store in url and they can be complex too so kind of very tough to do if not impossible or i am thinking in wrong direction? On Wed, Feb 1, 2012 at 10:22 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: if you are using stateless ajax links like that then the fact that the panel has been

Re: Stateless and Ajax

2012-02-02 Thread vineet semwal
in wrong direction? On Wed, Feb 1, 2012 at 10:22 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: if you are using stateless ajax links like that then the fact that the panel has been replaced should be added as a query parameter so the page is reinitialized with the right panel, thats how

Re: Stateless and Ajax

2012-02-02 Thread Igor Vaynberg
have arguments which again will be needed to store in url and they can be complex too so kind of very tough to do if not impossible or i am thinking in wrong direction? On Wed, Feb 1, 2012 at 10:22 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: if you are using stateless ajax links like

Re: Stateless and Ajax

2012-02-01 Thread zlatko99
want to continue further with my project in a completely stateless manner. However, I see my project using many more complicated ajax components (ajax-autocomplete, etc.), also incorporating jqwicket library for integration with Jquery UI. Is it possible to continue with this arsenal of stateless ajax

Re: Stateless and Ajax

2012-02-01 Thread Martin Grigorov
for integration with Jquery UI. Is it possible to continue with this arsenal of stateless ajax components (extended jolira) in order to achieve my plan? If I go this route (like the login/registration form), can I be optimistic that I can overcome all or most of other stateless ajax quirks waiting for me

Re: Stateless and Ajax

2012-02-01 Thread vineet semwal
incorporating jqwicket library for integration with Jquery UI. Is it possible to continue with this arsenal of stateless ajax components (extended jolira) in order to achieve my plan? If I go this route (like the login/registration form), can I be optimistic that I can overcome all or most of other

Re: Stateless and Ajax

2012-02-01 Thread Igor Vaynberg
if you are using stateless ajax links like that then the fact that the panel has been replaced should be added as a query parameter so the page is reinitialized with the right panel, thats how stateless frameworks work :) -igor On Wed, Feb 1, 2012 at 7:21 AM, Martin Grigorov mgrigo...@apache.org

Stateless and Ajax

2012-01-31 Thread zlatko99
a totally stateless application, where the data that should be shared between requests will be managed by myself in a cookie. p.s. I tried to use jolira wicket-stateless tools, but there is no way of submitting a stateless form using ajax button... Thank you in advance, Zlatko -- View this message

Re: Stateless and Ajax

2012-01-31 Thread Martin Grigorov
stateless application, where the data that should be shared between requests will be managed by myself in a cookie. p.s. I tried to use jolira wicket-stateless tools, but there is no way of submitting a stateless form using ajax button... Thank you in advance, Zlatko -- View this message

Re: Stateless and Ajax

2012-01-31 Thread kamiseq
I dont know if the conversation you pointed to can explain anything for this question;] I can only guess that if you make ajax call and you already have page created then it is faster, from what I know solution like jolira creates new page and whole component tree over and over again on each ajax

Re: Stateless and Ajax

2012-01-31 Thread Martin Grigorov
On Tue, Jan 31, 2012 at 2:16 PM, kamiseq kami...@gmail.com wrote: I dont know if the conversation you pointed to can explain anything for this question;] OK, then it is not clear. Ajax behavior needs to be stateful to be able to find the page that it has to update. By being stateful the

Re: Stateless and Ajax

2012-01-31 Thread zlatko99
Yes, now it's much more clear, thank you! But then, I'm curious to know why doesn't exist a component in Jolira's package that can submit stateless form by ajax button? Is it not possible for such component to exist or the reason is lacking effort on their side? If it is possible, can you give me

Re: Stateless and Ajax

2012-01-31 Thread Martin Grigorov
On Tue, Jan 31, 2012 at 3:01 PM, zlatko99 zlatko.suslev...@gmail.com wrote: Yes, now it's much more clear, thank you! Welcome! But then, I'm curious to know why doesn't exist a component in Jolira's package that can submit stateless form by ajax button? Is it not possible for such component

Re: Stateless and Ajax

2012-01-31 Thread kamiseq
;] hurray pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Stateless and Ajax

2012-01-31 Thread zlatko99
, it would also automatically import the related javascript, isn't it? I would be grateful if you can give me a simple example of submitting stateless form using ajax. Thank you, Zlatko -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Stateless-and-Ajax

Re: Stateless and Ajax

2012-01-31 Thread Martin Grigorov
by an onClick event of a button/link? If there is a ready-made component, it would also automatically import the related javascript, isn't it? I would be grateful if you can give me a simple example of submitting stateless form using ajax. Thank you, Zlatko -- View this message in context: http

Re: Stateless and Ajax

2012-01-31 Thread robert.mcguinness
/main/java/com/robmcguinness/stateless/StatelessAjaxButton.java http://wicket-stateless.herokuapp.com/ *martin,* would the core devs consider pulling some of jolira's ajax components or some variant of it into the wicket-core? seems that over the years a the demand for stateless ajax components

Re: Stateless and Ajax

2012-01-31 Thread Martin Grigorov
of jolira's ajax components or some variant of it into the wicket-core?  seems that over the years a the demand for stateless ajax components is pretty reasonable. rob -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Stateless-and-Ajax-tp4344007p4345686.html Sent from

Re: Stateless and Ajax

2012-01-31 Thread vineet semwal
Martin, ask at dev@ ;-) would the core devs consider pulling some of jolira's ajax components or some variant of it into the wicket-core?  seems that over the years a the demand for stateless ajax components is pretty reasonable. rob -- View this message in context: http://apache-wicket