Fórumok

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

Bobby Hopkins, módosítva 12 év-val korábban

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

New Member Bejegyzések: 10 Csatlakozás dátuma: 2012.03.22. Legújabb bejegyzések
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, módosítva 12 év-val korábban

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

Junior Member Bejegyzések: 85 Csatlakozás dátuma: 2010.07.26. Legújabb bejegyzések
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, módosítva 12 év-val korábban

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

Liferay Legend Bejegyzések: 14914 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
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, módosítva 12 év-val korábban

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

Liferay Legend Bejegyzések: 7942 Csatlakozás dátuma: 2010.03.24. Legújabb bejegyzések
There's nothing special about configuration pages. The wiki pages should provide enough information. What kind of problems are you having?
Bobby Hopkins, módosítva 12 év-val korábban

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

New Member Bejegyzések: 10 Csatlakozás dátuma: 2012.03.22. Legújabb bejegyzések
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, módosítva 12 év-val korábban

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

Liferay Legend Bejegyzések: 14914 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
Hmm, basic google search yields:



The list goes on...
thumbnail
Andew Jardine, módosítva 12 év-val korábban

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

Liferay Legend Bejegyzések: 2416 Csatlakozás dátuma: 2010.12.22. Legújabb bejegyzések
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, módosítva 12 év-val korábban

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

Liferay Legend Bejegyzések: 7942 Csatlakozás dátuma: 2010.03.24. Legújabb bejegyzések
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, módosítva 12 év-val korábban

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

New Member Bejegyzések: 10 Csatlakozás dátuma: 2012.03.22. Legújabb bejegyzések
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, módosítva 12 év-val korábban

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

Expert Bejegyzések: 483 Csatlakozás dátuma: 2010.07.31. Legújabb bejegyzések
check out http://liferayzone.wordpress.com/2011/05/07/adding-portlet-preferences-to-custom-portlet/
thumbnail
Hitoshi Ozawa, módosítva 12 év-val korábban

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

Liferay Legend Bejegyzések: 7942 Csatlakozás dátuma: 2010.03.24. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Liferay Legend Bejegyzések: 2416 Csatlakozás dátuma: 2010.12.22. Legújabb bejegyzések
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.