Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
58 views

In this product upload form, I have five drop-down list fields created using HTML (2 selects and 3 data lists with text area), and I have embedded Javascript to dynamically populate the options in the ...
Louis's user avatar
  • 1
0 votes
0 answers
89 views

Please find the issue below. Initially data will be empty array, so the loading option will be displayed in data list. But when the datalist is clicked, an api call will be made to get the data. Once ...
Jayanth R's user avatar
0 votes
1 answer
658 views

I have an editable dropdown in which I need to autopopulate its default value from a template. The default value is fetched from "this.Model.Application.environment" that has "dev" ...
Priyanka's user avatar
  • 117
0 votes
1 answer
218 views

I'm trying to generate form dynamically on the basis of requirement but it is giving an error showing that unable to find control with path: here I'm getting an List from API as per that list I'm ...
vishal s.'s user avatar
  • 380
0 votes
1 answer
453 views

I have a script written to apply three levels of validation. The first level of validation is in column A on the "master" sheet and the second and third are in the app script. I am able to select the ...
Ron Raudelunas's user avatar
0 votes
1 answer
336 views

I have 2 tables "Client" and "Location". class Client(models.Model): name = models.CharField(max_length=50) class Location(models.Model): name = models.CharField(max_length=50) A Client can ...
Lloyd's user avatar
  • 161
0 votes
1 answer
959 views

I created a Liferay 7 structure with an "Explanation" field. Here is a Web Content using that structure: <?xml version="1.0"?> <root available-locales="en_US" default-locale="en_US"> &...
Nicolas Raoul's user avatar
0 votes
0 answers
81 views

My code edits a table cell by clicking on it. But I want to add a datalist to make it easier. It should be something like an autocomplete text. Can I add a datalist to this code? I want to see the ...
J. Doe's user avatar
  • 73
0 votes
1 answer
206 views

Running chrome 58.0.3029.110 under Linux similar issue reported under windows. Data List dynamic (provided through websocket). When attempting to hit a page with multiple dataLists none of the ...
V H's user avatar
  • 8,637
0 votes
1 answer
879 views

How can i create a template with velocity or Freemarker for DDL in liferay ? I have a DLL with some data, i would display it not as a table but as a menu beacouse data is defined as [link,text]. i ...
Filippo Luppi's user avatar
0 votes
1 answer
354 views

Hi I would like to create hook on Dynamic data lists in liferay 7. Unfortunately I am not able to achieve DDLRecordServiceWrapper, according to source code it should be accessible under import com....
user2925656's user avatar
1 vote
0 answers
316 views

Hi need to create create a webservice that would extract dinamically data from Liferay. Data is being inserted via Dynamic Data Lists. Example: 1-I have one Dynamic Data List for clients 2-I have one ...
Richasantos's user avatar
0 votes
1 answer
226 views

What am I doing wrong? I can't get the values to display within a Liferay Dynamic Data List portlet. The following is the template code. Currently nothing is displaying after the header. However, I ...
user2305363's user avatar
1 vote
0 answers
122 views

I am not able to get the values to be displayed onto the ui side for the dynamic data list with the select options having long option values. I can see the data being stored into the database for the ...
Parth Pancholi's user avatar
0 votes
0 answers
1k views

I'm creating a freemarker template for a dynamic data list in Liferay. Now, I would like to redirect to view entry / record on clicking the link in this data list. Actually I hava a view button, ...
Alex's user avatar
  • 9
0 votes
1 answer
225 views

I am using Dynamic Data List in Liferay 6.2 to create a form. I want the form fields to be ordered horizontally. But dragging the fields only lets me to align them vertically. How can this be achieved?...
Chandan's user avatar
  • 133
3 votes
0 answers
779 views

It is possible to specify or configure a custom datasource to load the select-options for a particular Data definition for Dynamic Data list? The following image might clarify what I need to do: Will ...
Prakash K's user avatar
  • 11.7k
6 votes
1 answer
9k views

I have a datalist with lot of option, The list goes too long I want to give it vertical scroll. <input list="browsers" name="browser"> <datalist id="browsers"> <option value="...
ozil's user avatar
  • 7,163
0 votes
0 answers
376 views

I created a Dynamic Data List form in Liferay at http://server/web/guest/apply, it works fine. After the user fills the fields and press "Publish", I would like to redirect her to http://server/web/...
Nicolas Raoul's user avatar
1 vote
1 answer
543 views

I have created a Liferay Dynamic Data List (DDL) allowing visitors to enter their name and surname. In addition to name;surname I would like the DDL to memorize the value of a particular JavaScript ...
Nicolas Raoul's user avatar
0 votes
2 answers
994 views

We have it setup so users submit submissions to the dynamic data list and than if we want to approve and publish it we have to manually copy over all of the information. Is there an easier way to do ...
coltonfranco's user avatar
1 vote
1 answer
3k views

The context I am trying to create a link list portlet on a page in my Liferay 6.2 instance. To achieve this, I have put a new Dynamic Data List Display portlet on the page and made a Data Definition ...
Márton's user avatar
  • 473
0 votes
2 answers
4k views

I'm trying to integrate Liferay Dynamic Data Lists into Kaleo Workflow (Liferay 6.1 CE GA2), but how to get the ddlRecordId in workflow? I did some homework, I checked all Attributes in serviceContext,...
Gavin You's user avatar
3 votes
1 answer
621 views

I'm using liferay (6.1) to make my portlets and right now I'm using dynamic data lists to define my data definition. Is there anyway to add new Data definition fields? Instead of the calendar date I ...
mido's user avatar
  • 77
0 votes
1 answer
593 views

I have text field in my dynamic data list but there should be only email id's. How to write validation for the text field??? There is only one required field in dynamic data lists
NivasKulukuri's user avatar
0 votes
0 answers
576 views

I just started using Liferay but have encountered a problem. I've set up a page to use as a Blog Entry point. I added the Blog Entry to the page but when I go to click "Add Blog Entry" it doesn't do ...
Katana24's user avatar
  • 8,977
2 votes
1 answer
2k views

I build some custom views for DDL. For text type fields i'd iterate through records and display just like below: $record.getField("field_name").getValue() This won't work for the date field. I ...
iki's user avatar
  • 73
1 vote
1 answer
3k views

I'm experimenting with Dynamic Data Lists in Liferay 6.1. The data definitions and list editors work fine, but I'm having trouble preparing a template to display the list. In particular I'm wondering ...
postrational's user avatar
  • 6,376
0 votes
2 answers
3k views

How can I develop a list template for a dynamic list in Liferay?
Elbassel's user avatar
  • 474