You do not have to use the existing signin page. You could write a page 
that has a constructor with 1 parameter of type PageParameters. Then 
mount that page to some URL and call it directly from your other 
application. The username and password can be in post parameters or in 
the URL directly. In the constructor the page would authenticate the 
user and when done throw a RestartResponseException to render the home page.

Regards,
     Erik.


Konstantinos Lazouras wrote:
> Is there a better way to do this?
>
> -konstantinos
>
>

-- 
Erik van Oosten
http://www.day-to-day-stuff.blogspot.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