-
Message Boards Message · By liferay8 liferay8 On Nov 11, 2008 2:23 PM
Has someone an idea how to get this work? I have the same problem.
-
Message Boards Message · By liferaymatt liferaymatt On Aug 7, 2005 12:59 AM
I am using the professional 3.5 version on tomcat bundled. It is deployed on linux. jdk 1.5
-
Message Boards Message · By liferay_portal liferay_portal On Sep 14, 2005 12:20 PM
who can config with orion please show me now!!!!!
-
Message Boards Message · By liferayUser liferayUser On Apr 18, 2006 11:32 AM
I've managed to get the Portal up and running on my localhost, however when I create new user it doesnt send the email to the user. If throws an exception.....<br /><br />"ERROR...
-
Message Boards Message · By liferayUser liferayUser On May 12, 2006 7:51 PM
Hi I'm using RC02 and I cant get the same struts portlet to work.<br /><br />I get the error...<br /><br />java.lang.ClassNotFoundException:...
-
Message Boards Message · By tddesai@liferay.net tddesai@liferay.net On Sep 29, 2005 6:54 PM
Requirement,<br /><br />We have multiple departments within our organization. Each department has Pages that are Public that everyone can see and then there are Pages within the Department that are...
-
Message Boards Message · By tddesai@liferay.net tddesai@liferay.net On Sep 28, 2005 9:07 PM
Requirement,<br /><br />We have multiple departments within our organization. Each department has Pages that are Public that everyone can see and then there are Pages within the Department that are...
-
Message Boards Message · By tddesai@liferay.net tddesai@liferay.net On Sep 29, 2005 12:37 PM
Requirement,<br /><br />We have multiple departments within our organization. Each department has Pages that are Public that everyone can see and then there are Pages within the Department that are...
-
Message Boards Message · By rafeh@liferay.net rafeh@liferay.net On Sep 1, 2004 3:23 AM
Just wondering if any progress has been made on a chat portlet. <br /><br />thanks,rafe
-
Blogs Entry · By David H Nebinger On Nov 25, 2024 7:47 PM
Just a quick one today... So I'm working on some Client Extensions and wanted to see the impact that deployment would have across virtual instances. FWIW, CX are only supposed to affect the virtual...
virtual instances Blog Stream: Featured -
Message Boards Message · By Corneil du Plessis On Oct 29, 2021 11:04 PM
I created a theme using Blade CLI. I tried adding the following to build.gradle: I tried different versions of the classif-theme: 4.0.x, 3.0.x, 2.0.x dependencies { parentThemes group:...
-
Message Boards Message · By Patricia Corbera On May 25, 2022 11:00 AM
Hi, so I have a theme with a set of settings like title, description,... I want to fill the value for this settings for each page programmatically, but somehow I always end up changing the value...
-
Message Boards Message · By Manuel Castro On Sep 20, 2021 2:58 PM
Hi, Now that we can use stylebooks and master pages to avoid building a theme, how do we change the favicon? Thanks Manuel
-
Message Boards Message · By Daniel G On Jan 20, 2022 7:47 AM
Hi, I am facing issues with my environment, I guess. I am trying to create a new theme, but I am receiving errors like this when I try to compile: Deprecation Warning: Using / for division outside...
-
Message Boards Message · By Dev77 liferaydev On Jan 31, 2012 10:19 AM
thank you for your replies. Here I do a submit from index.jsp page and direct to results.jsp page through struts.xml. Therefore could you pls state me where do i need to put above tag (in index.jsp...
-
Blogs Entry · By David H Nebinger On Mar 10, 2023 5:47 PM
So just a quick blog post today... I was working with Support where they were trying to help a client that had a failed U64 bundle upgrade in Production and we were trying to understand what the...
Blog Stream: Featured Products: Liferay Portal » Liferay Portal 7.x » Liferay Portal 7.4 Projects: Platform -
Blogs Entry · By Harpreet Saini On Mar 24, 2020 5:12 PM
Crete your form: Login to your site and go to Control Panel -> Content and data -> Forms -> Create your form Add code to display form Portlet n your Theme/Header/Footer : In your...
-
Message Boards Message · By Marco Stimoli On Feb 29, 2024 1:34 PM
I have an Arabic text. I have the same text in two formats: pdf and txt. The content of the txt document is indexed well, so even if I search for a single word/phrase it is found. While the content...
-
Message Boards Message · By liferay liferay On Jul 5, 2012 6:58 AM
easily? It's a joke, ok. select_image.jsp, imgId, imgSrc? Thanks for help me, but I want to open a image (document and media at LR 6.1) gallery selector, check one and get the url or id or...
-
Message Boards Message · By liferay liferay On Jul 5, 2012 9:54 AM
Ok, for LR 6.1 the code is this: function openWindow() { win =...
-
Message Boards Message · By Liferay Liferay On May 24, 2021 5:03 AM
I am currenty following this tutorial to create a web project. I have 2 problems: 1. I got error after I added the web project and started the server as shown below: demo-web is just another name...
-
Message Boards Message · By Dario Velotti On Nov 7, 2023 10:10 AM
I have an "Information Template" to simply format "file size" of a document dividing it for 1024 and adding "KB" string in order improve formatting of file size. The idea is to map a fragment field...
-
Message Boards Message · By Ovidiu Moldovan On Aug 24, 2023 7:42 AM
We have now encounter the following error when saving documents using document library: 2023-08-24 10:37:46.240 ERROR [BufferedIncrement-default-2][BufferedIncrementRunnable:68] Unable to persist...
-
Message Boards Message · By Vishal Shah On Jun 19, 2023 2:56 PM
Hi, I tried to use from Clay site to take sample markup for modal to open via button, but popup modal not going to open. Reference for Markup - https://clayui.com/docs/components/modal/markup.html
-
Message Boards Message · By Igal Haimovitz On Aug 14, 2023 5:13 PM
Hi, We are currently having some code build issues. It looks like SASS compile is failing in code build for our themes. This started happening from last week, so there might be some dependency has...
-
Message Boards Message · By Mohamed Saleem On Jan 31, 2024 3:02 AM
Hi, How can I get free developer license key for personal use?
-
Message Boards Message · By Shahbaz Khan On Jun 15, 2023 2:11 PM
I have below requirements. 1. How to create publication entry programatically ? 2. How to publish web content and catehories in that publication programatically.
-
Message Boards Message · By New Liferay Liferay On Jan 24, 2007 1:27 PM
I'm following the Development in the Extension Environment guide to set up my extension environment. I created release.${user.name}.properties, did a ant start, ant build-ext, then installed Tomcat...
-
Message Boards Message · By Daniel Medina García On Aug 9, 2023 7:11 AM
I am trying to create an MVC Portlet in which the ironpdf library is used to extract an image from a pdf and from a word document. The project is a maven project, I have included the library and...
-
Message Boards Message · By ahmed joti On Apr 16, 2025 10:13 PM
hello Everyone, im using 7.4.3.132 and java 21, but when I try to access a page, I get this error indicating a classloader conflict: {"timestamp": "2025-04-16 17:34:10.738",...
-
Blogs Entry · By David H Nebinger On Feb 9, 2015 3:45 AM
Introduction Vaadin 7 is an active project still in development. New releases come out regularly with bug fixes (mostly browser compatibility). New versions come out with new functionality, etc....
-
-
Message Boards Message · By curious Liferay On Feb 22, 2010 5:10 PM
I developed a new portlet using plugins sdk, and using it in multiple pages. I want to know the details of the pages to which I am adding this portlet. Can you please let me know how to get that...
-
Message Boards Message · By Anamica Liferay On Feb 25, 2010 5:15 PM
Hey Shagul.. Thanks mate.. I got it working..
-
Message Boards Message · By Anamica Liferay On Feb 15, 2010 2:04 PM
Thank you Shagul... Will look into it..
-
Message Boards Message · By Anamica Liferay On Feb 17, 2010 12:59 PM
I am able to validate the user.. But now where do I redirect the user to after he is validated???
-
Message Boards Message · By curious Liferay On Mar 2, 2010 9:16 PM
i had a couple of questions about document library portlet. Is it possible to change the display icon of a document, I mean it possible that document library shows pdf icon for pdf document, and xl...
-
Message Boards Message · By curious Liferay On Feb 4, 2010 9:14 PM
Is it possible to have two instances of document library portlet in the same app? both showing and accessing different files and folders?
-
Message Boards Message · By curious Liferay On Feb 5, 2010 2:13 AM
yes, lets say within the same page if i add document library portlet twice. Can I make it to show different files coming from different folders?
-
Message Boards Message · By Anamica Liferay On Feb 5, 2010 6:50 AM
Thank you n then I map the role to the user??? Is that right???
-
Message Boards Message · By curious Liferay On Dec 5, 2009 8:11 PM
can a portlet developed in plugins-sdk environment redirect to a portlet developed in extension environment? if the answer is "YES", how can it be done? Any pointers please.
-
Message Boards Message · By curious Liferay On Nov 9, 2009 7:01 AM
could someone please answer my question, i need it working as soon as possible. thanks!!
-
Message Boards Message · By curious Liferay On Nov 9, 2009 7:40 AM
i couldn't find the solution using the above wiki link. i m trying to "forward" from a jsp page, so i am not sure if i can use renderURL or ActionURL? I think i need to use redirect or something.
-
Message Boards Message · By curious Liferay On Nov 9, 2009 5:26 PM
Thanks Arun, but I am trying to go to the next JSP page or an action without using <a> or <form>, I want to move directly from one JSP page to the next JSP page without any user interaction. Any...
-
Message Boards Message · By curious Liferay On Nov 9, 2009 6:59 PM
I was trying to create a jsp include file that would forward to a JSP file beased on some conditions. I put this form element and javascript in my jsp to get it working: <form...
-
Message Boards Message · By Mike "Liferay" On Nov 11, 2009 10:50 AM
Hi, How to write ant script for more than one portlets. Example folder structure portlets [indent]|[/indent][indent]portletReport[/indent] [indent]|[/indent][indent]portletDocuments[/indent]...
-
Message Boards Message · By curious Liferay On Dec 2, 2009 1:58 AM
I have developed my portlets using ext environment. Now, I want to move my stuff from dev to QA. I have already installed Tomcat with bundle and MySql there? Could some point me to a good...
-
Message Boards Message · By curious Liferay On Dec 2, 2009 4:29 AM
thanks for your response, what if more than one developer are involved then copying one persons tomcat would be a good idea? Is there any other way of doing it?
-
Message Boards Message · By curious Liferay On Dec 28, 2009 10:47 PM
what is the best approach of moving the portlets developed in ext development environment on one machine to tomcat installed on QA box? Should I create a war of the ext and use it? OR what is the...
-
Message Boards Message · By liferay newbie On Apr 3, 2010 7:19 AM
Hi. Need a quick advice. Currently I'm storing files to FileSystem, and facing recurring problem of missing files. Thinking of changing the storage to Database, but I came across complaints...
-
Message Boards Message · By liferay developer On Apr 6, 2010 11:19 AM
Hola, quiero poner un boton como este en un portlet: para que cuando lo pulses te salgan distintas opciones asociadas a funciones javascript que creare. Me podeis decir donde puedo ver un ejemplo?...
-
Message Boards Message · By liferay developer On Apr 6, 2010 11:29 AM
gracias por responder tan rapido ahora lo mirare
-
Message Boards Message · By liferay developer On Apr 8, 2010 9:16 AM
Thanks but that was not the problem. Yes of course the key should be the same, that was just a copy paste error when copy here but that is not the reason. Anyway I found the reason that is:...
-
Message Boards Message · By liferay developer On Apr 8, 2010 4:56 PM
gracias
-
Message Boards Message · By Anamica Liferay On Mar 24, 2010 11:01 AM
I am so sorry for the very late reply.. It was an issue with the DB. We kinda messed up when upgrading to 5.2.3 DB.. The above method works just fine.. n m able to login now.. Thanks a heap
-
Message Boards Message · By liferay developer On Mar 30, 2010 1:32 PM
Hi there, can you explain how to get category from JournalAricle IN THE PRESENT? I am extending journal articles portlet and I need to filter by category. Thanks
-
Message Boards Message · By liferay developer On Mar 30, 2010 1:39 PM
hola estoy extendiendo el portlet journalarticles (o sea web content list) y necesito hacer un filtro para que solo se muestren los articulos que pertenecen a determinada categoria o que tienen...
-
Message Boards Message · By liferay developer On Mar 30, 2010 1:46 PM
Y donde estan las clases AssetTag*ServiceUtil y AssetCategory*ServiceUtil porque yo no las encuentro. En el codigo fuente de la version 5.2.3 que es la ultima desde luego no estan.
-
Message Boards Message · By curious Liferay On Apr 13, 2010 5:23 PM
Am i not making any sense here? or something is wrong with the question? Please, give me some hints I am really stuck here.
-
Message Boards Message · By curious Liferay On Apr 15, 2010 6:16 PM
I am getting this weird error i don't know why 11:08:05,650 ERROR [GroupImpl:353] java.lang.NullPointerException at...
-
Message Boards Message · By curious Liferay On Apr 15, 2010 9:30 PM
Could you please tell me, what is going wrong? and how I can fix it? This is weird, I just restared the server and I can see the screen. I didn't do anything.
-
Message Boards Message · By liferay developer On Apr 20, 2010 11:12 AM
muchas gracias Luis.
-
Message Boards Message · By Liferay Geek On May 19, 2010 8:24 AM
Content de voir que ça fonctionne
-
Message Boards Message · By curious Liferay On Oct 14, 2009 11:12 PM
Thanks Samuel, We have an existing authentication application, it is basically a servlet filters that returns a userID on successful login. In order to configure it, we put a filter mapping in...
-
Message Boards Message · By curious Liferay On Oct 20, 2009 7:15 PM
were u able to figure it out? I am also new, I also need the exact steps like where to put authenticator and autologin files to get a custom authentication working.
-
Message Boards Message · By curious Liferay On Oct 20, 2009 11:39 PM
Thanks for the quick response.. where can i find documentation related to it.. so i can just create two files authenticator and autologin and put them in ext/ext-impl/src, and provide the path of...
-
Message Boards Message · By liferay n00b On Oct 26, 2009 3:11 AM
any updates on private messaging? I downloaded the Mail portlet and still see no such option. thanks
-
Message Boards Message · By curious Liferay On Oct 26, 2009 8:03 PM
Hi, is it possible to create a custom error page and put it in web.xml, when i want to throw an exception from my code. If yes, then how can i do ti? I mean, where can i find the documentation...
-
Message Boards Message · By curious Liferay On Oct 28, 2009 8:55 PM
Hi, I am trying to execute simple select queries on mysql database tables. How can get the connection object using the portal-ext.properties file, because it has all the connection parameters.
-
Message Boards Message · By curious Liferay On Oct 29, 2009 2:18 PM
Thanks Zhankar and Amos, I know I can use service builder and dynamic queries. But, can we use the old way of creating connection objects by using portal-ext.properties the same way we use...
-
Message Boards Message · By Anamica Liferay On Jul 19, 2010 9:41 AM
Shagul Khajamohideen: The below post may help. http://www.liferay.com/community/forums/-/message_boards/message/4595380 The above URL was very helpful... Thanks a bunch.. Here is the code I used in...
-
Message Boards Message · By New2 Liferay On Jul 26, 2009 2:43 PM
Hi Friends I searched for a help on mapping multiple addresses in Gmap mortlet and found this thread. Were you successful in implementing this? If yes, request you to share the code please. thanks...
-
Message Boards Message · By curious Liferay On May 11, 2010 11:03 PM
Is there any other way expect google analytics? Like using log4j or some other inbuilt monitoring tool?
-
Message Boards Message · By Liferay Geek On May 12, 2010 8:32 AM
Bonjour, Je suis étonné de ne pas voir le ticket de connexion dans votre code. En effet, certains services REST nécessitent une autorisation (c'est visiblement le cas pour celui que vous tentez...
-
Message Boards Message · By Liferay Geek On May 12, 2010 1:42 PM
Hello, Any example of this ?
-
Message Boards Message · By Liferay Geek On May 7, 2010 9:52 AM
Bonjour, Pourriez vous SVP nous indiquer ce qu'il y a à l'intérieur du fichier service.xml. Je pense que cela aiderait à trouver d'où vient l'erreur. Je suis par exemple étonné par l'erreur...
-
Message Boards Message · By Liferay Geek On May 17, 2010 2:02 PM
Bonjour, J'ai une question et une remarque. Question : A la place de : final Representation representation = nuxeoServer.doRestletGetCall(call.getPathParameters(), call.getQueryParameters());...
-
Message Boards Message · By Liferay Geek On May 18, 2010 12:40 PM
PEDRON Pierre Emmanuel: j'ai procédé ainsi pour pouvoir tester dans la méthode la valeur de "representation", notemment avec des System.out pour voir si le getText() renvoyait bien quelque chose....
-
Message Boards Message · By Anamica Liferay On Oct 11, 2010 11:54 AM
Sorry for the late reply again.. We just dropped n created a new DB with the right scripts.. We were just starting up.. So had no data to lose!!! M pretty sure this was not helpful.. BUT just FYI...
-
Message Boards Message · By Anamica Liferay On Oct 11, 2010 1:31 PM
Turned out it had a simple solution.. I just had to reindex the DB.. It worked swell..
-
Message Boards Message · By curious Liferay On Dec 1, 2010 7:54 PM
is something worng with my question? or is it in the wrong place? why nobody is replying?
-
Message Boards Message On Apr 21, 2011 8:55 AM
Hi, Has anyone faced the problem that if you make change in portlet.properties of a custom portlet and then do a deploy, sometimes it doesnt work. Like i had to restart the server to see the...
-
Message Boards Message On Apr 21, 2011 8:56 AM
Thanks Among
-
Message Boards Message · By Anamica Liferay On Apr 22, 2011 4:29 PM
Thank you for the response.. I just realized that its not because of forgot password.. I am not able to change password from My account link itself.. I am getting the same error while trying to...
-
Message Boards Message · By Anamica Liferay On Apr 22, 2011 4:30 PM
Hitoshi Ozawa: It seems to be working with 6.0.6. Are you entering the password correctly? It may be the new password you've entered is not correct under the password policy. I am entering it...
-
Message Boards Message · By Anamica Liferay On Apr 25, 2011 9:46 AM
Hitoshi Ozawa: Can you check "user_" table in the database and check if the password there is the same as the one you received from your email. Please also check if you can change your password...
-
Message Boards Message · By Anamica Liferay On Apr 25, 2011 9:51 AM
I am able to get roles a logged in user is mapped to using user.getRoles() I need to find roles that a particular screen is mapped to.. Lets say I am browsing a page "abc classification" which is...
-
Message Boards Message · By Anamica Liferay On Apr 26, 2011 2:55 AM
Nope Hitoshi.. Not using LDAP or anything else.. I use IE 8. Thank you for your response
-
Message Boards Message On Apr 26, 2011 11:18 AM
This solution worked for me. http://www.liferay.com/community/forums/-/message_boards/message/5963068 Seems like Portlet sometimes is not hot deployable after all sometimes
-
Message Boards Message · By Anamica Liferay On Apr 26, 2011 12:09 PM
Guys but the error mentioned in the Issue Link is "Your new password cannot be same as old password. Pls enter new password" but my error is "you have entered invalid data. please try again" Or is...
-
Message Boards Message · By Anamica Liferay On Apr 26, 2011 12:51 PM
Thanks Hitoshi n Sandeep... Will do just that
-
Message Boards Message On Apr 26, 2011 12:54 PM
Actually sir those wont help at all for the portlet.properties. Portlet.properties is read at the time of deployment using a static method. I saw the code and it is using germinus to read the...
-
Message Boards Message On May 2, 2011 4:35 AM
Hmmm
-
Message Boards Message On May 2, 2011 9:03 AM
Has anyone tried packaging hook and portlet together?
-
Message Boards Message · By curious Liferay On Aug 20, 2010 4:50 PM
We have a navigation menu in our theme. When someone selects an item in the menu I want to pass some information to a portlet.
-
Message Boards Message · By Anamica Liferay On Jul 20, 2010 2:41 AM
Got that working too guys.. Had to set autoExtend true Liferay.Session.autoExtent = true; before calling Liferay.Session.extend(); Thanks again for the help..
-
Message Boards Message · By Anamica Liferay On Jan 28, 2011 12:43 PM
Hey guys, I have created themes.. I have modified layout of menu in navigation.vm Everything is working fine. Now i need to implement I18N to the menu.. Do i have to use ext environment or can i...
-
Message Boards Message · By Anamica Liferay On May 9, 2011 7:38 PM
Used hooks to get this done..
-
Message Boards Message · By Liferay newbie On Jun 3, 2011 10:09 PM
I'm creating a datepicker on click of a textbox using alloyUI. <aui:input name="datepicker" id="datepicker" label="Date" type="text" inlineLabel="true" /> can i refer the id in my jquery like...
-
Message Boards Message · By Anamica Liferay On Mar 14, 2012 7:03 AM
I have the same issue guys.. Any solution yet???.. Pls share...
-
Message Boards Message · By Anamica Liferay On Mar 22, 2012 7:30 AM
Thank you for your response David.. I guess I figured it out.. I removed all other settings in portal-ext.properties except for the really necessary ones.. Also found this in another thread.....
-
Message Boards Message · By Anamica Liferay On Mar 16, 2012 7:17 AM
Thank you for the response David... By scratch i meant i didn't upgrade from a previous version... I have additional files in lib folder.. portal-service.jar portlet.jar The war file deployed...
-
Message Boards Message · By Liferay user On Feb 8, 2008 4:10 PM
Roman, I am having the similar issue and in my case I am making use from an external HTML page and there I can't do request.setAttribute() and that's why I am defining a <input type=hidden...
-
Message Boards Message · By Liferay user On Feb 8, 2008 11:18 PM
Robert What you said is true but my query is related to the setting of attribute in the request variable that can't be done in an external HTML page. And this to be done in the external page to...
-
Message Boards Message On Jul 6, 2011 5:50 AM
Hi, I suddenly started to face today Blacklist portlet related issue. The log said that Auto deploy failed to remove my war On debuging i found in autoDeployDir if (file.delete()) {...
-
Message Boards Message On Jul 7, 2011 8:54 AM
auto resize = height:auto auto close = window.parent.dialog.close()
-
Message Boards Message On Jun 23, 2011 7:30 AM
Just for my reference and for people who want to do this Role ownerRole = RoleLocalServiceUtil.getRole( themeDisplay.getCompanyId(), RoleConstants.OWNER); List<String> actionIds = new...
-
Message Boards Message · By Liferay newbie On Jun 28, 2011 6:39 PM
I figured out where I went wrong in dockbar/view.jsp In an attempt to remove the pin/unpin function of dockbar, I tried to comment out these lines: <li class="pin-dockbar"> <a...
-
Message Boards Message · By Liferay newbie On Jun 28, 2011 5:49 PM
2011-06-28 13:35:40,523 INFO [STDOUT] (HDScanner) 13:35:40,523 ERROR [HotDeployUtil:112] com.liferay.portal.kernel.deploy.hot.HotDeployException: Error registering plugins for independents...
-
Message Boards Message On Jul 1, 2011 1:43 PM
Where do we need to set the time and how. Does it work with Day light savings too? Thanks
-
Message Boards Message · By Liferay Developer On Jan 25, 2012 5:50 PM
Hi, I am trying to create a Web Content, that has a link to my network shared dir. All I did is selected the protocol as other and gave the path of my network dir in path. But that do not work. Do...
-
Message Boards Message · By user liferay On Feb 7, 2012 6:12 PM
How can i add a portlet to the center column in a 3 column layout? I want to do this programatically and i am trying to do this layoutTypePortlet.addPortletId(group.getCreatorUserId(), portletId +...
-
Message Boards Message · By Liferay Geek On Feb 8, 2012 3:27 PM
Michael Young: Actually, we are waiting for Apple to approve our application in the App Store. Once it is approved, it will be available as a Free download. Apple takes about 7-10 business days. We...
-
Message Boards Message · By Liferay newbie On Jun 24, 2011 6:59 PM
Thank you
-
Message Boards Message On Jun 17, 2011 7:20 AM
No i dont think that can be done as Eventing mechanism (for IPC) can be only set for actionResponse and not renderResponse. Even if it did so, there would again be a problem since lifecycle method...
-
Message Boards Message On Aug 4, 2011 2:09 PM
Hmm, Seems like a similar issue i had with checkbox, but it that i didnt get the value i set, since it set 0 and 1 for everything http://www.liferay.com/c/message_boards/find_message?messageId=9967040
-
Message Boards Message · By Liferay newbie On Aug 29, 2011 2:40 PM
thank you that was helpful
-
Message Boards Message On Oct 5, 2011 4:48 AM
Ha ha ha. funny i love the way people try to help. Giving solution after 1 and half years lol. And the solution---- link to another post which was not there when he posted the question. gotta love...
-
Message Boards Message On Oct 11, 2011 5:33 AM
Thank you very very much
-
Message Boards Message On Oct 11, 2011 11:28 AM
Thank you. I will try the same and let you know. Thanks once again
-
Message Boards Message On Aug 30, 2011 10:09 AM
Thats cool. thanks very much for the information.
-
Message Boards Message · By curious Liferay On Aug 26, 2010 5:52 PM
could you help me with the tricks that I can use? I'll have to use theme for this. I don't have a choice.
-
Message Boards Message · By curious Liferay On Aug 27, 2010 9:44 PM
Thanks Samuel
-
Message Boards Message · By curious Liferay On Aug 31, 2010 4:12 PM
Hi Samuel, Could you please help me here? I want to take the servlet request object route. Where can I find the information regarding this? so that I can use it in my theme to set the URL parameter.
-
Message Boards Message · By Liferay Beginner On Sep 16, 2010 2:48 PM
Admin has the ability to move the position of the portlets within the page layout and save his preferences, I want the same capability for users as well, without him having the configuration/delete...
-
Message Boards Message · By Liferay Beginner On Sep 16, 2010 3:02 PM
Is there a way to auto allign the portlets in a page. In my appliction , for example there are 9 Iframe portlets.Users are eligible to see only what they have access for, User A can see 3/9 and...
-
Message Boards Message · By Liferay Beginner On Sep 16, 2010 3:04 PM
I am using IFrame portlet to view other applications on my portal. The portlet has scroll bars on it, I tried setting the scrolling attribute to “no”, that only displays the small portion of the...
-
Message Boards Message · By Liferay Beginner On Sep 20, 2010 3:20 PM
Thank you. I am using Iframe portlets to display contents from application running on a different server, seems like jQuery autoheight plugin does not support in such cases. Can you suggest...
-
Message Boards Message · By curious Liferay On Aug 9, 2010 5:15 AM
i have this special requirement. we have a navigation menu on the left instead of top (in a classic theme). when someone clicks an item in the menu, we want to replace this menu with a totally new...
-
Message Boards Message · By curious Liferay On Jul 23, 2010 2:09 AM
I was using dl.file.extensions=* in portal-ext.properties. That was causing the problem. I changed that to the all the possible file types with comma delimiter that solved the problem.
-
Message Boards Message · By Liferay Noobie On Sep 29, 2010 2:19 PM
Интересное решение, уже пробую. Однако пока не вижу константы ASSET_ID.
-
Message Boards Message · By Liferay Noobie On Sep 30, 2010 8:51 AM
Проблему решил, спасибо. public String [b]buildPath[/b](final LiferayPortletURL portletURL) { String friendlyURLPath = null; portletId = portletURL.getPortletId(); String action =...
-
Message Boards Message · By Martin Liferay On Jan 30, 2006 5:58 AM
I am getting same problem. If anybody can solve it.<br /><br />2006-01-30 05:36:18,140 ERROR [portal-web.docroot.html.common.error.jsp] <br />2006-01-30 05:36:18,156 INFO [STDOUT]...
-
Message Boards Message · By liferay user On May 13, 2009 8:35 PM
How does the activities are retrieved if data is not stored in Social Activities table ? (For example, Blog activity or Wiki Activity) I know there are some AOP mechanism used to retrieve the data....
-
Message Boards Message · By liferay user On May 14, 2009 12:23 PM
Yes exactly. but how does code land on WikiInterpreter.java ? I mean there should be a remote service or some call that occurs. I am not finding which java class calls the WikiInterpreter or other...
-
Message Boards Message · By New2 Liferay On Jun 15, 2009 7:19 AM
Hi Thanks for the suggestion. I tried that way, but it did not work. But when I move my JSPx pages into WEB-INF folder, it worked. Not sure if this was designed that way.. Any case, it works only...
-
Message Boards Message · By New2 Liferay On Jun 2, 2009 3:28 PM
Hi I have a requirement where for different roles of users there should be different landing pages. For Ex: if "Publisher" logs in, page should go to "landingPageA", while if a "normal" user logs...
-
Message Boards Message · By Liferay User123 On Feb 17, 2009 9:16 PM
Is this fixed. I build the latest from svn trunk and still getting the same exception
-
Message Boards Message · By New2 Liferay On Aug 20, 2009 2:23 PM
Hi Does that work even if I dont use ext environment? I have a web application say ABC, and there is a class which I want to I want to expose. Problem in ext which I see is that MyService uses a...
-
Message Boards Message · By Liferay User123 On Feb 26, 2009 11:02 PM
Thanks for the reply. I will open the issue as suggested.
-
Message Boards Message · By Chiche Liferay On Mar 31, 2009 8:30 AM
Bonjour Lorsqu'une portlet contient par exemple un texte trop long, est-ce qu'il est possible de paginer ce contenu? Merci par avance
-
Message Boards Message · By Chiche Liferay On Mar 31, 2009 9:23 AM
Bonjour, Avec l'application "Agenda", on a la possibilité de définir un reminder, pour avertir un utilisateur que l'évènement créé par un utilisateur va débuter. Cependant, je n'arrive à définir...
-
Message Boards Message · By Chiche Liferay On Apr 1, 2009 8:19 AM
Hi, When I use the scheduler application, it is only possible to have an event reminder for one person (one adress mail). How is it possible to sent an email to all the person who have accessed to...
-
Message Boards Message · By Chiche Liferay On Apr 1, 2009 3:09 PM
Bonjour, Voilà, je dispose d'une page d'accueil comportant 4 portlets avec une disposition bien spécifique. Dans le cas où un utilisateur déplace une de ses portlets, voir en supprime une de...
-
Message Boards Message · By Chiche Liferay On Mar 10, 2009 2:34 PM
Merci pour ta réponse !! Par contre, je n'ai pas de section "content management" dans la liste des applications...
-
Message Boards Message · By Liferay User On Mar 10, 2009 5:33 PM
Is it possible to invoke an Action class (regular Java class) from a jsp written within hooks ? If so, let me know. I don' think we can use Struts here. -LR09
-
Message Boards Message · By curious Liferay On Oct 9, 2009 9:39 PM
Hi, I have a requirement, where I want, a user be able to upload a file and various other users can download that file and see its description. I was wondering if there is a Portlet available to...
-
Message Boards Message · By curious Liferay On Oct 9, 2009 11:33 PM
Thanks Tarun!! I am looking into another portlet as well like Document Library Display, Recent Document.
-
Message Boards Message · By curious Liferay On Nov 2, 2009 9:58 PM
if you could answer anyone of the questions above then that would be helpful too.
-
Message Boards Message · By Chiche Liferay On Apr 2, 2009 7:58 AM
Thank you for your answer !
-
Message Boards Message · By Chiche Liferay On Apr 2, 2009 12:23 PM
Bonjour, Voilà, lorsque je publis un contenu, je voudrai y intégrer un processus de validation. Par exemple, lorsque Toto écrit un article (dans un "web content display" par ex), je voudrais, avant...
-
Message Boards Message · By New2 Liferay On Jul 15, 2009 1:39 PM
Hi All I have a requirement where i need to add a search bar on top of my page which is built using JSPX(Icefaces). This has to be above the menus. But when I search, ther results should be in a...
-
Message Boards Message · By Liferay Krrishna On Jan 29, 2015 5:55 PM
Hi, i am creating a webcontent and i want to display a portlet in that..when i click on the portlet button i need to send a parameter with respect to webcontent thrugh queryString to the portlet.so...
-
Message Boards Message · By Liferay Krrishna On Jan 29, 2015 6:35 PM
Hi, how did u sent the querystring value,i mean where did u written that directly in webcontent or in template. Thanks::
-
Message Boards Message · By Liferay Krrishna On Feb 2, 2015 11:39 AM
Hi, if u want to talk with another portlet controller from one portlet jsp, then you need to mention the portlet name in request as shown below PortletURL viewBookURL =...
-
Message Boards Message · By Liferay Krrishna On Mar 10, 2014 7:10 AM
Hi Everyone, I am new to Alloy UI, i have requirement like resizing the columns in datatable, i am able to render the rows and columns in datatable..please help me out of it.. Thanks In Advance..
-
Message Boards Message · By Liferay Dev On Oct 26, 2017 1:45 PM
Action request David.
-
Message Boards Message · By Liferay Dev On Oct 26, 2017 3:08 PM
Even i changed ActionRequest to RenderRequest result is same, file is not getting downloaded. I tried both PortletResponseUtil.sendFile(actionRequest, actionResponse, fileName, bytes);...
-
Message Boards Message · By Liferay Dev On Oct 30, 2017 9:29 AM
Because of that reason we are getting error at final IndexableActionableDynamicQuery indexableActionableDynamicQuery = _customentitylocalservice.getIndexableActionableDynamicQuery();
-
Message Boards Message · By Liferay Dev On Oct 30, 2017 11:19 AM
this is a Maven project not Gradle.
-
Message Boards Message · By Liferay Dev On Oct 31, 2017 10:25 AM
we are migrating our old application and the respective table more than 1 million records are available. So i can't change primary from String to Long now. If any solution is available, that will...
-
Message Boards Message · By Liferay Dev On Dec 8, 2017 8:23 AM
I have gone through Documentation. But it is failing in following condition: final IndexableActionableDynamicQuery indexableActionableDynamicQuery =...
-
Message Boards Message · By Liferay Dev On Dec 5, 2017 5:39 AM
Service Project: ids -> ids-api -> ids-service sc-core modules consists utilities to call third party web services so it has httpcore related dependencies. Before adding sc-core dependency ids-api...
-
Message Boards Message · By Liferay Dev On Dec 5, 2017 5:52 AM
Need solution.
-
Message Boards Message · By Liferay Dev On Dec 7, 2017 7:29 AM
How to Implement reindex for custom entity having String as Primary Key in DXP? Please suggest
-
Message Boards Message · By Pawel Liferay On Jan 16, 2014 6:42 PM
Thank you for the answer cheers
-
Message Boards Message · By Pawel Liferay On Jan 16, 2014 7:37 PM
M J: In hook, you are overriding the JSP, the user interface. Not only... I can e.g. add additional call after log into the application by using portal properties (then point a class that extends...
-
Message Boards Message · By Pawel Liferay On Jan 16, 2014 8:58 PM
No one knows the answer ? Any idea how to make this work would be great... Please anyone... thanks, regards
-
Message Boards Message · By Pawel Liferay On Jan 16, 2014 10:46 PM
M J: Where did you put the jar file? Can you publish or attach your code? Unfortunately I can not public the code - company politic. I added external jar using standard way to adding libraries to...
-
Message Boards Message · By Pawel Liferay On Jan 16, 2014 11:32 PM
Thanks for the idea, unfortunately still doe not work (I have only tried the second approach with putting library manually into the lib folder). BTW I am trying to do that in the way described in...
-
Message Boards Message · By Pawel Liferay On Jan 17, 2014 6:42 AM
No one can help me with this problem ? It is really a blocker for me and I do not know how to go on with this... any clue or help will be very appreciated regards,
-
Message Boards Message · By Pawel Liferay On Jan 17, 2014 7:51 AM
Can you please tell me exactly how did you use this reflection on test Object ?
-
Message Boards Message · By Pawel Liferay On Jan 17, 2014 10:35 AM
Yes I have restarted it...
-
Message Boards Message · By user1 liferay On Feb 17, 2014 10:01 PM
I am sorry, i should have mentioned that, I do not want to change it using the control panel. Because when i change the the code to another machine then the logo does not work.
-
Message Boards Message · By Liferay Krrishna On Feb 7, 2014 5:38 AM
Hai everyone, i am displaying records in datatable ,now i want to select Multiple Record selection in datatable and print on console .. I am able to secelct multiple records but not forwarding to...
-
Message Boards Message · By Liferay Dev On Mar 18, 2016 11:34 AM
we can do that using portal_normal.vm In vm file add your DIV tags and adjust them using CSS. We are doing one of the req. like that only.
-
Message Boards Message · By Liferay Dev On Mar 18, 2016 11:39 AM
Did you tried below link. http://outbottle.com/spring-3-web-mvc-friendly-url-using-requestmapping-variable-uri/
-
Message Boards Message · By Liferay Dev On Mar 18, 2016 11:40 AM
Which db you are using.
-
Message Boards Message · By Liferay Dev On Mar 18, 2016 11:43 AM
Usually i prefer the following link. http://www.opensource-techblog.com/2012/11/how-to-create-friendly-url-for-liferay.html
-
Message Boards Message · By Liferay Dev On Mar 18, 2016 11:45 AM
try with 'align :center !important;'. if you want to override css best way is add one extra custom class to HTML element and write your own css for custom class.
-
Message Boards Message · By Liferay Dev On Mar 18, 2016 11:55 AM
<div class="header-top"> #if ($has_navigation || $is_signed_in) #parse ("$full_templates_path/navigation.vm") #end </div> these lines will be their in portal_normal.vm. share your basic code we...
-
Message Boards Message · By Liferay Dev On Mar 21, 2016 6:34 AM
If you are using ActionMaping , then you can do actonresponse.sendRedirect(currentpage_url_url); You need to send currentpage_url_url without any parameters
-
Message Boards Message · By user1 liferay On Jun 9, 2016 8:23 PM
Raja Nagendra Kumar: >use of creating ResourceURL See this link https://blogs.oracle.com/satya/entry/new_feature_resource_serving_in Basically direct links does not get through portal, they may be...
-
Message Boards Message · By Exploring Liferay On Jan 31, 2017 5:44 AM
Have you been able to resolve this. I am facing the same issue.
-
Message Boards Message · By user1 liferay On Dec 30, 2016 12:54 AM
Any ideas?
-
Message Boards Message · By user1 liferay On Dec 30, 2016 4:27 PM
Well, in a way, test server is there only to mirror the production environment. Just to make sure there won't be any issues with that particular environment. Why should using the same schema cause...
-
Message Boards Message · By user1 liferay On Dec 30, 2016 6:34 PM
As i mentioned, the whole point of having test server instance to use the same schema, was it to mirror everything that production s/m was going to use and see including the data. We have used this...
-
Message Boards Message · By user1 liferay On Mar 4, 2017 1:01 AM
Hi I am trying to create a new user with the API, as per the instructions in the linked below https://web.liferay.com/community/forums/-/message_boards/message/14332034 But i encounter, Caused by:...
-
Message Boards Message · By user1 liferay On Mar 6, 2017 6:52 PM
Any ideas on this?
-
Message Boards Message · By Liferay User On May 16, 2017 12:47 PM
Yes I have included session.timeout.redirectUrl=/web/guest/home in portal-ext.properties. Note : I wanted the session to be extended only when I am active in the portal. If my application is idle...
-
Message Boards Message · By Liferay User On May 17, 2017 7:10 AM
The problem of making auto.extend=false is, even If i am actively working on the Portal page, I am getting Session Timeout warning. Like If I am viewing the portal page, clicking on the popups(AJAX...
-
Message Boards Message · By Liferay User On May 12, 2017 8:36 AM
Hi, I have set session time out to 10 minutes in tomcat/webapps/root/webinf/web.xml , tomcat/conf/web.xml <session-config> <session-timeout>10</session-timeout> </session-config> and in...
-
Message Boards Message · By Liferay User On May 16, 2017 7:46 AM
I have included below code in portal-ext.properties session.timeout.warning=1 session.timeout.auto.extend=true session.timeout.redirect.on.expire=true session.timeout=2 How long the session will be...
-
Message Boards Message · By Exploring Liferay On Feb 23, 2017 11:36 AM
Hi Zsigmond, Would you mind sharing the logic used to compute the ranking. I have tried changing the settings in configuration i.e. to use only Rank by Contribution but that does not have any...
-
Message Boards Message · By Liferay User On Apr 19, 2017 6:06 AM
Hi All, I have implemented CustomLandingPage hook to customize the landing page URL based on Site/Role. But in my Portlet class, I am extending BaseStrutsPortletAction and hence when the page...
-
Message Boards Message · By Alexander Liferay On May 29, 2017 8:41 AM
Alberto Chaparro: Hi Alejandro, Just in case, be sure that you have regenerated the solr index before doing the tests. Best regards. Thanks for your quick response. I'm a bit lost about Solr. Is...
-
Message Boards Message · By Alexander Liferay On May 29, 2017 9:33 AM
Just did a clean test: New blank site with just one structure and template with only a date Created 4 web contents with 4 dates. Asset publisher in a blank page, selecting all contents. Order by...
-
Message Boards Message · By Exploring Liferay On Nov 28, 2016 3:32 PM
Did you get any resolution ? I am facing the same problem.
-
Message Boards Message · By user1 liferay On Jun 8, 2016 4:16 PM
Hello All, I have created a user that needs to have all permissions to add users and decide what pages or portlets they can see For this 1) i have created a user 2) created an organization 3)...
-
Message Boards Message · By Liferay Dev On Apr 26, 2016 11:29 AM
please write cron job trigger expression.
-
Message Boards Message · By Liferay Dev On Apr 26, 2016 11:43 AM
Follow this link
-
Message Boards Message · By Liferay Dev On Mar 11, 2016 4:25 PM
Update code llike on: { success: function(event) { A.one("#<portlet:namespace/>wait").hide(true); }, complete: function(event) { A.one("#<portlet:namespace/>wait").hide(true); }, start:...
-
Message Boards Message · By Liferay Dev On Jun 27, 2016 10:49 AM
Paste your form code also..
-
Message Boards Message · By Liferay Dev On Jun 27, 2016 10:50 AM
check this link https://web.liferay.com/en/community/forums/-/message_boards/message/75229051
-
Message Boards Message · By Liferay Dev On Jun 27, 2016 10:57 AM
<finder name="EmployeeName" return-type="Collection"> <finder-column name="FirstName" arrayable-operator="OR" /> <finder-column name="SurName"/> </finder>
-
Message Boards Message · By Liferay Dev On Jun 27, 2016 11:03 AM
Try like this... @RenderMapping(params = "action=failure") public String viewFailure(@ModelAttribute("user") User user, BindingResult bindingResult, Model model, RenderRequest request) {...
-
Message Boards Message · By Liferay Dev On Jul 31, 2015 9:44 AM
Punam can you help us by giving some elaborated information and how to sort it out.
-
Message Boards Message · By Liferay Dev On Jul 31, 2015 9:59 AM
Hi.. Finally i found the solution.. Actually i am using AUI Dialog popup..So now i replace it with AUi Iframe Popupits working perfectly.
-
Message Boards Message · By Liferay Dev On Jul 31, 2015 10:50 AM
Check this Proliferay link once.
-
Message Boards Message · By Liferay Dev On Aug 3, 2015 7:55 AM
Just follow this URL LIferaySavvy AutoComplete AJAX
-
Message Boards Message · By Liferay Dev On Aug 3, 2015 7:59 AM
Is it giving any error? Why you want to give portlet instance in runtime..if the instance is not available in database it will give error right..
-
Message Boards Message · By Liferay Dev On Aug 6, 2015 11:13 AM
Is it working for IE and other Browsers also?
-
Message Boards Message · By piyush liferay On Jan 28, 2013 12:56 PM
i am sending a data from view.jsp to other page for checking database entry and validate the field on the same page without refreshing a page ... so how to send data from jquery post method .....
-
Message Boards Message · By piyush liferay On Jan 30, 2013 10:56 AM
hello , how to use aui form for making a jsp page.. how to add field in aui form tag..
-
Message Boards Message · By piyush liferay On Jan 30, 2013 12:24 PM
can we insert data without using expando ??
-
Message Boards Message · By piyush liferay On Jan 30, 2013 12:35 PM
i have column for inserting a data but not using expando.. i am inserting a data normally .. can we insert data in database ??
-
Message Boards Message · By piyush liferay On Jan 30, 2013 12:52 PM
but for inserting a user i want to require a userId which is autoincrement so how can i do ...
-
Message Boards Message · By Anamica Liferay On Feb 6, 2013 7:43 PM
Check this out.. This might help... Needs a bit of work / setup.. but it works.. https://www.owasp.org/index.php/CSRFGuard_3_Token_Injection
-
Message Boards Message · By piyush liferay On Feb 12, 2013 4:51 AM
hello i am using a signin portlet and i want to redirect to a custom page after successful login .. can you suggest me how to perform such task... thanks Piyush
-
Message Boards Message · By piyush liferay On Jan 31, 2013 10:49 AM
Juhi Kumari: Hi, Check this link and this wiki. Regards Juhi below code is right or not ?? i am adding a custom field mobileno and it's value is 1234567890 ExpandoValue...
-
Message Boards Message · By piyush liferay On Feb 4, 2013 9:17 AM
Hello, how to signin to theme through my custom portlet ?? i have email and password and how to match these email and password after matching Signin to theme ... can you suggest me the code for...
-
Message Boards Message · By piyush liferay On Feb 5, 2013 9:13 AM
hello, i have own login portlet and i want to perform functionality like as signin portlet , so anybody tell me how to perform such functionality in my own portlet by using implicit sigin portlet....
-
Message Boards Message · By piyush liferay On Feb 6, 2013 1:54 PM
solution for such problem are present in sample portlets :- http://svn.liferay.com/repos/public/plugins/branches/6.1.x/portlets/
-
Message Boards Message · By piyush liferay On Jan 21, 2013 1:35 PM
I am updating a content of a custom theme but it doesn't change after deploying.. can you suggest me how to resolve this problem....
-
Message Boards Message · By psv liferay On Jul 25, 2013 11:10 AM
Give a try with below logic BooleanQuery b0 = BooleanQueryFactoryUtil.create(searchContext); b0.addTerm("entryClassName", "com.liferay.portlet.journal.model.JournalArticle"); BooleanQuery b1 =...
-
Message Boards Message · By piyush liferay On Jan 5, 2013 6:28 AM
I am using jsp and java class for making form and transfering contents from jsp to java class but some errors are still apear.. so can you help me how to transfer contents from jsp to java class...
-
Message Boards Message · By piyush liferay On Jan 16, 2013 9:05 AM
I am changing the layout of portlets like 1-2-1 columns but still the portlets are not arranging according to layout ... can you help how to arrange the Portlets in the Specific Layout.
-
Message Boards Message · By Anamica Liferay On Sep 10, 2012 7:09 AM
Thank you for your quick response Jignesh... Actually I wanna take care of this XSS script injection security issue.. But i want to do that ONLY when control panel is called.. And there is a...
-
Message Boards Message · By liferay user On Jun 19, 2013 10:35 PM
Thanks alot....This worked....
-
Message Boards Message · By Mr. LifeRay On Sep 16, 2013 6:53 PM
Hello all - I have some structured content and I want to display it in a list. It seems pretty simple and I'm missing something in the docs. Can someone point me in the right direction? I'd like to...
-
Message Boards Message · By Liferay Developer On Sep 25, 2014 8:08 PM
Thanks David, <portlet-preferences> <preference> <name>portletSetupShowBorders</name> <value>false</value> </preference> </portlet-preferences> Works!!
-
Message Boards Message · By Liferay Krrishna On Feb 18, 2015 11:58 AM
Hi, I checked the code..working fine.. Thanks: Krrishna
-
Message Boards Message · By Liferay Krrishna On Feb 18, 2015 12:17 PM
hI, http://proliferay.com/inter-portlet-communiation-ipc-event/ http://www.liferaysavvy.com/search/label/events
-
Message Boards Message · By Liferay Krrishna On Feb 12, 2015 4:09 AM
Hi tameez, i didn't understand req, can u explain briefly.? Thanks: Krrishna
-
Message Boards Message · By Liferay Krrishna On Feb 12, 2015 4:18 AM
Hi, Can u paste the simple code of template ,structure and webcontent as a reference. Thanks: Krrishna
-
Message Boards Message · By Liferay Krrishna On Aug 27, 2014 5:17 AM
Hi all, I am able to do validations for AUI Input Fileds, but i am failing in Validate the AUI Select, Radio and Check Boxes in a form. Test code: //working code for input fields <aui:input...
-
Message Boards Message · By Liferay Krrishna On Aug 27, 2014 11:36 AM
Hi sry for delay.. follow below u link , i hope it will help u.. http://www.opensource-techblog.com/2012/09/server-side-validation-in-liferay.html
-
Message Boards Message · By Liferay Krrishna On Aug 27, 2014 12:00 PM
Hi all, i need some information about Service Builder Concept.. Somewhere i read by using service builder generated "portlet-model-hints.xml" we can perform Server side validations.. like following...
-
Message Boards Message · By Liferay Krrishna On Aug 28, 2014 6:29 AM
Thanks Dominik...
-
Message Boards Message · By Aurélien liferay On Apr 29, 2015 1:16 PM
Hello all, since i install SP10, when i try to remove a web content block in the back office, i have a javascript error. Before, i don't have this probleme, i was on the SP5. To illustrate my...
-
Message Boards Message · By Aurélien liferay On May 4, 2015 3:19 PM
Hello, Since it’s a major issue, I give this topic another try. Is there someone facing the same issue on SP10 ? Thanks in advance for your time
-
Message Boards Message · By Aurélien liferay On May 5, 2015 6:45 AM
Hello James, Thank you for your answer, I am going to try this solution. 24/07/2015 : It's ok, the problem is fixed with SP11 ! thanks
-
Message Boards Message · By user1 liferay On Apr 10, 2014 4:19 PM
Were you able to find a solution?, My understanding was that, this error occurred when there were 2 or more portlets with some portlets accessing the session while the others needed none.
-
Message Boards Message · By user1 liferay On Feb 26, 2014 3:45 PM
Does anyone no how to overcome the below error. I am storing a session attribute using @sessionAttribute.. it was working fine until i added another portlet that does not have any session info....
-
Message Boards Message · By user1 liferay On May 8, 2014 7:52 PM
Thanks for your reply Donino I will try and use this in my project. Will let u know if this works for me.
-
Message Boards Message · By user1 liferay On May 8, 2014 8:01 PM
Hello All, I am having a weird problem loading images on IE. All the images load without any trouble in all other browsers. But in IE 10, Only some of the images load, while most of them do not...
-
Message Boards Message · By Liferay Developer On Jun 25, 2014 9:37 AM
Hi, Its a bit old question now, but just in case someone faces this issue. I have got the same issue. Just remove that portlet from the page -> refresh the page and add again Worked for me.
-
Message Boards Message · By Liferay Krrishna On May 23, 2014 11:49 AM
Hi all I am developing portlet with internationalization.i am able to convert a single word label like "sample " into another language ,but with 2 words like "sample name" its not working. please...
-
Message Boards Message · By Liferay Dev On Jul 21, 2015 10:10 AM
Hi Devs, In Web content Structure we have an option like Documents and Media tag. I want an option same like that in CK EDITOR additional Plugin, so that when ever i click on the additional new...
-
Message Boards Message · By Liferay Dev On Jul 21, 2015 10:56 AM
http://liferayguide.blogspot.in/2013/02/document-and-media-select-option-in.html https://www.liferay.com/community/forums/-/message_boards/message/39211598...
-
Message Boards Message · By Liferay Dev On Jul 21, 2015 11:56 AM
Call a method on loadof jsp page. <select id='uniqueID' name="status"> </select> <script> function getImgPath(){ var A = AUI(); var imagePath=window.location.protocol + '//' + window.location.host;...
-
Message Boards Message · By user1 liferay On Oct 27, 2015 7:25 PM
If i remove the page view permission from the public pages, both the users cannot see the page. But as soon as i give access to one of the users to look at their page, the same page becomes...
-
Message Boards Message · By user1 liferay On Oct 27, 2015 8:38 PM
Any help on this?
-
Message Boards Message · By user1 liferay On Oct 27, 2015 11:50 PM
No, The only view-permissions set for this public page is for owner and that custom-role that i have defined. It looks like all custom created roles inherit from the user and site-user permissions...
-
Message Boards Message · By user1 liferay On Oct 28, 2015 3:33 AM
Hi, I am actually creating a regular role, that is the only one i tried. The user that is adding the page and the permissions is the admin user.
-
Message Boards Message · By user1 liferay On Oct 28, 2015 3:09 PM
I do not have the site member permission, the only view/other permission is for owner and the user and role i created.
-
Message Boards Message · By user1 liferay On Oct 28, 2015 3:28 PM
yeah sure, i will try to post pictures of all steps shortly
-
Message Boards Message · By user1 liferay On Oct 28, 2015 4:17 PM
In the summary section of "Define-Permission " for ADJ user role There is only 1 page ADJ screen - view And in the summary section of "Define-Permission " for WHS user role There is only 1 page WHS...
-
Message Boards Message · By user1 liferay On Oct 28, 2015 5:23 PM
Chandan,, Thanks for your time on this, I had to remove the page review permission for both WHSuser and ADJuser,. This is because, When i gave WHSUser permission to WHS sceen(public page), for some...
-
Message Boards Message · By user1 liferay On Oct 29, 2015 3:19 PM
Hi, I tried it again, but no positive results. The ADJ user is still able to see both the ADJ screen and WHS screen. Same with WHS user, he is able to see both ADJ screen and WHS screen. If i go to...
-
Message Boards Message · By Liferay Hex On Feb 29, 2016 10:47 AM
Thanks for such a quick reply, though it didn't work. I will fiddle around sometime, may be there is something wrong with my setup.
-
Message Boards Message · By Liferay Krrishna On Sep 3, 2014 7:54 AM
thanks...
-
Message Boards Message · By Liferay Dev On Aug 17, 2015 9:35 AM
Thank you and Please make it as answer and close this thread.
-
Message Boards Message · By Liferay Dev On Jul 22, 2015 4:49 AM
Thanks:.. Check this Link once.
-
Message Boards Message · By Liferay Dev On Jul 22, 2015 5:09 AM
It is possible. create a JSP hook and override session related session_timeout.jspf file and related file.
-
Message Boards Message · By Liferay Dev On Jul 22, 2015 11:36 AM
Is your problem solved?
-
Message Boards Message · By Aurélien liferay On Jul 24, 2015 9:45 AM
Hello Olaf Kock, thanks for your answer. i want to embedded iframe portlet in my portlet because i want to put my portlet in my personnal category (when i click in add button). So i just want to...
-
Message Boards Message · By Liferay Dev On Jul 28, 2015 5:47 AM
Which script you are using for pop up, i mean Jquery or AUI. I suggestion was use Jquery .
-
Message Boards Message · By Liferay Dev On Sep 14, 2015 8:06 AM
Hi Smurthi, We can achieve this requiremnt using jdbc.properties and place the values in ext-spring.xml in our custom portlet. Follow this url Without Portla-ext and External DB Connect using SB
-
Message Boards Message · By Liferay Dev On Jul 15, 2015 11:30 AM
Hi, Are you using Spring Rest web services or any other technology to create web services ? Thanks: Krrish
-
Message Boards Message · By Liferay Dev On Jul 15, 2015 11:51 AM
Hi, ok. one quick question, are you creating your own controller or not?
-
Message Boards Message · By Exploring Liferay On Jan 19, 2016 1:17 PM
Abhay have you found any solution to your requirement? I too have as similar requirement but without data only pages and templates.
-
Message Boards Message · By Afriland Liferay On Jun 19, 2020 3:47 PM
Thank you David. I tried to deploy an updated version, but still no change. I think I will just use a new database for now, then as soon as I am done, I will check how to do Upgrade Processes and...
-
Message Boards Message · By Dev Liferay On Jul 3, 2019 12:39 PM
When I am using UtilLocator I am receiving NoSuchBeanDefinitionException
-
Message Boards Message · By Liferay User On Sep 7, 2018 9:12 AM
Hi, I have set one day in Minimum Age of a Password in Password Policy and assigned an user in that. But I am able to reset the Password again and again on the same day using the Password reset...
-
Message Boards Message · By Liferay User On Oct 29, 2018 12:45 PM
Thank you for the input. I tried the below steps from the link which you have provided but looks like custom changes in update_password.jsp is not getting affected. 1. Created module using blade...
-
Message Boards Message On Jul 6, 2011 10:32 AM
Hi, I want to auto resize the size of aui dialog that is opened and also auto close after some time. I will explain it more clearly with code snippet below function...
-
Message Boards Message · By liferay user On Jun 27, 2011 11:52 PM
Hi Please can somebody share the working war file for Rich faces and seam ? Thanks
-
Message Boards Message · By New2 Liferay On Jul 15, 2009 1:37 PM
Hi All I have a requirement where i need to add a search bar on top of my page which is built using JSPX(Icefaces). This has to be above the menus. But when I search, ther results should be in a...
-
Message Boards Message · By Liferay Dev On Sep 21, 2017 6:33 AM
Hi, We are trying to use external JARs for our custom portlet development and after adding dependency in Gradle file, we are getting exception and the package is not starting. We are getting...
-
Message Boards Message · By curious Liferay On Nov 9, 2009 6:08 AM
Is it possible to forward from a jsp page to another jsp page or an action class, with struts portlet? if yes, how it can be done? can i use jsp:forward, or portletrequestdispatcher or javascript...
-
Message Boards Message · By curious Liferay On Apr 9, 2010 8:53 PM
I am using communities for virtual hosting. I want to display an html file where can i keep that file. I put it inside tomcat-webapps-root folder, but it cannot find the file. Its urgent !!! please...
-
Message Boards Message · By Liferay Dev On Mar 18, 2016 11:27 AM
Hi, We need to integrate LinkedIn data to portal. Like when user clicks on icon popup will open, their will be a option like connect to linkedIn, after he logged in we need to populate the data...
-
Message Boards Message · By New2 Liferay On Jun 12, 2009 3:29 PM
Hi We are trying to include a JSPX with another JSPX running in a portlet. in my main JSPX I have put code as below <jsp: Directive.include file="myInclude.jspx"/> tried even like this <jsp:...
-
Message Boards Message · By curious Liferay On Oct 27, 2009 7:54 PM
Hi All, I am using mysql database and have created tables in it. How can I access data from these tables in my front end code? I read about models and services. Do i need to create them for my need?
-
Message Boards Message · By Liferay Learner On May 9, 2015 6:54 AM
Hi all , I have created structure and template for events, there I can add year+month, description of the event and image of the event. all the content I have given is displaying correctly, except...
-
Message Boards Message · By Anamica Liferay On Sep 6, 2012 7:53 AM
Hey guys, I need to know when control panel screen is being called.. I need to perform some action on the requested URL before it is forwarded. Any ideas / suggestion how to do this?? Thanks in...
-
Message Boards Message · By user1 liferay On Oct 27, 2015 4:49 PM
Hello All, I have set up two different user defined roles, 1) WHS user 2) ADJ user I have two pages, 1) WHS activities 2) ADJ activities Only WHS user has access to WHS activities and ADJ user has...
-
Message Boards Message · By Gurgen Grigoryan On Jan 17, 2024 8:51 PM
I am making a custom fragment that is utlizing the color picker in my configuration to allow a user to select a background color. According to the documentation there should be a slider for the...
-
Message Boards Message · By Anish Kumar On May 10, 2023 10:06 AM
I am trying to override the implementation of com.liferay.portal.security.sso.openid.connect.internal.servlet.filter.auto.login.OpenIdConnectAutoLoginFilter to set some additional session data to...
-
Message Boards Message · By Path Finder LifeRay On Feb 25, 2010 10:33 AM
can any one suggest how to keep images for tabs (for eg in iferay we have home,products,services....) and also how to change the portlet window look Please suggest in which part of css do i have to...
-
Message Boards Message · By Path Finder LifeRay On Feb 25, 2010 11:51 AM
Bavithra Rajendran: Hi ! Try to do modify in custom.css file. If you want your images to be display in a particular tab, then add image under #navigation li. #navigation li { background-image:...
-
Message Boards Message · By Path Finder LifeRay On Feb 17, 2010 7:30 AM
Saranya Sethurajan: Hi, Hope this link will help you to develop Themes on your own: http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/Themes Saranya. Thanks for the reply... Can any one...
-
Message Boards Message · By Path Finder LifeRay On Feb 17, 2010 12:51 PM
Bavithra Rajendran: Hi ! You will notice that there is a _diff folder inside your custom theme. This is where you will place all your theme code. Thanks Rajendran for these initial steps... i'm...
-
Message Boards Message · By Path Finder LifeRay On Feb 19, 2010 8:50 AM
Thanks Rajendran, Do i have to copy any liferaylookandfeel.xml file in web-inf folder.... if needed what is the rootpath should be given for that... i've tried giving html/themes/{theme-id name}...
-
Message Boards Message · By Path Finder LifeRay On Feb 19, 2010 10:44 AM
i've copied in _diffs/templates folder Let me describe u what i've done from first: i've created a theme from CMD Create mytheme "Sampletheme" it created a structure in this way docroot _diffs...
-
Message Boards Message · By Path Finder LifeRay On Feb 19, 2010 12:12 PM
my approach is entirly wrong that is why my css files are not deployed correctly... thanks Rajendran for guiding me...
-
Message Boards Message · By Path Finder LifeRay On Apr 22, 2010 5:12 AM
hello everyone, Is it possible to include jQuery plugins(js files) in our theme and use it in our portlets without calling that js file in our portlet my observation: when we want to use jquery in...
-
Message Boards Message · By Path Finder LifeRay On Apr 22, 2010 6:47 AM
Babu Janarthanan: Hi, you can include the JS files in portal_normal.vm as mentioned below. #js ("$javascript_folder/xx/xx/sample.js") in which part do i have to include this line... in body??
-
Message Boards Message · By Path Finder LifeRay On Apr 22, 2010 7:34 AM
Pravin Pawar: You can include it in head part like below... #js ("/html/themes/my-theme/javascript/home.js") Thanks Pravin for your quick reply as u said i've included that line in portal_normal.vm...
-
Message Boards Message · By Path Finder LifeRay On Apr 22, 2010 8:28 AM
Babu Janarthanan: inside head tag. <head> #js ("$javascript_folder/xx/xx/sample.js") </head> Thanks Babu it worked when i included in your way...
-
Message Boards Message · By Path Finder LifeRay On Apr 23, 2010 7:25 AM
hello every one, Jquery accordion is working for only one portlet at a time i've included my custom jquery accordion definition inside the theme and deployed it as shown below jQuery( function() {...
-
Message Boards Message · By Path Finder LifeRay On Apr 23, 2010 8:39 AM
someone please reply to this post
-
Message Boards Message · By Path Finder LifeRay On Apr 23, 2010 8:46 AM
accordion working in one portlet only not able to reuse the same in other portlet see this post
-
Message Boards Message · By Path Finder LifeRay On Apr 23, 2010 11:09 AM
Oliver Bayer: Hi, not sure if thats the case but you shouldn't use the same id (#naavigation) in more than one portlet. The css id has to be unique. HTH Oli Thanks for your reply Bayer You are...
-
Message Boards Message · By Path Finder LifeRay On Apr 23, 2010 2:39 PM
hi mike, i think now u done with theme thing, right? u done it with ext or plugins SDK.if it is done it with plugins SDK now you are on top of themes everything if my assumption is not wrong? if...
-
Message Boards Message · By Beginner in Liferay On Mar 19, 2010 10:49 AM
Victor Zorin, It helped me. I deleted files and folders from server/data/lucene/ Restarted the server. Thanks!
-
Message Boards Message · By Path Finder LifeRay On Feb 1, 2010 7:51 AM
hi yuan, thank u for your reply. it helped a lot for me. But i m now started working with LR 5.2.3. i will work another way to support jasper reports into my framework. thanks & Regards, path finder
-
Message Boards Message · By Path Finder LifeRay On Feb 2, 2010 1:41 PM
Hi yuan, i tried for the both things in search option provided over here. but i am unable to get them. is there any other way to get the both things. Thanks in advance. Regards, path finder
-
Message Boards Message · By Path Finder LifeRay On Jan 6, 2010 12:13 PM
Hello michael, the line tells you the servlet class where you can develop your dwr framework API calls. I think you might fix it now before my writing in post Regards, path finder
-
Message Boards Message · By Path Finder LifeRay On Dec 5, 2009 4:19 AM
Juan Fernández: Hi! read this, this and this Hope this is useful Regards Juan Fernández HI Juan, I saw the links which sent by u. Those are mostly helpful. And I saw these from net also. Is there...
-
Message Boards Message · By Path Finder LifeRay On Dec 5, 2009 5:30 AM
Juan Fernández: Hi! read this, this and this Hope this is useful Regards Juan Fernández hi Juan, I saw the first attachment given by you. Can I know what is "afternatePath" variable and where...
-
Message Boards Message · By Path Finder LifeRay On Dec 5, 2009 5:49 AM
Hi Juan, I saw the control panel. But I din't find the way to add a custom attribute to my user. Can you give me the way to do it. Thanks in advance,
-
Message Boards Message · By Path Finder LifeRay On Dec 5, 2009 7:46 AM
Hi Juan, I done all the thing based on the first link you gave. But there when i compile and deploy my theme it is giving the theme other than related to my theme from my server. I created a theme...
-
Message Boards Message · By Path Finder LifeRay On Dec 9, 2009 6:51 AM
zhu yan bo: Jena jar is downloaded from internet,their are in "C:\Program Files\Java\jre1.6.0\lib\ext" .do not be putted in lib.so ,.could you tell where shou I put the jar Did u get an error while...
-
Message Boards Message · By edoardo richard liferay On Nov 26, 2009 4:37 PM
HI, have you tried to disable the echace from teh portal-ext-properties? i had the same problem and i have solved disabling the echace.
-
Message Boards Message · By Path Finder LifeRay On Dec 12, 2009 5:58 AM
zhu yan bo: I did not get a error while deploy.but ,when it was running ,it met a error "Unable to compile class for JSP" Thank u can u know where the compile error for jsp is coming? in server...
-
Message Boards Message · By Path Finder LifeRay On Apr 13, 2010 7:30 AM
hello everyone, how to make options as a drop down list can any one guide me how to do it...
-
Message Boards Message · By Path Finder LifeRay On Mar 27, 2010 8:26 AM
Hi everyone, I need help on css.. I'm having classes in my JSP for example <td class="portlet-title">PATH FINDER</td> How to define that "portlet-title" class in a css file which should be...
-
Message Boards Message · By Path Finder LifeRay On Apr 15, 2010 5:01 AM
waiting for reply
-
Message Boards Message · By Path Finder LifeRay On Apr 15, 2010 6:31 AM
Sandeep Nair: Hi, UI is not my cup of tea but those comes from portlet.vm of your theme. I think you have to change that file for your theme. Regards, Sandeep Thanks sandeep for your reply Through...
-
Message Boards Message · By Path Finder LifeRay On Apr 19, 2010 11:27 AM
Half way its working now.. now i'm able to retreive the hidden area through accordion but when i click back again that hidden area which is retreived now is not going back to hidden stage eg:...
-
Message Boards Message · By Path Finder LifeRay On Apr 20, 2010 9:48 AM
Can anyone help me how to use jquery table sorter plugin in a portlet with detail explanation Regards, Path Finder
-
Message Boards Message · By Path Finder LifeRay On May 29, 2010 10:20 AM
Thanks Suhail it worked... need some help on jquery ajax Can any one guide how to load values from a database from processaction without refreshing the page... The values has to be loaded in a...
-
Message Boards Message · By Path Finder LifeRay On May 31, 2010 11:32 AM
Still Waiting for an answer....
-
Message Boards Message · By Path Finder LifeRay On Oct 22, 2009 4:44 AM
did u tried with portal pack . regards, rc Yes i tried with portal pack.... i've implemented struts portlet through plugins sdk.... wen i deploy it its not opening the browser and even though if i...
-
Message Boards Message · By Path Finder LifeRay On Oct 22, 2009 7:58 AM
R charan: set classpath for struts, servlet-api,portlet jar files. then build will be successfull When you used portal pack, did u got all the methods generated in Util class successfully. Iam got...
-
Message Boards Message · By Path Finder LifeRay On Oct 24, 2009 11:29 AM
Lisa Simpson: You might try posting in "Development" which has less volume of posts than "Installation" and thus more probability of you getting an answer. Thaks Lisa,
-
Message Boards Message · By Path Finder LifeRay On Oct 27, 2009 3:10 PM
hi i'm trying to pass an object from one portlet to other portlet through eventing in plugins i'm facing below mentioned errors at this line com.test.Employee value = (com.test.Employee)...
-
Message Boards Message · By Path Finder LifeRay On Jul 19, 2010 6:54 AM
waiting for answer....
-
Message Boards Message · By Path Finder LifeRay On Apr 28, 2010 11:09 AM
hello everyone, how to send the parameter through url in jQuery you can see the code below, i need to set becode value as a parameter in it i've tried in this way but it is giving errors var...
-
Message Boards Message · By Path Finder LifeRay On Apr 29, 2010 7:48 AM
Thanks Nagendra for ur quick reply its failing at this line var url='<portlet:actionurl name="CRUD"><portlet:param name="cmd" value="Delete" /><portlet:param name="beCode" value="<%= beCode %>"...
-
Message Boards Message · By Path Finder LifeRay On Apr 29, 2010 8:20 AM
I've already tried in that way also but no use.... it gave error while the portlet is deployed(jsp error)
-
Message Boards Message · By Path Finder LifeRay On Apr 29, 2010 12:49 PM
KK rajput: <portlet:param name="beCode" value=\' ' + beCode + ' \ ' /></portlet:actionURL>'; not working Or else can any suggest other solution to submit entire form(Parent form).... i mean, how to...
-
Message Boards Message · By Path Finder LifeRay On Sep 23, 2010 9:21 AM
no answer
-
Message Boards Message · By Path Finder LifeRay On Sep 23, 2010 9:26 AM
Can anyone answer this question.... Does eventing works between different pages... if yes how to make it work? Regards, Path Finder
-
Message Boards Message · By Path Finder LifeRay On Dec 23, 2010 10:43 AM
Hi Sina J, can u please paste the solution so that i can know how to use it.... thanks in advance Regards, Path
-
Message Boards Message · By Path Finder LifeRay On Apr 30, 2011 4:58 AM
Hi, Thanks for the quick reply. I did all the things, but no luck there , still the same problem. By the problem statement I thunk it is asking for some ext related library or folder in bundles of...
-
Message Boards Message · By Path Finder LifeRay On Aug 21, 2010 4:50 AM
Hello everyone, I want to share a value from portlets between tabs can any help me to get a solution I've posted this query last time but couldn't find solution hoping to get a better solution this...
-
Message Boards Message · By Path Finder LifeRay On Aug 23, 2010 5:40 AM
Thanks Corné Aussems for your quick reply... i'm already using IPC(eventing) but there is no use if it is between tabs... the value which i clicked in TabA portletA is not being retrieved in other...
-
Message Boards Message · By Path Finder LifeRay On Jul 9, 2010 11:06 AM
krunal b soni: var actionURL='<portlet:actionURL name='LoadGroups'></portlet:actionURL>'; jQuery.ajax({ url: actionURL, cache: false, success: function(sometext) { //sometext is the text returned...
-
Message Boards Message · By Path Finder LifeRay On Jul 9, 2010 11:45 AM
Actually i want to get a list from an attribute not from a returned string or list in ProcessAction i will load that list and set in attribute request.setattribute("someattrib",groupsList) now i...
-
Message Boards Message · By Path Finder LifeRay On Jul 20, 2010 6:08 AM
Rutvij A Shah: You should use "Public Render Parameter" for this use case. The Portlet on tab A defines "Public render Parameter" source in portlet xml and when user do action on tabA's portlet set...
-
Message Boards Message · By Path Finder LifeRay On Jul 20, 2010 6:09 AM
Is there no solution through jQuery???
-
Message Boards Message · By Path Finder LifeRay On Jul 20, 2010 8:37 AM
Oliver Bayer: Hi, you can set the values you need into the portlet session object. In a jsp use the predefined portletSession variable in java code you can get the portlet session via...
-
Message Boards Message · By Path Finder LifeRay On Jul 22, 2010 9:34 AM
No solution?
-
Message Boards Message · By Path Finder LifeRay On Jul 29, 2010 8:48 AM
no answer ???
-
Message Boards Message · By Path Finder LifeRay On May 6, 2011 6:32 AM
Hi, thanx for your reply. Now I created a theme and trying to create a drop down menu. But cant find any help to get thru it . Do you have any suggetions. thanx for helping me out, Path finder.
-
Message Boards Message · By Path Finder LifeRay On May 6, 2011 7:30 AM
Hi sruti, I am also trying to create a dropdown menu. For that do we have only 1 way, i.e., to create a menu.vm file and update it in portal_normal.vm file and some css. Is liferay6 hasnt given any...
-
Message Boards Message · By Path Finder LifeRay On May 9, 2011 4:38 AM
Hi Roman, Thanx for your replies. Now I used the drop down menus of Classic Theme and now I want to try images in some space of a portal. Is it possible without using a portlet. I want to create an...
-
Message Boards Message · By Path Finder LifeRay On May 19, 2011 1:45 PM
Hi Raja, Thanks for your quick reply. Now got it. Regards, Path Finder
-
Message Boards Message · By Path Finder LifeRay On Jun 3, 2011 12:45 PM
Hi all, I created a theme using LR6 and it worked fine. For some reason i put the portlet-topper-toolbar css class property "display:none" to not view the toolbar in portlets of my app. But I...
-
Message Boards Message · By Path Finder LifeRay On May 24, 2011 3:04 PM
Hi Corne, Thanks for your reply. I will make a shot at that and get back to you again. Thanks in advance, Path Finder
-
Message Boards Message · By Path Finder LifeRay On Mar 13, 2012 10:28 AM
HI All, How to restrict users not to view the private pages of the organization using the control panel i mean using the control panel is using/ changing the permissions of the page.... regards...
-
Message Boards Message · By Path Finder LifeRay On Mar 13, 2012 10:30 AM
Hi David Thanks for the reply, can't we do it directly using the control panel i.e. changing the permissions of the individual pages
-
Message Boards Message · By Path Finder LifeRay On Mar 13, 2012 10:39 AM
Hey sandeep, That's o.k when i delete the view permissions and type the url there i was unable to see..... my question was how to hide after i logged in as a member of the organization regards
-
Message Boards Message · By Path Finder LifeRay On Mar 13, 2012 11:17 AM
i dont want to show the private pages to the members also if they logged. regards
-
Message Boards Message · By Path Finder LifeRay On Apr 4, 2012 12:22 PM
Hi Amit, Thank you for the reply. I faced this problem when it is the custom portlet, since for the custom width is taking 100% by default. But for the OOTB portlets there is no width present. So...
-
Message Boards Message · By Path Finder LifeRay On Apr 5, 2012 4:14 AM
Thanks guys for all the help, currently I am going with giving max-width in contnet-layout or width in content or portal-content. Regards, Path Finder
-
Message Boards Message · By Path Finder LifeRay On Apr 18, 2012 7:56 AM
Hi all, When I create a 6.1 theme it is creating .sass-cache folder in css and after deploying the theme I am getting the following error. [DynamicCSSFilter:181] Unable to parse SASS on CSS...
-
Message Boards Message · By Path Finder LifeRay On Apr 18, 2012 10:36 AM
Hi All, I have a webcontent portlet where i placed images and links in that portlet when i click on the link there i need to get response in the another which may be not necessarily webcontent how...
-
Message Boards Message · By Path Finder LifeRay On May 18, 2012 4:48 AM
Hi Bo li, For sass-cache exception i just removed main.css once and clean deployed theme and again added it to theme. The error is gone and I still wonder what happened in between. Hope you too get...
-
Message Boards Message · By Path Finder LifeRay On Apr 20, 2012 10:29 AM
Thanks David please do this favor and i will wait for the reply.....and if you could tell the simple customization that would in fact be helpful to many people... thanks pathfinder
-
Message Boards Message · By Path Finder LifeRay On Mar 27, 2012 6:51 AM
Hi All, i've followed the http://www.liferay.com/community/wiki/-/wiki/Main/Accessing+the+Document+Library+with+WebDAV and set the url on a machine how to use the WEBDAV url in the image gallery or...
-
Message Boards Message · By Path Finder LifeRay On Mar 29, 2012 9:16 AM
can anybody please reply to this...... thanks
-
Message Boards Message · By Path Finder LifeRay On Apr 10, 2012 1:25 PM
Hi amit, Thanks for your replies and enquiry. The current layouts i tried are 2 column layouts(30-70/70-30) and single column layout. But the problem is coming from the jqgrid plugin. It is...
-
Message Boards Message · By Path Finder LifeRay On Mar 26, 2012 1:52 PM
Hi David, NO,it may be the other guy working on this i don't know, please reply to my question regards pathfinder
-
Message Boards Message · By Path Finder LifeRay On Mar 9, 2012 11:48 AM
Hi all, This is a totally new thing I am facing while starting the LR server. I am using LR 6.0.6 server bundled with LR Developer Studio. There is no info in portal-ext.propeties file in the...
-
Message Boards Message · By Path Finder LifeRay On Mar 9, 2012 11:57 AM
Hi all, This may be pretty new. But it is happening all again to me. When I tried to put some out-of-box portlets onto my page after installing LR 6.0.6 server I am getting the following exception....
-
Message Boards Message · By Newbie to Liferay On Feb 21, 2008 2:58 PM
This is what I got when deploying ext to the bundled tomcat. HTTP Status 500 - -------------------------------------------------------------------------------- type Exception report message...
-
Message Boards Message · By Path Finder LifeRay On Jul 25, 2011 5:28 AM
Hi vikas, Thanx for reply. But The code pasted by you is already there for the first level drop down. Let me explain the thing first. I have a menu in my app which resembles nav_item, then each...
-
Message Boards Message · By Path Finder LifeRay On May 11, 2011 10:05 AM
Hi Maarten, I want to use some space of a page for the images(as like in a welcome page images of a website). Do you web content display portlet or you said some template, now I am using liferay6...
-
Message Boards Message · By Path Finder LifeRay On May 11, 2011 10:20 AM
Hi, I want to create a template in LR 6. It should contain a row with 2 columns as follows. 1. column 1 should be 65% of row. 2. column 2 should be 2 rows having 33% of each. I am able to create a...
-
Message Boards Message · By Path Finder LifeRay On May 12, 2011 6:36 AM
Hi Maarteen, Thanx for your reply. I done as you said, but i need the 2nd column contains 2 rows 1 below the other. Is that possible to do with the script or we have to change anything in css or...
-
Message Boards Message · By Path Finder LifeRay On May 12, 2011 7:05 AM
Hi all, I am creating an application using LR6. I want to create user registration. Do I have to use LR user registration portlet? if yes, then how to do it or How to create a registration porlet....
-
Message Boards Message · By Path Finder LifeRay On Jun 23, 2011 6:05 AM
Hi all, I am creating LR6 spring project. When I include spring form tags in jsps, while deployment server is raising "2 loggers available, not permitted" exception. I tried all the ways to include...
-
Message Boards Message · By Path Finder LifeRay On Jun 23, 2011 6:19 AM
Hi Fais, I have the same problem for getting 2nd level menu visibility, did u get thru it now? if yes please send me ur approach. I have a release on neck now. Thanks in advance, Path Finder
-
Message Boards Message · By Path Finder LifeRay On Jun 23, 2011 1:21 PM
Hi Jelmer, I created an LR6 Spring application, in which i have to create users and want to use LR default signin portlet. I have seen this thread. But it is all based on struts and JSF it seems....
-
Message Boards Message · By Path Finder LifeRay On Jul 20, 2011 12:13 PM
Hi jose, Thanx for your reply. I have one question in that. There is "$nav_child2" in your sample code, how we create that one, i mean already $nav_item, $nav_child are there by default. If we want...
-
Message Boards Message · By Path Finder LifeRay On Jul 20, 2011 2:22 PM
Hi jignesh, Thanx for the reply. If you have any links for the development of 2nd level menu just forward them here. I need badly now. I have tried like the following, dont know is this correct or...
-
Message Boards Message · By Path Finder LifeRay On Jan 9, 2012 6:39 AM
Hi David, May be a long time but it became an urgent situation again. I am getting thumbs.db generates exception: null whenever I give customized images in theme/images folder of my own theme. and...
-
Message Boards Message · By Path Finder LifeRay On Jan 30, 2012 10:27 AM
Any solution??????????????
-
Message Boards Message · By Path Finder LifeRay On Feb 16, 2012 6:06 AM
Solved... by using iframe tag
-
Message Boards Message · By Path Finder LifeRay On Feb 16, 2012 6:09 AM
Can you provide the syntax of how to create an omniadmin for myself... Right now i dont have the access of code base... but if at all i get i'll move forward with your advice but meanwhile please...
-
Message Boards Message · By Path Finder LifeRay On Feb 21, 2012 9:59 AM
"What do you mean by [quote=users information of other database." i'm working with lportal schema and mysql database i need to get the users details from other database
-
Message Boards Message · By Path Finder LifeRay On Feb 9, 2012 8:14 AM
David H Nebinger: Is it really a servlet only, or are you talking about accessing a web service? Cuz honestly I don't know how you plan on invoking a servlet and asking it for the "list of...
-
Message Boards Message · By Path Finder LifeRay On Jun 10, 2011 5:18 AM
Hi Hitoshi, Thanks for the info. I tried all the things and directly changed the deployed war file info. Still it's not showing the toolbar and in the debugger it is taking the value "display:none"...
-
Message Boards Message · By Path Finder LifeRay On Jun 10, 2011 5:54 AM
Hi all, I created a theme having a menu with some items. Now I want to give permission to view that menu items to a particular community only. Is there any way to do it. It's urgent situation for...
-
Message Boards Message · By Path Finder LifeRay On Jun 10, 2011 9:57 AM
Hi Jose, Appericate your quick reply. But I am not that much into velocity template. Can you elaborate how can I do with this using which template file. Thanks in advacne, Path Finder
-
Message Boards Message · By Path Finder LifeRay On Jun 10, 2011 10:55 AM
Hi Jose, Thanx for your quick replies. I am going to do it now. Update you if any complications. Thanks, Path Finder
-
Message Boards Message · By Path Finder LifeRay On Jun 10, 2011 11:17 AM
Hi Jose, I want to do it from the control panel options. since in LR6 vm files changed from the old ones.Is it the only way or thru control panel options we have to do it? n I dont have that much...
-
Message Boards Message · By Path Finder LifeRay On Jun 10, 2011 12:39 PM
Hi all, I created a LR theme and used the default menu items thru control panel provided. I want to change the first menu item as an Image(like a logo). Is It possible thru control panel options or...
-
Message Boards Message · By Path Finder LifeRay On Jun 13, 2011 4:14 AM
Hi Steve, I have a menu with some items. Now I wanted to change the first menu item as an image, means first menu item is a logo. Is there any easy way to do that using control panel or any other?...
-
Message Boards Message · By Path Finder LifeRay On Jun 17, 2011 7:17 AM
Hi Andri, I have the same problem in my application. I want to show the 2nd level menu. Can you guide me the code in vm files to make 2nd level menu visible. Its very Urgent for me now. Thanks in...
-
Message Boards Message · By Path Finder LifeRay On Jun 18, 2011 5:31 AM
Hi Iulian Vieru, Thanx for your reply. But that is limited to only 1 step, since nav_item is for main menu and nav_child is for drop down items. How would we go with 2nd level(sub items of drop...
-
Message Boards Message · By Path Finder LifeRay On Jun 21, 2011 2:57 PM
Hi, Tried to put a logo in the place of menu. But dont get over it? do u know any better way to do it. I dnt got through this posts. Thanks in advance, Path Finder
-
Message Boards Message · By Path Finder LifeRay On May 24, 2011 10:32 AM
Hi corne, Thanks for the reply. I did the same and deployed it. But it has given exception and theme dn't deployed at all. Is there only 1 solution for that or can we have any css modification to...
-
Message Boards Message · By Path Finder LifeRay On May 24, 2011 12:14 PM
Hi Corne, The following is the code: <!--?xml version="1.0"?--> <look-and-feel> <compatibility> <version>6.0.5+</version> </compatibility> <theme id="College" name="College">...
-
Message Boards Message · By Path Finder LifeRay On Aug 2, 2011 10:54 AM
Hi all, I have created a theme using LR6. It contains 2nd level menu. Its worked fine in my local system(tomcat & win xp sp2). But it is not showing up correctly in the server (jboss 5.1.0.GA &...
-
Message Boards Message · By Path Finder LifeRay On Sep 14, 2011 10:07 AM
Hi Wasim, that's g8, just a small word, currently solves the purpose. As I am coming back to LR now it just a stepping stone of success to start this innings. Regards, Path Finder
-
Message Boards Message · By Path Finder LifeRay On Aug 9, 2011 8:24 AM
Hi all, anybody got answer for the disable: none property coming from css.jsp? I tried to change that one but still it is getting the property(since i checked it through firebug). Is there any...
-
Message Boards Message · By Path Finder LifeRay On Aug 9, 2011 8:50 AM
Hi all, I am developing an app in LR6.Currently i am not getting images in my app. Server is trying to get the image but throwing an exception. What I do now. Have to give a relative path or do the...
-
Message Boards Message · By Path Finder LifeRay On Aug 12, 2011 12:24 PM
Hi Wasim, I still not got any answer from anyone for how to enable the display: block in portlet.css file? still waiting
-
Message Boards Message · By Path Finder LifeRay On Aug 16, 2011 2:37 PM
Hi Wasim, I dn't understand what is developer mode? I am using firebug to know which css is applying, there it is saying css.jsp line1 display:none? but the css.jsp file is a heavy file having...
-
Message Boards Message · By Path Finder LifeRay On Aug 17, 2011 6:25 AM
Hi Wasim, I did that enabling and found that the line no. is 3050 but in css.jsp there is no such line no. All are just imports of different jsps for a page load. I checked in them respect to...
-
Message Boards Message · By Path Finder LifeRay On Sep 13, 2010 10:29 AM
Thanks Mika Koivisto for your quick reply now how can i add Jquery as an external plugin? i've kept jquery's js files in my projects js path and tried to load but dint worked out for me i've added...
-
Message Boards Message · By Path Finder LifeRay On Aug 30, 2010 7:38 AM
No Solution??
-
Message Boards Message · By Path Finder LifeRay On Jul 24, 2010 7:41 AM
is there any other solution instead of getting list from session?? If yes please let reply to this post.... Regards, Path Finder
-
Message Boards Message · By Path Finder LifeRay On Jul 26, 2010 3:58 AM
Thanks for your one line answer but i'm new to JSON can you elaborate your answer a bit... so that i can try and let u know i mean please explain me how to do that... Thank you Regards, Path
-
Message Boards Message · By Path Finder LifeRay On Jul 26, 2010 5:01 AM
can some one please reply.... Please correct me if i'm wrong(steps mentioned in above post)
-
Message Boards Message · By Path Finder LifeRay On Jul 26, 2010 10:40 AM
Thanks Tina its working well now.... Using Application scope i'm able to get the value in different tabs...
-
Message Boards Message · By Path Finder LifeRay On Jul 26, 2010 10:41 AM
waiting
-
Message Boards Message · By Path Finder LifeRay On Jul 28, 2010 5:53 AM
if the portlets are from different application Applicationscope might not work.... what to do in that case?
-
Message Boards Message · By Path Finder LifeRay On Jul 28, 2010 6:12 AM
ok i'll try that and let you know if it doesnt work... Thanks tina
-
Message Boards Message · By Path Finder LifeRay On Jul 28, 2010 6:20 AM
when i use this <private-session-attributes>false</private-session-attributes> its returning class cast exception even though it is returning the same class... see this post u might get an idea...
-
Message Boards Message · By Newbie to Liferay On May 20, 2008 1:36 AM
Thanks for reply. I modified the ext-spring.xml file, which is specified last in spring.config in portal.properties. spring.configs=\ META-INF/activemq-spring-jms.xml,\...
-
Message Boards Message · By Newbie to Liferay On May 20, 2008 4:58 PM
After digging through messages, I finally found http://support.liferay.com/browse/LEP-5693. The 5.0.1 version i am using is affected. Does anyone know if ver5.0.2 is released yet? If anyone changes...
-
Message Boards Message · By Newbie to Liferay On May 20, 2008 6:20 PM
As Rob suggested, here is what I've changed in the build-parent.xml in the ext-impl folder. Between line 79 to 88. <copy todir="classes"> <fileset dir="src"> <include name="**/dependencies/**" />...
-
Message Boards Message · By Newbie to Liferay On May 20, 2008 6:23 PM
Hi Rob, Did i add those two lines at the right place? I was trying to follow your suggestion: "Rob Sonke - 16/Apr/08 02:12 PM By the way, the fix is quite simple. You can change the copy task in...
-
Message Boards Message · By Newbie to Liferay On May 11, 2008 5:58 PM
I am creating a portlet to allow users to enter some information. The portlet will send out a notification email as that user email address. Both from and to email addresses are valid. The code ran...
-
Message Boards Message · By Newbie to Liferay On May 12, 2008 3:22 PM
Thanks for reply, Alex. The resource reference has already been included in web.xml in the source project right? However, I did add what in your thread again into web.xml of the EXT envrionment....
-
Message Boards Message · By Path Finder LifeRay On Sep 18, 2009 12:04 PM
Can any one post a sample code for creating a data-entry form
-
Message Boards Message · By edoardo richard liferay On Sep 20, 2009 2:36 PM
salve a tutti...sono nuovo...mi sono appena inscitto.....nessuno sa perche' tra le mie pagine private non posso aggiungere nessun contenuto????? Grazie, edo
-
Message Boards Message · By edoardo richard liferay On Sep 20, 2009 2:57 PM
Ciao e' semplicisssimo vai su control panel e clicca su communities poi creane una e dagli il nome che ti pare. Successivamente vai su action---> manage pages-->setting tab seleziona activate...
-
Message Boards Message · By Path Finder LifeRay On Sep 21, 2009 11:08 AM
hi all, if any body have the code of web form portlet,post it here or post the thread which contains the code. I struck at the creation of form.I created the form but don't know how to connect to...
-
Message Boards Message · By Path Finder LifeRay On Sep 23, 2009 5:22 AM
hi all, i downloaded web form portlet (as a war file). I m using myeclipse to develop portlets. But there is no tool given to import war file into workspace. if any found solution pls reply me.,...
-
Message Boards Message · By Path Finder LifeRay On Sep 30, 2009 1:20 PM
hi all, I am creating a portlet which will display the contents of a table from database to portlet. can any one know how to do this in action class? Is there any way to send data from portlet...
-
Message Boards Message · By Path Finder LifeRay On Nov 2, 2009 1:04 PM
hi everyone, i need a small help... previously i used to use ext environment to develop portlets there to forward to any jsp page i used to use setForward method... But now i want to develop a...
-
Message Boards Message · By Path Finder LifeRay On Oct 12, 2012 6:02 AM
Hi all, I am working in 6.1 GA2 application. In one of the pages after the validation message <aui:input> tag is becoming uneditable ( but we have to edit that to submit the form). Strangely the...
-
Message Boards Message · By U S Liferay On Apr 5, 2016 1:28 PM
Its done by using SingleVMPoolUtil
-
Message Boards Message · By U S Liferay On Apr 5, 2016 1:47 PM
I think custom sql is the best way, like you can write the complete query. but its a late process compare to Finder and Dynamic query.
-
Message Boards Message · By U S Liferay On Apr 5, 2016 2:42 PM
Shiva Krishna Goud: Yeah by SingleVMPoolUtil.clear(); you can do it Its not using SingleVMPoolUtil.clear(). This will clear the Cache object. my question was different
-
Message Boards Message · By U S Liferay On May 12, 2016 8:25 PM
Hi Friends, How to retrieve and display the data of custom sql without where contion. Ex. select * from user_; How to set the data in UserFinderImpl.java class file? below I tried but no success....
-
Message Boards Message · By U S Liferay On May 13, 2016 6:35 AM
David H Nebinger: Okay, not sure what you're trying to do here, but there's already a getUsers(int start, int end) method to return all users, just pass in QueryUtil.ALL_POS for both arguments and...
-
Message Boards Message · By U S Liferay On May 15, 2016 7:35 PM
David thanks for your help, Could you please help me to get the output of this query "select col1, listagg(col2, ',') within group (order by col2) as new_col_name from table_name group by col1;"...
-
Message Boards Message · By U S Liferay On May 23, 2016 7:52 PM
Hi Friends, I am getting error when I am trying to call the other portlet service. Calling the service, List<group_mapping> getUcpGroupRowVal;...
-
Message Boards Message · By U S Liferay On May 24, 2016 5:47 AM
Thanks David for reply, Its working now. And thanks for suggestion.
-
Message Boards Message · By U S Liferay On Jun 6, 2016 5:52 AM
I think no company will give free SMS services, If you ask them they will provide free SMS for testing....,
-
Message Boards Message · By U S Liferay On Jun 6, 2016 6:01 AM
I am not sure, . If you want particular portlet logs, then try with hook, and write the logs.
-
Message Boards Message · By Path Finder LifeRay On Dec 21, 2012 7:08 AM
Hi All, I'm developing a multi-organization model using liferay6.0. i have created 4 themes.i have created organizations and their respective users. i have to give organization administrator role...
-
Message Boards Message · By Path Finder LifeRay On Dec 22, 2012 10:33 AM
Bart Simpson: Is hooking an option. If yes, then perhaps you can hook the tag lib responsible for generating the link and add a permission check there using permission checker. I'll provide more...
-
Message Boards Message · By Path Finder LifeRay On May 15, 2013 4:43 AM
Very strange that no one knows solution to this problem.. problem is still not closed please help me in this.. regards sivaprasad
-
Message Boards Message · By Path Finder LifeRay On May 17, 2013 6:09 PM
Hi All, please tell me how to work with advanced styling option in webcontent. this is the scenario. i have modified the portlet topper color of a column to black in the custom.css file this is the...
-
Message Boards Message · By Path Finder LifeRay On Aug 28, 2013 12:36 PM
yes, may be a turn arround soluition i have created a role and assigned it to users and i achieved what i got. thanks
-
Message Boards Message · By Path Finder LifeRay On Jun 29, 2013 8:08 AM
Hi All, Ples find the screen shot. i'm i have uploaded a document in the document and media library and i have given user only view permissions. but still download button appears when i click the...
-
Message Boards Message · By Path Finder LifeRay On Jul 1, 2013 6:02 AM
Antoine Comble: Hi, You just have to hook the document and media library portlet as describe in previous post. Antoine Hi Antoine, here's the requirement ...... a user is only able to view the...
-
Message Boards Message · By Path Finder LifeRay On Nov 20, 2012 1:28 PM
yan paing: Thanks for answer Olaf. Now i just fixed this issue by moving some css to templates folder velocity micro file and it is working fine. Thanks, Yan i will extend your query please answer...
-
Message Boards Message · By Path Finder LifeRay On Nov 20, 2012 1:35 PM
Hi All, i have my portal where i need to change the background color of the whole portal generally in wrapper we will do that(modifying in the concern css file). "i need to do this modification...
-
Message Boards Message · By Path Finder LifeRay On Dec 11, 2012 10:33 AM
Hi HItoshi, my doubt was is that possible without deploying the theme.will that be saved to the session or permanent. regards
-
Message Boards Message · By Path Finder LifeRay On Dec 28, 2012 11:36 AM
can any one help in that......
-
Message Boards Message · By Path Finder LifeRay On Jan 2, 2013 10:39 AM
Thanks for the information it was working for me.....
-
Message Boards Message · By Path Finder LifeRay On Dec 1, 2012 10:07 AM
Hi All, I'd like to know how to work with the velocity variables? While trying to work with themes i have seen the templates folder, and i came to know that vm files was written in velocity mark up...
-
Message Boards Message · By Path Finder LifeRay On Aug 27, 2012 5:27 AM
Hi Everyone, Here are some couple of questions regarding site templates. I've created the site templates and tried to modify the pages site template after assigning the site template to the...
-
Message Boards Message · By Path Finder LifeRay On Sep 14, 2012 4:09 PM
Hi All, i'm using liferay6.1 version... here's my question? how to delete/disable download link for the files that i have uploaded in the documents and media library.. specifically... i have...
-
Message Boards Message · By Path Finder LifeRay On Apr 15, 2013 6:50 AM
Hi All, I'm, using LR 6.1 version How to skip the password reset screen for first time logged in users? Is there any property to be set in the portal.properties or in the portal settings?? please...
-
Message Boards Message · By Path Finder LifeRay On Apr 15, 2013 6:53 AM
Solved...
-
Message Boards Message · By Path Finder LifeRay On Apr 19, 2013 11:17 AM
yes gerald, you are correct.. but i'm facing one more problem... whenever a user is created and password link is clicked to set password for the user i'm seeing password reset required was checked...
-
Message Boards Message · By Path Finder LifeRay On Oct 12, 2012 4:20 AM
Hi all, I am working on 6.1 GA2 application. In my app I have a requirement that when I click on a button in a form, the total form should be cleared say like clear button. I tried with <aui:button...
-
Message Boards Message · By Path Finder LifeRay On Oct 21, 2009 6:15 AM
hi all, I am trying to deploy a struts portelt in netbeans IDE. But i am unable to do it, since it is giving some errors about action package "package does not exist" error is getting on console I...
-
Message Boards Message · By Path Finder LifeRay On Feb 18, 2012 7:17 AM
Hello Every one, I need information about LDAP, and the LDAP configuration i'm assuming that using LDAP we can get a copy of users information of other database. is that makes any sense if not,...
-
Message Boards Message · By Path Finder LifeRay On Apr 19, 2010 6:02 AM
i need to use accordion between two tables but not able to make it work Here is my html code <div id="accordion"> <div class="slide">Corporate Office Address</div> <table> <tbody><tr> <td> blah...
-
Message Boards Message · By Path Finder LifeRay On Feb 17, 2012 6:51 AM
Hi All, I've created organization,and a site template when assigning the site template to the organization an error message coming "organizations is temporarily unavailable " the portal was hosted...
-
Message Boards Message · By Path Finder LifeRay On May 19, 2011 11:03 AM
Hi all, I created a theme in LR6. I extended it from classic theme(having 2 color schemes green and orange). I created 3 menu options and applied green, orange and blue themes to each pages. I...
-
Message Boards Message · By Path Finder LifeRay On Jul 9, 2010 6:59 AM
Hello everyone, Need help in jquery ajax, i want to load values in drop down upon users request... i'm able to submit to process action in this way var actionURL='<portlet:actionurl...
-
Message Boards Message · By Path Finder LifeRay On Feb 2, 2010 1:45 PM
hi everyone, can anyone please guide me how to create themes on our own.... i'm looking for a best tutorails available in the net which can explain in detailed way but couldnt find any such...
-
Message Boards Message · By Path Finder LifeRay On Oct 5, 2009 10:22 AM
hi all, I am developing a portlet which having more than 1000 results records. I want to limit the result to pages, each containing 20 to 30 records. Is there any function or util or package will...
-
Message Boards Message · By Path Finder LifeRay On Feb 14, 2012 12:26 PM
Hi ALL, I have created organizations as administrator.By mistake in the user profile me being admin i removed the same role and unable to retain back the role of admin. server is somewhere else and...
-
Message Boards Message · By Path Finder LifeRay On May 24, 2011 6:35 AM
Hi, I need to disable portlet borders and portlet topper toolbar. Is there anyway to do it using css. I tried to disable portlet borders using xml file. But its thrown exceptions while deployment....
-
Message Boards Message · By Daniel G On Feb 21, 2024 4:43 PM
Hi all, I am trying to create an user from an object action calling headless-admin-user/v1.0/user-accounts. I can create the user sending the fields in the parameter, but the language id for the...
-
Blogs Entry · By Ryan Schuhler On Jul 5, 2013 8:35 PM
Here is another script that we developed for the redesign of Liferay.com. The goal for this script was to help with loading times on pages with a lot of images as well as provide a way to...
-
Blogs Entry · By David H Nebinger On May 31, 2019 9:35 PM
So if you've been monitoring your logs, it is quite possible you're seeing NoSuchLayoutExceptions related to browserconfig.xml. If you are seeing them, it's because your users are running IE 11 and...
Blog Stream: Featured Products: Liferay Portal » Liferay Portal 7.x -
Blogs Entry · By David H Nebinger On Feb 25, 2020 5:17 PM
My friend, Olaf Kock, recently shared with me that he had struggled with and resolved an issue after moving to Tomcat 9.0.31 when using AJP. Update: What maybe we didn't know, Tomcat 9.0.31 (and...
Blog Stream: Featured Products: Liferay Portal » Liferay Portal 7.x -
Blogs Entry · By Ryan Schuhler On Jul 5, 2013 10:06 PM
The last script I will share with you for now is one that I call on screen helper. This is also a simple script, but very useful when it comes to animations, transitions, and effects. Essentially...
-
Blogs Entry · By Olaf Kock On Nov 6, 2020 4:17 PM
Sometimes there are several ways to achieve a goal - and this is a story about one of those times, and one of those different paths to achieve a goal. Recently, in a conversation, I came across two...
Powered by Liferay™