[JBoss-user] [JBoss Portal] - Pls Help! Username Encryption

2006-07-05 Thread AlfredKwan
I want to encrypt (PKI) the username and password before sending to the JBoss Portal for authenticaion. In the login form, i encrypt the ID/Pwd by an applet then pass to the j_security_check. In my custom login module, i decrypt it.. The user can be authenticated (i.e. the custom login module

[JBoss-user] [JBoss Portal] - ActionRequest.setAttribute

2006-07-04 Thread AlfredKwan
When my portlet does something by clicking on an action URL ( renderResponse.createActionURL), I set some attributes in the performAction method (i.e. actionRequest.setAttribute(current_state, stateABC)) I intend to have the doView retrieves this state and then select an appropriate JSP to

[JBoss-user] [JBoss Portal] - JBoss Portal Does Not Locale Specific Page Title / Portal Ti

2006-06-26 Thread AlfredKwan
Does JBoss Portal support locale specific page title / portal title? I want that when users with different locale login, they can see the locale specifc page / portal title in the navigation bar at the top. From the JBoss src (NavigationPortlet.java), it seems it just uses the getName() of the

[JBoss-user] [JBoss Portal] - JBoss Portal i18n usage configration

2006-06-20 Thread AlfredKwan
Hi all, Does anyone know the usage of i18n in JBoss Portal? i.e. 1. By using what custom tag / API to get i18n messages for display in the web pages? 2. How to specify the locale-specific label for the pages? 3. I've customized the login module. How to integeate it with JBoss Portal so that