> In other words:
> I want to change the arrangement of the portlets for a user.
> So I edited the
> PSML file in the directory with his name, e.g. Turbine. But
> these changes
> don't change the arrangement on the web page.
>

the latest cvs head has been switched over to a newer profiling service
which has a new psml directory structure:

psml
  |
  +- anon
  |    |
  |    html
  |      |
  |      + default.psml         // here is your default.psml
  |
  +- user
  |    |
  |    +- turbine
  |          |
  |          + html
  |             |
  |             + default.psml
  |             |
  |             + news.psml
  |
  +- group
  |    |
  |    +- apache
  |          |
  |          + default.psml
  |          |
  |          + news.psml
  +- role
...

You can enable/disable the new profiler in the JR.p: (setting it the false
uses the old directory structure)

services.profiler.enable=true/false

Read the proposal for more complete information in the cvs under
proposals/0005.txt



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to