Hi everybody, I have an application, which consists mainly of a 'controlling' portlet (VelocityPortlet). Depending on the user's privileges and his actions within the portlet, I want Jetspeed to open/maximize different portlets, wherein the user can do certain things (manipulate different database table for instance - but this would not be the only thing). i accomplished that by defining the form action tag to <form action="/jetspeed/portal?action=controls.Restore&portlet=in" method="post">. What happens now is that the executed action is doPerform, not doUpdate, although i have defined an <input> with the name "eventSubmit_diSubmit"> This is not the primary problem, as certain parameters are used to check if there was a click event or not. So this works so far quite well. but then I want these 'controlled' portlets to have different buttons (do this, do that, goback to main display(minimize) ). I tried to handle the action events for that, but only the doPerform method would be called. So where did I do wrong?
Or is my overall understanding wrong here? I know that this question might be useful in turbine or velocity mailing list, so feel free to forward it there :) thanks in advance for ANY(!) help/idea... Mit freundlichen Gr��en / With best regards Markus Strau� Softwareentwickler Krusche Lagertechnik AG Schrannenplatz 6 85435 Erding Tel.: 08122/18796-21 Fax.: 08122/18796-50 [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
