Johann Bertscheit wrote:
> 
> 
> Hi Jetspeed-fans,
> Hi burtonator,
> 
> I have installed jetspeed  (v 1.2b1) on winnt and have now the following questions:
> 
> - when will the 'Customize your page layout' screen work again?
> <snip>

As far as I understand the situation, Kevin could not really work on Jetspeed for the
last two months so the customizer project is more or less stalled. I expect many things
to be resolved during ApacheCon next week.

> 
> - how to implement the 'Customize your page layout' functionality without GUI -
>     directly in jetspeed/turbine? -
>     in such a way, that two different users get shown two different sets of portlets,
>     if they login into jetspeed
>

Just define different PSML files for each user, use the 
org.apache.jetspeed.profiler.UserProfiler as your profiler and you'll be able to access
your different files either:
- by logging in as a specific user
- by using the following URLs:

        http://myhost/servlet/jetspeed/user/<myusername>

> - how is it possible to activate/deactivate a portlet for some specific user(s)?
>

you have 2 different PSML files so you can do whatever you want since your user
is not currently able to add a portlet back.
 
> - how is it possible to access the logged user from a XSP page?
>     (get the user-name and user-properties, as stored in the database/turbine)
> 

I'm not sure but I think so

> - when will be a new version of jetspeed released?
>

Soon ;)
 
--
Rapha�l Luta - [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to