Re: Jetspeed Tutorial resource

David S Taylor <[email protected]> Wed, 23 Sep 2015 20:08:14 -0700
Newsgroups gmane.comp.jakarta.jetspeed.user
Message-ID <CABm6vp8bMF8ryYdmBmAXcSMrpNt8mjWArZyH2js6M4xwsP0d3A@mail.gmail.com>
--089e01182bcab92b9a0520758aaf
Content-Type: text/plain; charset=UTF-8

Yes, looks like the docs are not exactly in sync with the latest. I just
updated the live site. You should just add this immediately after the page
element:

<defaults layout-decorator="jetexpress"
            portlet-decorator="jetexpress"


--
David S Taylor
707 529-9194
[email protected]


On Wed, Sep 16, 2015 at 7:19 AM, Daniel Ernst <[email protected]> wrote:

> Woonsan was able to help find the resource so I was able to proceed.
>
> However, when I try to follow the instructions to modify the default
> page (see
> https://portals.apache.org/jetspeed-2/tutorial/02/default-page.html)
>
> the instructions imply that there is something that looks like
>
> <page id="default-page">
>   <defaults layout-decorator="jetspeed"
>             portlet-decorator="jetspeed"
>
> and I am to replace jetspeed with jetexpress.
>
> in the jetexpress-portal/src/main/webapp/WEB-INF/pages/default-page.psml
> file.
>
> However, this file contains something that looks like the following...
>
> ---------------------------------------------------------------------------------
> <page id="default-page"
>        xmlns="http://portals.apache.org/jetspeed"
>     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>     xsi:schemaLocation="http://portals.apache.org/jetspeed
> http://portals.apache.org/jetspeed-2/2.2/schemas/psml.xsd">
>
>   <title>Users Home</title>
>
>       <fragment id="jsmin-2" type="layout"
> name="jetspeed-layouts::VelocityTwoColumns">
>         <fragment id="jsmin-3" type="portlet"
> name="j2-admin::LoginPortlet">
>               <property name="row" value="0" />
>               <property name="column" value="0" />
>         </fragment>
>         <fragment id="jsmin-4" type="portlet"
> name="j2-admin::LocaleSelector">
>               <property name="row" value="0" />
>               <property name="column" value="1" />
>         </fragment>
>    </fragment>
>   <security-constraints>
>     <security-constraints-ref>AEUV</security-constraints-ref>
>   </security-constraints>
> </page>
>
> --------------------------------------------------------------------------------------
>
> I tried inserting the recommended text but nothing seems to work.
>
> It appears that the tutorial is somewhat out of date with what is
> currently implemented.
>
> Any ideas?
>
> Thank you,
>
> Dan
>
>
> On Tue, Sep 15, 2015 at 8:57 PM, Daniel Ernst <[email protected]> wrote:
> > I am working through the jetexpress tutorial and have a question.
> > (https://portals.apache.org/jetspeed-2/tutorial/index.html)
> >
> >
> > After getting jetexpress to build, deploy and run (with help from an
> > expert), I  started working through the rest of the tutorial.
> >
> > I didn't get too far.  There is a link to a zip file that appears to be
> missing.
> >
> > Here is the link.
> >
> >
> https://portals.apache.org/jetspeed-2/tutorial/downloads/tutorial-resources.zip
> >
> > Does anyone have access to this resource?
> >
> > Thank you!
> >
> > Dan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

--089e01182bcab92b9a0520758aaf--