I have a CustomizedMenuControl for anonimous user in JetSpeed 1.4. I have created a customized velocity portlet from the screen NewAccount.vm.
This portlet shows when I click the "New user" entry in the menu, and this portlet is displayed where MenuControl uses to display portlets content.
Also I have create another customized velocity portlet from the screen ConfirmRegistration.vm
My problem is, when I submit the form, the confirm registration portlet is displayed in full screen and I want to get it displayed where portlets are usually shown when you are using a menu control.
I want exactly the same behavior I get when logged as Admin I click User Browser in the tab security and then "add user" and the screen for adding an user is displayed in the area where user browser's screen was.
The anom user psml file is the following
<?xml version="1.0" encoding="iso-8859-1"?> <portlets id="01"> <metainfo> <title>Start</title> </metainfo> <security-ref parent="AnomSecurity"/> <skin name="orange-red"/> <layout position="-1" size="-1"/> <control name="TabControl"/> <controller name="TabController"/> <portlets id="P-fbedbf6aca-1001f"> <metainfo> <title>Menu</title> </metainfo> <security-ref parent="AnomSecurity"/> <layout position="1" size="-1"/> <control name="AnomMenu"/> <controller name="AnomMenuController">
</controller>
<entry id="P-fbedbf6aca-10020" parent="AnomPortlet"/>
<entry id="P-fbedbf6aca-10022" parent="Apacheweek"/>
<entry id="P-fbedbf6aca-10024" parent="BBCFrontPage"/>
<entry id="P-fbedbf6aca-10026" parent="HelloVelocity">
<parameter name="text" value="Hello World in Velocity"/>
</entry>
<entry id="P-fbedbf6aca-10027" parent="NewUser">
<metainfo>
<title>New user</title>
</metainfo>
</entry>
<entry id="P-fbedbf6aca-10028" parent="ConfirmRegistration">
<parameter name="_menustate" value="closed"/>
</entry>
</portlets>
</portlets>thank in advance.
I wait for your answer. It is urgent.
David Cornide Albo [EMAIL PROTECTED] Departamento de Telm�tica Centro de Innovaci�n y Servicios de Galica, CIS D&T A Cabana sn, Ferrol Tlfno: 981337125 Fax: 981337171
