Hi,
I solved it.
Your advise works with little parameter changes. Additionally I had to
change MySessio extends from WebSessio to SwampSessio.
Here my Application.class (VerkkokauppaSovellus)
*...*
*@Override
public Session newSession(Request request, Response response) {
return session
Hi all;
Is it possible opening a new page at AjaxButton's onSubmit button ?
I've tried
PopupSettings popupSettings = new PopupSettings();
popupSettings.setTarget(' + url + ');
target.appendJavascript(popupSettings.getPopupJavaScript());
but it doesn't work.
Also
throw new
target.appendJavascript(window.open('+ url +', 'someName'););
2011/1/24 Altuğ Bilgin Altıntaş alt...@gmail.com
Hi all;
Is it possible opening a new page at AjaxButton's onSubmit button ?
I've tried
PopupSettings popupSettings = new PopupSettings();
popupSettings.setTarget(' + url + ');
Thanks Martin.
2011/1/24 Martin Grigorov mgrigo...@apache.org
target.appendJavascript(window.open('+ url +', 'someName'););
2011/1/24 Altuğ Bilgin Altıntaş alt...@gmail.com
Hi all;
Is it possible opening a new page at AjaxButton's onSubmit button ?
I've tried
PopupSettings
I wanted to have my DateTimeField (That's the wicket-extensions component
with a date text field, button to open calendar, and hours/minutes fields
with optional AM_PM choice) default to PM instead of AM for new dates
because I noticed most dates in this part of my app are evening dates.
I came
please attach a quickstart that reproduce it to a jira issue.
-igor
On Sun, Jan 23, 2011 at 10:40 PM, Jeffrey Schneller
jeffrey.schnel...@envisa.com wrote:
Got an odd issue occurring where the Ajax Response xml is showing in the
browser rather than modifying the DOM of the page as it usually
Perhaps this thread will help:
http://apache-wicket.1842946.n4.nabble.com/Ajax-response-render-as-source-in-the-browser-tt3028722.html
--
Jeremy Thomerson
http://wickettraining.com
*Need a CMS for Wicket? Use Brix! http://brixcms.org*
On Mon, Jan 24, 2011 at 9:48 AM, Igor Vaynberg
I was trying to see wicket examples
http://www.wicket-library.com/wicket-examples/
its very slow I tried on Friday ,again today its very slow , I tried in
different browsers.It did not help.
--
View this message in context:
On Mon, Jan 24, 2011 at 12:23 PM, fachhoch fachh...@gmail.com wrote:
I was trying to see wicket examples
http://www.wicket-library.com/wicket-examples/
its very slow I tried on Friday ,again today its very slow , I tried in
different browsers.It did not help.
Run them locally:
svn co
On Mon, Jan 24, 2011 at 7:48 PM, Jeremy Thomerson jer...@wickettraining.com
wrote:
On Mon, Jan 24, 2011 at 12:23 PM, fachhoch fachh...@gmail.com wrote:
I was trying to see wicket examples
http://www.wicket-library.com/wicket-examples/
its very slow I tried on Friday ,again today
Each request fails with
WARN - ServletWebRequest - Error parsing request body for post
parameters; Fallback to ServletRequest#getParameters().
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at
Using the Wicket Phonebook as a base, I am having problem dispalyng the
EditContactPage. To the BasePage I add user and role and a Session to save
the login user and role. The listContactPage wich extends the BasePage works
fine. The EditContactPage which also extends the Basepage, is mot able to
hi,
i dont see problems in the markup. Can u please post some
java-components ? Do you have called super. ... -methodes (e.g.
onInitialize)
martin
Am 24.01.2011 20:19, schrieb Teddy C:
Using the Wicket Phonebook as a base, I am having problem dispalyng the
EditContactPage. To the BasePage I
13 matches
Mail list logo