Hi,
When I login using the admin account then the rendered page is built by
using pages/template.tpsml file.
So the page is I see the pages/_user/admin/default-page.psml rendered inside
the following fragment of template.tpsml:
<page-fragment id="page-template">
<property name="row" value="0"/>
<property name="column" value="0"/>
</page-fragment>
This is the security in template.tpsml:
<page-template id="definition" ...>
<security-constraints>
<security-constraints-ref>user-edit,admin</security-constraints-ref>
</security-constraints>
...
</page-template>
But when I login using a user account then the
pages/_user/foo/default-page.psml is used which is rendered just fine but it
is not wrapped in the template.tpsml like the admin pages are.
In pages/template/new-user/ dir I have account.psml, default-page.psml,
folder.metadata, min.psml
Thanks for help
Hasan
--
View this message in context:
http://old.nabble.com/user-page-not-rendered-using-pages-template.tpsml-tp31767178p31767178.html
Sent from the Jetspeed - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]