Liferay IPC portlet errors Programming Software Development by RykeTech … when I add the Vaadin compiler portlet I receive an error (displays twice in each portlet) within my two deployed portlets. I… have compiled using the Vaadin Widgetset Compiler portlet after adding "Vaadin IPC for Liferay 0.9.1… jQuery-ui Sortable Portlets in Passing Array to php Programming Web Development by jcanaway …50000, scope:'scope', opacity: 0.80, }); $(".portlet").addClass("ui-widget ui-widget-content ui-helper…"); $(this).parents(".portlet:first").find(".portlet-content").toggle(); }); $('.portlet-content').disableSelection(); }); </… jQuery - drag&drop on table rows Programming Web Development by peter_budo …$(function() { $(".column").sortable({ connectWith: '.column' }); $(".portlet").addClass("ui-widget ui-widget-content ui-helper…("ui-icon-minusthick"); $(this).parents(".portlet:first").find(".portlet-content").toggle(); }); $(".column").disableSelection();… Re: jQuery-ui Sortable Portlets in Passing Array to php Programming Web Development by jcanaway … it as so [code=php]$(".column").sortable({ handle: '.portlet-header', }); [/code] this is to only to start sort on… How to get the value of the checkbox which is generating dynamically Programming Web Development by Java_il …gt; <%@ page import="javax.portlet.RenderResponse,javax.portlet.RenderRequest,javax.portlet.PortletURL, javax.portlet.WindowState,java.util.*"%> <…return; } RenderRequest renderRequest = (RenderRequest) request.getAttribute ("javax.portlet.request"); if (renderRequest == null) { out.println ("… HTML Positioning Programming Web Development by rdhiravani … Document </title> <style> .portlet { font-family:trebuchet ms; border: solid gray 1px…display: inline; text-align: left; margin: 1%; } .portlet div.heading { background-color:orange; color:black; font-size…-small; font-weight: bold; padding-left: 5px; } .portlet div.data { overflow: auto; border: 0px solid black; … Re: Setting the value using java script Programming Web Development by Rahul V S …value; document.frmname.action = "<portlet:actionURL><portlet:param name='page' value=" + eval…(val.value) + "/></portlet:actionURL>"; document.frmname.submit(); [/CODE] or …desired ... */ document.frmname.action = "<portlet:actionURL><portlet:param name='page' value=" + val.value … Setting the value using java script Programming Web Development by babbu …quot;multipart/form-data" action="<portlet:actionURL><portlet:param name="page" value="mainview…"/></portlet:actionURL>"> [/CODE] And I am …setting the value of the portlet:param tag by calling the following javascript on the page… Trouble with <JSP:include> Programming Web Development by sreekanthvasire …gt; <%@ taglib uri="/WEB-INF/tld/portlet.tld" prefix="portletAPI"%> <%@…List, org.apache.struts.util.LabelValueBean, org.apache.jetspeed.portlet.User"%> <portletAPI:init /> <…; %> <%@ taglib uri="/WEB-INF/tld/portlet.tld" prefix="portletAPI" %> <%@… Re: HTML Positioning Programming Web Development by Airshow … avoid inline divs because of effects like this. Try [ICODE].portlet { ... float:left; ...}[/ICODE] instead. You may need to set left… to [ICODE]position:relative;[/ICODE] and absolutely position the three portlet divs inside it. [B]Airshow[/B] Re: Setting the value using java script Programming Web Development by babbu …;Baseline:EngineModel").value; document.frmname.action = "<portlet:actionURL><portlet:param name='page' value=" + val.value + "…;/></portlet:actionURL>"; document.frmname.submit(); [/CODE] this returns the … Re: Setting the value using java script Programming Web Development by Brillig Oh, ok I see what you're saying. Have you tried just: [CODE]document.frmname.action = "<portlet:actionURL><portlet:param name='page' value=" + val + "/></portlet:actionURL>"; [/CODE] (without the .value) Re: Setting the value using java script Programming Web Development by Brillig …;Baseline:EngineModel").value; document.frmname.action = "<portlet:actionURL><portlet:param name=\'page\' value=" + val.value + "…;/></portlet:actionURL>"; document.frmname.submit();[/CODE] For what it'… Re: Setting the value using java script Programming Web Development by babbu … suggested by Rahul [CODE] document.frmname.action = "<portlet:actionURL><portlet:param name='page' value=" + eval(val.value…) + "/></portlet:actionURL>"; [/CODE] Any idea where I am going… Re: Setting the value using java script Programming Web Development by Brillig Javascript is client side code. It will only update the [I]output[/I] of the servlet, the final HTML that is delivered to the browser. Those portlet tags are happening server side prior to rendering the html. If you want to update via javascript, look at the final outputted HTML and update that with the javascript, not the jsp code. Re: Setting the value using java script Programming Web Development by Brillig Why can't you access form fields in the portlet? nested foreach loop issue Programming Web Development by mmcdonald …echo' <div class="portlet box blue"> <div class="portlet-title"> <div…div> </div> <div class="portlet-body"> <div class="accordion" … issue in inserting data from dropdown into mysql table Programming by Maideen ….php'; ?> <div class="portlet light bordered"> <div class="portlet-title"> <div class…" method="POST"> <div class="portlet-body"> <div class="form-group"… download file on portals jsr 168 Programming Web Development by engheba hello for downloading a file ,can anyone tell me how to download a file using portlet jsr 168 coz i've searched and found nothing i could do and i am newbie in portals and java script.Thx Liferay and Alfresco integration Programming Software Development by paurik i wnt to integrate alfresco within liferay i.e running the alfresco as a portlet. . can anyone help me to solve it?? dynamically set background-image within a DIV tag Programming Web Development by mjwoodford …;false" %> <%@ taglib uri="/WEB-INF/tld/portlet.tld" prefix="portletAPI" %> <portletAPI:init… Portlets, where to start? Programming Software Development by Dean_Grobler … machine and I'm developing through Netbeans IDE using the portlet package plugin. So the whole enviroment is all set up… Re: Portlets, where to start? Programming Software Development by Ezzaral I would go right to the source: [url]http://www.liferay.com/documentation/liferay-portal/6.0/development/-/ai/portlet-development;jsessionid=B45DF78522A918F9A5EE130AF729898A.node-1[/url] Sending Data To, And From Portlets Programming Web Development by Dean_Grobler Hi there, The thread title pretty much says it all. How exactly do you send data to, and from portlets? Does it have something to do with the RenderRequest and RenderResponse objects? I haven't a clue... There's hardly any information on the net regarding portlet development, very frustrating. Thanks in advance! Java questions Programming Software Development by hajjo … someone tell me if i answered correctly Can we configure portlet wiring for two portlets mapped on two different pages? no… Re: Quick Javascript/DHTML Question Programming Web Development by zjbarden …div> </div> <div class="portlet"> <div class="portlet_topper">…div> </div> <div class="portlet"> <div class="portlet_topper">…div> </div> <div class="portlet"> <div class="portlet_topper">… Re: Is there a way to install 64bit printer driver on a 32bit based Windows XP Hardware and Software Networking by Teme64 …psi/swdHome?javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken&javax.portlet.prp_bd9b6997fbc7fc515f4cf4626f5c8d01=wsrp-…navigationalState%3DswEnvOID%253D228%257CswLang%253D%257Caction%253DlistDriver&javax.portlet.tpst=bd9b6997fbc7fc515f4cf4626f5c8d01&sp4ts.oid=306507&ac.admitted… Re: HP Tape Drive LTO4 Connection Hardware and Software Microsoft Windows by Xlphos …kb/docDisplay?javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken&javax.portlet.prp_ba847bafb2a2d782fcbb0710b053ce01=wsrp-…c01434273-2%257CdocLocale%253D%257CcalledBy%253D&javax.portlet.tpst=ba847bafb2a2d782fcbb0710b053ce01&ac.admitted=1408111164701.876444892.199480143#N1006A Re: Java slow on Windows7 Hardware and Software Microsoft Windows by ender1975 … a Tomcat app server (it's a portlet based application running within a Liferay portlet container to be exact). The applicaition is… Re: Http problem in vb.net Programming Software Development by m-lamaa …: [url]http://www.bh.zain.com/portal/page/portal?_type=portlet&_decoration=true&_providerid=781289467&_portletid=92&…%2Fpage%2Fportal%2FquickLinks%2FdirectoryEnquiry&_mode=6&_title=Zain+Portlet&__ora_wsrp_state=wsrp%3Anormal&firstname=ahmad&middlename=&…