WEB-INF/templates/jsp/navigations/html/top_loggedIn.jsp is where you would
need to do this, but the fact that this is nothing more than a display
template and not a JSPPortlet, anything you do here won't be able to
interact with the controlled system.
Another alternative (but I'm not sure if it works 100%) would be to use
<jsp:portlet/> tag to include a named portlet from your system, in
templates/jsp/layouts/html/default.jsp instead of top_loggedIn.jsp
And see if that added portlet can be used the way you want...


-----Original Message-----
From: Pierre Henry [mailto:[EMAIL PROTECTED]] 
Sent: 27 January 2003 06:21
To: Jetspeed User List (E-mail)
Subject: Modify navigation templates


Hi all,

I want to add a small form on the top-logged in navigation template. This
form would allow the user to modify a permanent variable for the logged in
user. I am using JSP for templates.

How should I do this ? Do I have to create an action for this and do
something with hidden fields like for JSPPortlets ?

Any ideas or suggestions are very welcome !

Pierre

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

Reply via email to