掲示板

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

12年前 に Bobby Hopkins によって更新されました。

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

New Member 投稿: 10 参加年月日: 12/03/22 最新の投稿
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.
12年前 に Venkat Koppavolu によって更新されました。

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

Junior Member 投稿: 85 参加年月日: 10/07/26 最新の投稿
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
12年前 に David H Nebinger によって更新されました。

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

Liferay Legend 投稿: 14918 参加年月日: 06/09/02 最新の投稿
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
12年前 に Hitoshi Ozawa によって更新されました。

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

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
There's nothing special about configuration pages. The wiki pages should provide enough information. What kind of problems are you having?
12年前 に Bobby Hopkins によって更新されました。

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

New Member 投稿: 10 参加年月日: 12/03/22 最新の投稿
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
12年前 に David H Nebinger によって更新されました。

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

Liferay Legend 投稿: 14918 参加年月日: 06/09/02 最新の投稿
Hmm, basic google search yields:



The list goes on...
thumbnail
12年前 に Andew Jardine によって更新されました。

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

Liferay Legend 投稿: 2416 参加年月日: 10/12/22 最新の投稿
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
12年前 に Hitoshi Ozawa によって更新されました。

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

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
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!
12年前 に Bobby Hopkins によって更新されました。

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

New Member 投稿: 10 参加年月日: 12/03/22 最新の投稿
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
12年前 に Harish Kumar によって更新されました。

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

Expert 投稿: 483 参加年月日: 10/07/31 最新の投稿
check out http://liferayzone.wordpress.com/2011/05/07/adding-portlet-preferences-to-custom-portlet/
thumbnail
12年前 に Hitoshi Ozawa によって更新されました。

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

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
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
11年前 に Andew Jardine によって更新されました。

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

Liferay Legend 投稿: 2416 参加年月日: 10/12/22 最新の投稿
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.