SSL - ajax login

2009-07-21 Thread Arthur Leigh Allen
Hello folks, I'm using wicket 1.4 RC7 now and I have a question regarding the usage of ssl. I use the HttpsRequestCycleProcessor with the annotation @RequireHttps.   Imagine the following case like it is realized on different sites like web.de or gmx.de as well as xing.com. The first call will re

AW: SSL - ajax login

2009-07-21 Thread Arthur Leigh Allen
slform, your login form - making sure to include the code to the component that submits it. -igor On Tue, Jul 21, 2009 at 8:34 AM, Arthur Leigh Allen wrote: > Hello folks, > > I'm using wicket 1.4 RC7 now and I have a question regarding the usage of ssl. > I use the HttpsR

BoundCompoundPropertyModel @Deprecated

2009-07-21 Thread Arthur Leigh Allen
Hallo folks, can someone please tell me why the BoundCompoundPropertyModel is declared as deprecated in wicket 1.4? I'm about to migrate from 1.3.5 to 1.4RC7 and I got 980 warnings. I solved about 450 today. I got about 350 warnings because of the BoundCompoundPropertyModel. I loved that model

AW: AW: SSL - ajax login

2009-07-22 Thread Arthur Leigh Allen
regards Arthur ____ Von: Arthur Leigh Allen An: users@wicket.apache.org Gesendet: Dienstag, den 21. Juli 2009, 19:18:18 Uhr Betreff: AW: SSL - ajax login Hello Igor, thanks for your early reply. Yes, my login form is submitted via ajax. public class BasePage {         public void

AW: AW: SSL - ajax login

2009-07-22 Thread Arthur Leigh Allen
on you can override getcallbackurl() and append https to it. -igor On Wed, Jul 22, 2009 at 2:37 AM, Arthur Leigh Allen wrote: > Hi again, > > I need to know if it's possible to switch to SSL via button or form. > Otherwise I have to switch back to wicket 1.3.5. I'm in hurry be

AW: AW: SSL - ajax login

2009-07-23 Thread Arthur Leigh Allen
to it. -igor On Wed, Jul 22, 2009 at 2:37 AM, Arthur Leigh Allen wrote: > Hi again, > > I need to know if it's possible to switch to SSL via button or form. > Otherwise I have to switch back to wicket 1.3.5. I'm in hurry because > we will go online within the next 10

AW: AW: SSL - ajax login

2009-07-24 Thread Arthur Leigh Allen
he.org Gesendet: Donnerstag, den 23. Juli 2009, 16:37:22 Uhr Betreff: Re: AW: SSL - ajax login javascript invokes the url you give it, so it looked like it should work. you might have to trace deeper to see whats going on. -igor On Thu, Jul 23, 2009 at 4:41 AM, Arthur Leigh Allen wrote: > Hi

AW: AW: AW: SSL - ajax login

2009-07-24 Thread Arthur Leigh Allen
esterday, I found it today However I would appreciate a response to the other questions. Thx Arthur ________ Von: Arthur Leigh Allen An: users@wicket.apache.org Gesendet: Freitag, den 24. Juli 2009, 11:19:23 Uhr Betreff: AW: AW: SSL - ajax login Hi Igor, I tried t

AW: AW: SSL - ajax login

2009-07-24 Thread Arthur Leigh Allen
Fri, Jul 24, 2009 at 2:19 AM, Arthur Leigh Allen wrote: > Hi Igor, > > I tried to do it as simple as possible so I returned > https://localhost:8443/projectname in the overridden method getCallbackUrl of > AjaxFormSubmitBehavior. The result was the same. The link pointed to the url

AW: AW: SSL - ajax login

2009-07-26 Thread Arthur Leigh Allen
__ Von: Igor Vaynberg An: users@wicket.apache.org Gesendet: Freitag, den 24. Juli 2009, 21:51:48 Uhr Betreff: Re: AW: SSL - ajax login whatever url you see when hovering over the link is not the url used for ajax - not necessarily. you should inspect the onclick handlers. -igor

AW: AW: SSL - ajax login

2009-07-26 Thread Arthur Leigh Allen
login whatever url you see when hovering over the link is not the url used for ajax - not necessarily. you should inspect the onclick handlers. -igor On Fri, Jul 24, 2009 at 12:20 PM, Arthur Leigh Allen wrote: > no, sorry... the url is not changing to http://locahost:8080/projectname/# > but

AW: AW: SSL - ajax login

2009-07-27 Thread Arthur Leigh Allen
n you click the link. -igor On Sun, Jul 26, 2009 at 1:15 PM, Arthur Leigh Allen wrote: > Hi Igor, > > I used Firebug to have a look at the onClick event. > I've inspected two links, one usual ajax link and one for the ssl login. > > > > Regarding

AW: AW: SSL - ajax login

2009-07-27 Thread Arthur Leigh Allen
url when you click the link. -igor On Sun, Jul 26, 2009 at 1:15 PM, Arthur Leigh Allen wrote: > Hi Igor, > > I used Firebug to have a look at the onClick event. > I've inspected two links, one usual ajax link and one for the ssl login. > > > > Reg

AW: the effective ways of wicket models to access database

2009-07-27 Thread Arthur Leigh Allen
what about the LoadableDetachableModel?   IModel model = new LoadableDetachableModel() {     protected Object load() {     return dao.getX();     } }; Von: David Chang An: users@wicket.apache.org Gesendet: Montag, den 27. Juli 2009, 14:20:14 Uhr Betreff: th

AW: AW: SSL - ajax login

2009-07-28 Thread Arthur Leigh Allen
rom the console like wicket is trying to hit that url, what you can do is set a breakpoint in wicketfilter and see if that request ever reaches the server. -igor On Mon, Jul 27, 2009 at 4:56 AM, Arthur Leigh Allen wrote: > Hi again Igor, > > I did the following now: > I called the webs

AW: Thanks Wicket-Team!

2009-07-28 Thread Arthur Leigh Allen
Gute Arbeit Leute und viel Erfolg mit dem Projekt. Ich hoffe wir ziehen auch bald nach :) Gruß Arthur Von: Oliver Krohne An: users@wicket.apache.org Gesendet: Dienstag, den 28. Juli 2009, 13:01:53 Uhr Betreff: Thanks Wicket-Team! Hi, Many thanks to the Wicke

resource cacheable firefox/opera

2009-03-10 Thread Arthur Leigh Allen
Hi folks,   I've implemented a RemoteImage class which extends the Image class. The method setCacheable works with Internet Explorer but neither with Firefox nor with Opera. If I load an image the first time, the correct image is shown. When I try to load a different image (path is applied correct

AW: resource cacheable firefox/opera

2009-03-10 Thread Arthur Leigh Allen
sorry people. i was trying all the time but i didn't see the class NonCachingImage now it works Von: Arthur Leigh Allen An: users@wicket.apache.org Gesendet: Dienstag, den 10. März 2009, 15:56:24 Uhr Betreff: resource cacheable firefox/opera Hi folks,  

AW: resource cacheable firefox/opera

2009-03-10 Thread Arthur Leigh Allen
re and no-cache headers will NOT prevent firefox3 from using its memory cache (at least not with pages). Your best bet is to use different urls. On Tue, 10 Mar 2009 14:56 +, "Arthur Leigh Allen" wrote: > Hi folks, >   > I've implemented a RemoteImage class whic

AW: AutoCompleteTextField buggy?

2009-03-18 Thread Arthur Leigh Allen
Leigh   Von: Phil Grimm An: users@wicket.apache.org Gesendet: Montag, den 9. Februar 2009, 04:27:35 Uhr Betreff: Re: AutoCompleteTextField buggy? I tried it in my app (running 1.4-rc1) and was not able to reproduce this. Phil On Sat, Feb 7, 2009 at 1:05 PM, Arthur Leigh

session timeout and session id

2008-11-05 Thread Arthur Leigh Allen
Hello people! I know there are lots of threads with the same issue but I couldn't find a proper and well solved solution. I have a web application with users to login and logout. If a user logs in the user object is hold in the session. If the user logs out by using the logout button, the online

AW: session timeout and session id

2008-11-06 Thread Arthur Leigh Allen
th the Map solution? I'm pretty sure it works. cheers, Bruno Borges blog.brunoborges.com.br +55 21 76727099 "The glory of great men should always be measured by the means they have used to acquire it." - Francois de La Rochefoucauld On Wed, Nov 5, 2008 at 1:31 PM, Arthur Leigh All

open link in new window => target is null

2009-01-21 Thread Arthur Leigh Allen
Hello wicket community, yesterday I found out that the target object in the onClick event is null if I click with the right mouse button on an ajax fallback link and select "open in new window". Does someone know why? Best regards Leigh

getRequest().getPage() always null

2009-01-21 Thread Arthur Leigh Allen
MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1602752818-1232550898=:63833" --0-1602752818-1232550898=:63833 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable =0A=0AHello wicket community,=0A=0A=0Athere is a second issue I don't know = how to

getRequest().getPage() always null

2009-01-21 Thread Arthur Leigh Allen
Hello wicket community, there is a second issue I don't know how to solve. Imagine the following situation: -User visits page -User logs in -User clones the browser window by pressing Strg+N (2 browser windows with logged-in-panels are shown now) -User logs out in second page -User closes secon

AW: getRequest().getPage() always null

2009-01-21 Thread Arthur Leigh Allen
thx for your reply the page does not expire. the session is still running. only the login status changes. do you know why getRequest().getPage() is always null?  best regards Leigh

AW: getRequest().getPage() always null

2009-01-28 Thread Arthur Leigh Allen
ectly. regards Dipu On Wed, Jan 21, 2009 at 3:18 PM, Arthur Leigh Allen wrote: > Hello wicket community, > > > there is a second issue I don't know how to solve. > > Imagine the following situation: > -User visits page > -User logs in > -User clones the browser window

AW: open link in new window => target is null

2009-01-28 Thread Arthur Leigh Allen
Hello people, this is my second problem I cannot resolve. Why is the target object always null if I open an AjaxFallbackLink in a new window or tab? Best regards, Leigh Von: Arthur Leigh Allen An: users@wicket.apache.org Gesendet: Mittwoch, den 21. Januar

AW: AW: getRequest().getPage() always null

2009-02-03 Thread Arthur Leigh Allen
st to have a look into wicket-auth-roles (and the examples). there's a lot already implemented and you don't have to hook into the requestcycle too much ... regards, Michael Arthur Leigh Allen wrote: > > Hello people, > > any explanation or suggestion? > Is there a pos

2 DropDownChoices with a renderer. ajax update

2009-02-03 Thread Arthur Leigh Allen
Hello people, thanks for helping the newbies in wicket. I got one more question: -I use two drop down choices -The first one includes all countries, the second one the related states -If the first country choice changed, the second one should be updated via ajax -In both choices i use a choice re

AW: 2 DropDownChoices with a renderer. ajax update

2009-02-04 Thread Arthur Leigh Allen
e see here for clues http://wicketstuff.org/wicket13/ajax/choice.1 -igor On Tue, Feb 3, 2009 at 2:54 PM, Arthur Leigh Allen wrote: > Hello people, > > thanks for helping the newbies in wicket. > > I got one more question: > -I use two drop down choices > -The first one includ

AW: AW: 2 DropDownChoices with a renderer. ajax update

2009-02-04 Thread Arthur Leigh Allen
? Von: Arthur Leigh Allen An: users@wicket.apache.org Gesendet: Mittwoch, den 4. Februar 2009, 09:24:39 Uhr Betreff: AW: 2 DropDownChoices with a renderer. ajax update i already saw that example igor but the difference is that they're using a property model and they overrid

AW: AW: AW: 2 DropDownChoices with a renderer. ajax update

2009-02-04 Thread Arthur Leigh Allen
sorry i meant: neither the getIdValue nor the getDisplayValue are called Von: Arthur Leigh Allen An: users@wicket.apache.org Gesendet: Mittwoch, den 4. Februar 2009, 10:57:28 Uhr Betreff: AW: AW: 2 DropDownChoices with a renderer. ajax update it seems to me

AW: AW: AW: 2 DropDownChoices with a renderer. ajax update

2009-02-04 Thread Arthur Leigh Allen
e. Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: Arthur Leigh Allen Sent: Wednesday, February 04, 2009 3:57 AM To: users@wicket.apache.org Subject: AW: AW: 2 DropDownChoices with a renderer. ajax update it seems to me like th

AW: AutoCompleteTextField buggy?

2009-02-07 Thread Arthur Leigh Allen
hi igor, it's 1.3.5 Von: Igor Vaynberg An: users@wicket.apache.org Gesendet: Samstag, den 7. Februar 2009, 00:44:28 Uhr Betreff: Re: AutoCompleteTextField buggy? what wicket version are you using? -igor On Fri, Feb 6, 2009 at 3:32 AM, Arthur Leigh