Ajax call of textfield after pressing the Enter key

2013-04-26 Thread Andre Schütz
AjaxFormSubmitBehavior and AjaxFormComponentUpdatingBehavior without success. Can anyone help me with an example? -- Andre Schütz - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: User data during request of AuthenticatedWebSession

2013-04-24 Thread Andre Schütz
uestcycle > listener which onbeginrequest stores the user related data in requestcycle > metadata > > > On Mon, Apr 22, 2013 at 1:55 AM, Andre Schütz wrote: > > > I plan to implement a project with AuthenticatedWebApplication. The users > > have to sign up for an acc

User data during request of AuthenticatedWebSession

2013-04-21 Thread Andre Schütz
I plan to implement a project with AuthenticatedWebApplication. The users have to sign up for an account. My question is regarding the user data that I have to load during each request of the single pages. The project will be as follows: (1) User logs into the system (2) The dashboard will be l

Mongo and Morphia

2013-04-21 Thread Andre Schütz
UserDAO userDAO; public ExampleClass() { super(); Datastore ds = MongoResource.INSTANCE.getDatastore(); userDAO = new UserDAO(ds); userDAO.doSomething(); } } I would like to use injection. Can someone tell me how I have to do that? That

Re: Model is not created

2012-07-04 Thread Andre Schütz
Thanks for the answer. Do you see any mistakes in my code that can be the reason for my problems? On Wed, 4 Jul 2012 21:20:31 +0200 Martin Grigorov wrote: > On Wed, Jul 4, 2012 at 9:14 PM, Andre Schütz wrote: > > I found out that I get the same pageID in both > > browsers for

Re: Model is not created

2012-07-04 Thread Andre Schütz
I found out that I get the same pageID in both browsers for the MyFormPage. Should the pageID not be different when I open this site in two different browsers? Thanks, Andre On Wed, 4 Jul 2012 19:38:28 +0200 Andre Schütz wrote: > No idea? Anybody? > > On Tue, 3 Jul 2012 22:50:04 +020

Re: Model is not created

2012-07-04 Thread Andre Schütz
No idea? Anybody? On Tue, 3 Jul 2012 22:50:04 +0200 Andre Schütz wrote: > Hello, > > here is an abstract code example of my problem with my application. > > > # StartPage > > class StartPage extends WebPage { > publ

Re: Model is not created

2012-07-03 Thread Andre Schütz
on of my problem. I do not know why the classes from step 3 are in the model after a new initialization. I would be very thankful for a solution. Thanks, Andre On Tue, 3 Jul 2012 20:16:13 +0200 Andre Schütz wrote: > There is one important information that I had forgotten to &g

Re: Model is not created

2012-07-03 Thread Andre Schütz
> That's my miracle :) > > Thanks for any additional help > Andre > > - Original Message - > From: mgrigo...@apache.org > To: users@wicket.apache.org > Date: 03.07.2012 07:44:54 > Subject: Re: Model is not created > > > > On Mon, Jul 2, 2

Model is not created

2012-07-02 Thread Andre Schütz
from the first time when I clicked on the link to the MyPage site. I do not understand this behavior. Normally, the MyModel variable should be empty and not filled with the last selection. Has someone an idea? Thanks, Andre -- Andre Schütz

Re: Page Expired with Google Analytics Tracking Code

2012-04-20 Thread Andre Schütz
thanks, Andre On Tue, 17 Apr 2012 22:31:27 +0200 Andre Schütz wrote: > Hi, I will try to complete that in the next days and > attach the quickstart as an answer. > > Thank you for the help, > Andre > > On Mon, 16 Apr 2012 22:57:11 +0200 > Bas Gooren wrote: > >

Re: Page Expired with Google Analytics Tracking Code

2012-04-17 Thread Andre Schütz
gt; So just the bare minimum where it's not working: your page that is not > working with a dummy model (e.g. with hardcoded results). > > Bas > > Op 16-4-2012 20:50, schreef Andre Schütz: > > Hi, > > > > I tried with super.renderHead..., but the result is the &

Re: Page Expired with Google Analytics Tracking Code

2012-04-16 Thread Andre Schütz
); >String script = "var _gaq = _gaq || ..."; >response.renderJavaScript(script, null); > } > > ? (note that I added a call to super.renderHead()); > > Bas > > Op 11-4-2012 23:08, schreef Andre Schütz: > > Hi, > > > > I implemented your ver

Data in session and debugger

2012-04-14 Thread Andre Schütz
Bar does no longer display the session size and Page information. The ResultClass is Serializable. Any idea why the debugBar does not work when I store the result in the session? Thanks, Andre -- Andre Schütz - To unsubscribe

Re: Page Expired with Google Analytics Tracking Code

2012-04-11 Thread Andre Schütz
g > > Date: 11.04.2012 00:51:38 > > Subject: Re: Page Expired with Google Analytics Tracking Code > > > > > >> Hi, > >> > >> It sounds a lot like you are not using models properly. E.g. your > >> "results" method parameter has a l

Re: Page Expired with Google Analytics Tracking Code

2012-04-10 Thread Andre Schütz
empty when I click on one of the links in the PagingNavigator. But there are definitely more items than just for one page and the PagingNavigator shows 6 possible pages. Thanks, Andre On Mon, 9 Apr 2012 19:44:34 +0200 Andre Schütz wrote: > Hello, > > I tried your approach and could find

PageableListView without Ajax call

2012-04-09 Thread Andre Schütz
Ajax replacement of the elements? I disabled the Javascript in my browser and the PageableListView works like my customer would exepct it. Can I overwrite any function to stop the default Ajax replacement? Thanks in advance, Andre -- Andre Schütz

Re: Page Expired with Google Analytics Tracking Code

2012-04-09 Thread Andre Schütz
Could it be possible, that the Ajax call of the PageableListView has a problem? Thanks, Andre On Sat, 07 Apr 2012 21:46:53 +0200 Bas Gooren wrote: > Yes. > > Op 7-4-2012 20:37, schreef Andre Schütz: > > Thank you for the answer, I will try your 4 steps. > > > >

Re: Page Expired with Google Analytics Tracking Code

2012-04-07 Thread Andre Schütz
re looking in > the right place for the cause of your PageExpiredException. > > Bas > > Op 7-4-2012 14:04, schreef Andre Schütz: > > Hi, > > > > I tested the page and could localize the following error: > > > > page expired: > > > > http:/

Re: Page Expired with Google Analytics Tracking Code

2012-04-07 Thread Andre Schütz
ntil > it breaks again and you will have found the culprit. > > Another possibility is that you have non-standard settings for wicket > session (page) management. But my guess is that this is not the case. > > Kind regards, > > Bas > > Op 6-4-2012 19:25, schreef Andr

Re: Page Expired with Google Analytics Tracking Code

2012-04-06 Thread Andre Schütz
Hello, did nobody have the same problem with the new Google Analytics code? I added the code directly into the .html file of my WebPage class. Andre On Thu, 5 Apr 2012 14:54:50 +0200 Andre Schütz wrote: > Hello, > > we added the actual Google Analytics Tracking Code into our

Page Expired with Google Analytics Tracking Code

2012-04-05 Thread Andre Schütz
nd how we can stop that? Thanks, Andre -- Andre Schütz - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: isJavaEnabled does not work

2012-04-01 Thread Andre Schütz
of an AjaxSelfUpdatingBehavior which does not work without enabled Javascript. Thank you for your answers. Andre On Sat, 31 Mar 2012 23:17:20 +0200 Martin Grigorov wrote: > The method says "Java", not "JavaScript". > The page that extracts the extra info uses JavaScri

Re: isJavaEnabled does not work

2012-04-01 Thread Andre Schütz
of an AjaxSelfUpdatingBehavior which does not work without enabled Javascript. Thank you for your answers. Andre On Sat, 31 Mar 2012 23:17:20 +0200 Martin Grigorov wrote: > The method says "Java", not "JavaScript". > The page that extracts the extra info uses JavaScri

isJavaEnabled does not work

2012-03-31 Thread Andre Schütz
rs. Additionally, I tried the website: http://wicketstuff.org/wicket/hellobrowser/howdy The same result. JavaEnabled = false. Any ideas? -- Andre Schütz - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additi

Re: AjaxPagingNavigator does not scroll to top

2012-03-29 Thread Andre Schütz
d > Training, Consulting, Development > http://jWeekend.com > > ----- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org -- Andre Schütz

Re: StackOverflow while getting browser info

2012-03-14 Thread Andre Schütz
Hi, Thank you for the hint. Do you have an idea where should place my code? I tried it in the constructor of my index webpage, but the setLocale method created a page reload that did not occur in the Webapplication constructor. Thanks, Andre --- Andre Schütz www.faustas.de Dan Retzlaff

Wizard step with three textfields and one is required

2012-03-08 Thread Andre Schütz
s to check for at least one of them? Thank you, Andre -- Andre Schütz - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Links with old PageID do not work

2012-03-07 Thread Andre Schütz
Anybody any idea? On Tue, 6 Mar 2012 22:17:10 +0100 Andre Schütz wrote: > Hi, > > I tested my application and checked for the renderCount variable. I made a > breakpoint and checked the variable in the Debugger. Surprisingly, the > renderCount variable was not increased and re

Re: Links with old PageID do not work

2012-03-06 Thread Andre Schütz
as about such a constellation? Andre On Tue, 6 Mar 2012 09:13:26 +0200 Martin Grigorov wrote: > 2012/3/5 Andre Schütz : > > Hi, > > > > thank you for the answer. I will test this and reply with my results. > > > > I have three questions depending on the test you h

Re: Links with old PageID do not work

2012-03-05 Thread Andre Schütz
gt; something more which is not included in your description. > I recommend you to put a break point in o.a.w.Page and see why > 'renderCount' changes and another in PageProvider#getPageInstance() to > see why the requested 'renderCount' is different than the current one.

Links with old PageID do not work

2012-03-04 Thread Andre Schütz
Hello, i have a question about the behavior of links in two tabs. I have an application that I opened in two tabs. In Tab1, I make a submit from Page1 and get Page2. At the same time, I make a submit in Tab2 from Page1 to Page2. The two pages with the name Page2 in the two tabs display the resul

Re: Multi Tab and Session

2012-03-02 Thread Andre Schütz
, I could use my application in multiple tabs without any problems. Thanks for the many help. Andre On Thu, 1 Mar 2012 23:03:37 +0100 Andre Schütz wrote: > Hi, > > I started my project with Jetty from within IDEA to use breakpoints and > additional informations from the debugge

Re: Multi Tab and Session

2012-03-01 Thread Andre Schütz
d > on the page ID in the URL). Interesting. > http://code.google.com/chrome/whitepapers/prerender.html > > Dan > > 2012/2/29 Andre Schütz > > > Hi, > > > > I could identify the cause of the problem, but still have no > > solution. > > > >

Re: Multi Tab and Session

2012-03-01 Thread Andre Schütz
-- > >> Datum: Thu, 1 Mar 2012 09:40:30 +0200 > >> Von: Martin Grigorov > >> An: users@wicket.apache.org > >> Betreff: Re: Multi Tab and Session > > > >> 2012/2/29 Andre Schütz : > >> > Hi, > >> > > >> > I could id

Re: Multi Tab and Session

2012-02-29 Thread Andre Schütz
on: Dan Retzlaff > > > An: users@wicket.apache.org > > > Betreff: Re: Multi Tab and Session > > > > > Hi Andre. I'm trying to understand your setup. A quickstart may be > > > required. > > > > > > What does your Page1's onSubmit() loo

Re: Error during start of wicket application

2012-02-28 Thread Andre Schütz
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > > -- > Martin Grigorov > jWeekend > Training, Consulti

Multi Tab and Session

2012-02-28 Thread Andre Schütz
lem? Would be great. -- Andre Schütz - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Error during start of wicket application

2012-02-28 Thread Andre Schütz
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > > -- > Martin Grigorov > jWeekend > Training, Consulti