another tip: attach the portal XML schema to portlet.xml :

<portlet-app
 xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:noNamespaceSchemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd";
 version="1.0">
...


and then use an XML editor which supports schemas, so you get XML validation, autocomplete of required elements, suggestions, documentation (!), etc. I use a commercial plugin for Eclipse, but perhaps there are free alternatives as well.

Dennis

Andrew Strickland wrote:
The JSR-168 spec is the authoritative source for all things portlet 1.0, so
look there first.

You can find that here:
http://jcp.org/aboutJava/communityprocess/final/jsr168/index.html

On Tue, Mar 18, 2008 at 4:19 PM, Dan Olsen <[EMAIL PROTECTED]> wrote:

I am looking for a place where I can see a list of all the options I can
put in my portlet.xml file. One thing I am trying to do is set the default
windows state to maximized or minimized. I also want to be able to not allow
a user to maximize or minimize a portlet.

- Dan




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to