javascript « portlet « Java Enterprise Q&A





1. Dojo Dialog dont want to block whole page only fragement/div of the page    stackoverflow.com

Hi I am working on Dojo and Liferay portal. We have portlets which are using Dojo for UI. We want to show dialog ( "Loading..." dialog) for each of the portlets ...

2. Adding Javascript in portlet    stackoverflow.com

Hello Friends I want to add the javascript for the calendar control in my portlet. because I don't want to use the calendar portlet of liferay. So how to add the ...

3. Can ExtJS portals and portlets be positioned like usual CSS elements?    stackoverflow.com

I would like to make a portal and its ExtJS portlets fit within a fixed-width layout. Right now they seem to take 100% of the width, and the elements appear to ...

4. How do I package javascript files in a portlet application    stackoverflow.com

I have written a simple portlet which uses jquery and flot. I need to keep an option open to deploy the portet in a standard portal container such as JBoss, but ...

5. allocate java value to javascript value in portlet    forums.netbeans.org

If I understand well you want to assign the value of a java variable from javascript? No the value have to be submitted in a form then handled on the server. ...

6. Javascript to invoke portlet ? : Help please    coderanch.com

Hi, We have a number of small web applications (mostly all good ol servlet-jsp based) and now, I am thinking of creating a portal app which acts like an interface over the existing apps while also providing typical user-friendly portlets like news, weather etc. When the user logs in, say a news, weather and customer search portlets would be displayed. The ...

8. javascript for select box    coderanch.com

I have a javascript question. I have a drop down box. And after I display the results of the selected option, I want it to continue to show the selected menu item. Say, I selected "Complete" from my select box. I display the results of the "complete" option. But then the select box option goes back to "All" and I want ...

9. call a method in portlet action class from javascript function    coderanch.com

Hi, I've created a column sortable table in a portlet JSP using Comparator. When i click on the table header I call a javascript function to sort the data by sending the sorting order and the column value. And the sorting method is in the portlet action class. Now the question is to call this sorting method in the javascript and ...





10. java script error in portal    coderanch.com

Hi! I am working in a Portal project where we integrate different portlets (Modules) using Vignette admin console. I have a query..when we integrate other portlets,I am getting java script error when we do a proxy of the content.This error we are getting only in one particular portlet.I checked with the managed servers also,even they have the same problem with that ...

11. Call ProcessAction through Javascript?    coderanch.com

Hello! I need to submit a form without a submit button, through Javascript, in order for the ProcessAction method to be called. I use this code inside the jsp:

<% String loadLayout = (String) session.getAttribute("loadLayout"); if (loadLayout != null && !loadLayout.equals("")) { %> } %>