Hi all,
i hace a lot of aplications runnin as StrutsPorlets in J2, they works fine, but have a serious problem, than i couldnt fix yet.

I have a link in the left panel to a psml call list.psml

This psml contains a portlet call mt-usuarios::ListClient
<fragment id="cuenta.datos.1.1" type="portlet" name="mt-usuarios::ListClient">

This portlet is defined as a struts porlet like this
       <porlet id="ListClient">
       .....
       <ViewPage>
       <value>/client.do?accion=list</value>

where client.do is a dispatch struts action that contains two methods
list -> lis all the clients in the system, and forward to list.jsp
       view       -> view one selected client and forward to view.jjsp
remove -> remove one selected client. and forward to operation-ok.jsp


The firt time you click the link in the left menu, the application works fine, show me the list.jsp page, then i select one cliet, and show me the view.jsp. This is ok. There ir back to the home, or click another link in the menu, when i click again in the client link in the left menu, they show my the view.jsp (and execute the view methor in the action), this is the previous context of the portlet, It posible to reset this, i whant when j1 load a psml, call always the view page of the portlet, not show the initial contexto.

Please i need help with these, i spend a lot of time solving this.
Santiago


                
___________________________________ A tu celular ¿no le falta algo? Usá Yahoo! Messenger y Correo Yahoo! en tu teléfono celular. Más información en http://movil.yahoo.com.ar

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

Reply via email to