No, its Logon_lite.html and Logon_normal.html.

You can also still use i18n and style versions. I forgot the exact order 
but then you'll get files like Logon_en_lite_green.html for English, 
variant lite and style green.

Regards,
     Erik.

Carfield Yim schreef:
> Then it will refer to "lite.html" and "normal.html"??
>
>
> On 12/15/06, Erik van Oosten <[EMAIL PROTECTED]> wrote:
>   
>> Hi Carfield,
>>
>> Try something like:
>>
>> public Logon() {
>>   setVariant(Boolean.valueOf(getRequest().getParameter("isliteversion"))
>> ? "lite" : "normal");
>> }
>>
>> Regards,
>>      Erik.
>>     

-- 
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