Foren

Can someone give me an example portlet with a config page?

Bobby Hopkins, geändert vor 12 Jahren.

Can someone give me an example portlet with a config page?

New Member Beiträge: 10 Beitrittsdatum: 22.03.12 Neueste Beiträge
Hi,

Can someone give me an example portlet with a configuration page for Liferay 6.1 please? I followed some guides already but I can't get it to work.

Thanks a lot.
Venkat Koppavolu, geändert vor 12 Jahren.

RE: Can someone give me an example portlet with a config page?

Junior Member Beiträge: 85 Beitrittsdatum: 26.07.10 Neueste Beiträge
Check out the Flash port-let which implements configuration action

1. Go to URL - http://www.liferay.com/downloads/liferay-portal/official-plugins
2. Download Flash plug-in portlet

Thanks,
Venkat
thumbnail
David H Nebinger, geändert vor 12 Jahren.

RE: Can someone give me an example portlet with a config page?

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
Bobby Hopkins:
Hi,

Can someone give me an example portlet with a configuration page for Liferay 6.1 please? I followed some guides already but I can't get it to work.

Thanks a lot.



Yes, it's called "liferay source code", and it's available from the download page.
thumbnail
Hitoshi Ozawa, geändert vor 12 Jahren.

RE: Can someone give me an example portlet with a config page?

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
There's nothing special about configuration pages. The wiki pages should provide enough information. What kind of problems are you having?
Bobby Hopkins, geändert vor 12 Jahren.

RE: Can someone give me an example portlet with a config page?

New Member Beiträge: 10 Beitrittsdatum: 22.03.12 Neueste Beiträge
Sorry if this sounds a bit stupid, but I am not sure where to place the files exactly. I mean, in the portlet folders in the ROOT folder, there are only 3 files for a portlet i found which has a config page, "configuration.jsp", "view.jsp", "edit.jsp". The wiki is telling me to edit other files even though I don't see them in the final product.
thumbnail
David H Nebinger, geändert vor 12 Jahren.

RE: Can someone give me an example portlet with a config page?

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
Hmm, basic google search yields:



The list goes on...
thumbnail
Andew Jardine, geändert vor 12 Jahren.

RE: Can someone give me an example portlet with a config page?

Liferay Legend Beiträge: 2416 Beitrittsdatum: 22.12.10 Neueste Beiträge
Hey Bobby,

If you're not already doing so, I would suggest downloading the Liferay IDE or installing the plugins for eclipse. They make it much easier to get the structure of a project in place. Once you have that up and running you should check out the SAMPLE porlets that Liferay provides. They're available in the SVN. They cover a lot of different topics. If you've never worked with portlets before then be prepared to commit some time -- it's not a concept you're going to pick up in a couple of hours and be an expert at.
thumbnail
Hitoshi Ozawa, geändert vor 12 Jahren.

RE: Can someone give me an example portlet with a config page?

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
Agree with Andrew. I'm using Liferay IDE too.

When creating a project, I only have to check in the "Create custom portlet class" -> "Next" button -> "Next" button 0> Check "Config" in the "Liferay Portlet Modes" . Necessary files and settings are all done for you!
Bobby Hopkins, geändert vor 12 Jahren.

RE: Can someone give me an example portlet with a config page?

New Member Beiträge: 10 Beitrittsdatum: 22.03.12 Neueste Beiträge
Thank you for the reply. How would I do this in Eclipse with Liferay 6.0.5? My current project is based on 6.0.5 so I can't download the new Liferay IDE as it is for Tomcat 7.0 and Liferay 6.1
thumbnail
Harish Kumar, geändert vor 12 Jahren.

RE: Can someone give me an example portlet with a config page?

Expert Beiträge: 483 Beitrittsdatum: 31.07.10 Neueste Beiträge
check out http://liferayzone.wordpress.com/2011/05/07/adding-portlet-preferences-to-custom-portlet/
thumbnail
Hitoshi Ozawa, geändert vor 12 Jahren.

RE: Can someone give me an example portlet with a config page?

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
Thank you for the reply. How would I do this in Eclipse with Liferay 6.0.5? My current project is based on 6.0.5 so I can't download the new Liferay IDE as it is for Tomcat 7.0 and Liferay 6.1


Where did you get that information. There latest release "supports" the latest release of Liferay but it's also possible to set it up for past version by just selecting the older version files. I'm doing it because my users are still using the older versions.
thumbnail
Andew Jardine, geändert vor 11 Jahren.

RE: Can someone give me an example portlet with a config page?

Liferay Legend Beiträge: 2416 Beitrittsdatum: 22.12.10 Neueste Beiträge
I'm using the IDE and we're on 6.0 SP1 EE. You just need to configure multiple runtime environments and sdks in eclipse.