Chris O'Neal wrote:

I am experiencing a problem where JSP portlets interfere with one
another. This is happening when I have:

A) multiple instances of a portlet on the same pane and B) different portlets that submit HTML form parameters of the same name.

In case B, I have tried including <INPUT TYPE="hidden" NAME="js_peid"
VALUE="<%=jspeid%>"> in the HTML form as suggested by the jetspeed
tutorial section 8.3.

In case A, I have tried passing  js_peid=<%=jspeid%>  along on the query
string.

Neither approach has worked. All portlets seem to respond to the action.
Additionally, I have tried this in situations where the JSPPortlet
follows the MVC model with template & action separated and also with a
single JSP page that submits an HTML form back to itself. I'm obviously
missing something since the documentation says to do it this way.

Any help greatly appreciated!
Chris.



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

You'll have to add logic to separate each portlet. Each pane is made up of one or more portlet HTML def's which are really only seperate HTML def's in the same query. To see this go to your browser open the pane and several portlets and view the source your'll see the problem. The only time the portlet doesn't have a definition present is when it is not visible or is minimized. You can pass a parameter and then test for it, or you can use a hidden tag either should work.





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



Reply via email to