request « portlet « Java Enterprise Q&A





2. Unwanted Render Request or caching of display contents    coderanch.com

Hello there, I have made a JSR 168 portlet that shows some content to its user (View mode). A content manager has access to an extra Configure Mode, in which he or she might add or remove content items. When done, the content manager (also being a user) checks the modification by returning to the View Mode. The problem is, that ...

3. IPC : inner request and outer request    coderanch.com

5. request for not supported mode    coderanch.com

6. How to use request param attribute in Rules in Webshphere Portal 6.0    coderanch.com

Hi, I have a requirement where i need to hide a portlet based on a Hidden variable(Request parameter) in Websphere Portal V 6.0. Is there anyway in the Rules in WS Portal 6.0. Or specifically.., is there a way to hide a portlet based on Request/Session attribute using rules in websphere portal 6.0 .., any thoughts on this will be highly ...

8. different requests for what purpose?    coderanch.com

The PortletRequest is the parent of both. An ActionRequest and a RenderRequest are both different types of PortletRequest objects. An ActionRequest is valid during the action processing phase of the portlet. During this phase, the portlet hasn't completely decided how it is going to render itself, be it minimized, maximized, in edit mode or in veiw mode, etc. On the other ...

9. container generates request only on custom functionality?    coderanch.com

Hi, When we go into edit (personalize) mode of a portlet and then again come back by clicking on back mode (it's not mode actually, but shown like all other modes in that menu), why container doesn't generate new request??? Why I am asking this, because, in all modes methods (doView(), doEdit() doCostomConfigure(), and doCustomEditDefaults) I display the view depending on ...





10. problem in getting the value from request.getParameter    coderanch.com

Please look at the code snipet below.. "> <%= messageTitle %> In this jsp file we are creating the URL setting messageID as the parameter to be passed to next page. Means when we click on the link the message Id goes to the next jsp ...

11. Handling Portlet requests    coderanch.com

Portlets are in many ways similar to Servlets. In fact, in the old days, Portlet extended Servlet. A big mistake of many new Portlet programmers is to use a Portlet as though it was a Servlet. Portlet programming IS different. But much of the semantics is the same. The portal server does run on a servlet engine, and the same type ...

12. Stuck threds when requests from WAP    coderanch.com

13. Intercepting portlet request    coderanch.com

14. not able to pass request parameters when the JSON call is made from Open portal    coderanch.com

JSON Portlets Java AJax Jquery getJSON serveResource JSR286 portlet:resourceURL portlet.xml GenericPortlet 1. Requirement:- The requirement is to fire an AJAX call when the user mouse over a div section .A dynamic Id value has to be passed as a request parameters . 2. How we are doing it? The mouseover event of the div section is bound to a JQUERY function. ...