Hello All,
I have developed a personalized web site based on Jetspeed framework.
I have been thinking of using jspeid field to know exactly which portlet
has been submitted and the corresponding portlets action or build normal
context should be run based on that field rather than running the heavy
code for all the portlets even if they are not submitted.
Now the question is that one gets the jspeid field in the request but with
what this jspeid field shud be compared with in the action or build normal
context method. ( I am sorry if I sound a bit confused but I actually am
:))
I am assuming that the portlet in the build normal  context method is the
portlet which is being submitted and its id can be fethced by
portlet.getID() method. Now the ID in the HTTPrequest where is it set as I
can see in the JSP's that a call is made to
String jspeid = (String) request.getAttribute("js_peid");
where is this attribute set as this value is used in :
<input type="hidden" name="js_peid" value="<%=jspeid%>">

So I want to know where this jspeid valu is set.

Thanks
Javed



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

Reply via email to