Thanks Igor,

I 'll try this and get back with results tomorrow,

Konstantinos

----- Original Message ----
From: Igor Vaynberg <[EMAIL PROTECTED]>
To: wicket-user@lists.sourceforge.net
Sent: Wednesday, December 20, 2006 7:04:10 PM
Subject: Re: [Wicket-user] Login to wicket-app from another site

i suppose sitea can put the username into session

then either

your login page looks for that username in session and if there uses 
restartresponseexception to redirect to home page

or if you are using an authorization strategy then that bypass the login page


-igor


On 12/20/06, Konstantinos Lazouras <[EMAIL PROTECTED]> wrote:


Hi all,

I have a wicket application running, that has a login page, where user puts 
username and password and continues to Home.class
. That works fine.  Now I need to bypass the login page, coming from a site 
(e.g. siteA, with its own username and passwd fields and not using wicket) and 
go directly to Home.class (only if the "login behind the scenes" succeeds).


The problems are
a) how should the url to the wicket app look like? (to use at siteA)
b) how to get username and passwd from siteA? 

Any suggestions? 

Cheers,

Konstantinos









__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam
 protection around 
http://mail.yahoo.com 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your

opinions on IT & business topics through brief surveys - and earn cash

http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Wicket-user mailing list

Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user






-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user






__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to