Re: [Hypercontent-users] presenting a list of sites to users
Brought to you by:
alexvigdor
From: Alex V. <av...@co...> - 2006-07-11 14:15:06
|
Hi Carl, There's a special portlet mode available for publishing a personalized list of sites to the portal, although for it to work best you should have single sign-on (e.g. CAS). It's called "dashboard-portlet" http://localhost:8080/index.xml?mode=dashboard-portlet And if you're using CAS, you can enable transparent single sign on by publishing with the CasConnectionContext and adding a login command to the HC2 URL you configure in the portal: http://localhost:8080/index.xml?mode=dashboard-portlet&command=Login This returns valid XHTML so you don't have to enable Tidy in the portal. If you're trying to pull in non-XML screens in the portal, try turning Tidy on to see if that fixes the parsing problems. The "meta" tag you're noticing is added by Xalan automatically when generating HTML; I think you'd have to tell it to output "XML" to avoid that tag. Cheers, Alex On Jul 11, 2006, at 7:41 AM, Carl Barrow wrote: > Hi Alex, > > I'm having a short break from the LDAP auth and trying to get the file > list into uPortal. uPortal doesn't like the page because of a > missing > closing meta tag: > > <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> > > I have looked though what I think is the xsl that transforms it > (login.xsl, html_skin.xsl, base.xsl) But I can't see the tag > anywhere. Could you point me in the right direction? > > Cheers > Carl > > Alex Vigdor wrote: >> Hi Carl, >> There's a special modal output that presents the user-specific >> list of projects: >> >> http://localhost:8080/index.xml?mode=dashboard-portlet >> >> You can publish this as a CWebProxy channel in uPortal; if you are >> using CAS you can enable single sign-on by setting the appropriate >> LocalConnectionContext and adding the Login command to the portlet >> URL >> >> http://localhost:8080/index.xml?mode=dashboard-portlet&command=Login >> >> This will appear very similar to the list users had in 1.4. >> >> Cheers, >> Alex >> >> On Mar 27, 2006, at 4:56 AM, Carl Barrow wrote: >> >>> Hi Alex >>> >>> In our live version on HyperContent (1.4) we present a list sites >>> that users are responsible for within our uPortal layout for staff. >>> Since HyperContent 2.0 doesn't run within uPortal how do you present >>> a list of sites to your users at Columbia and allow them to only see >>> the sites they are responsible for? >>> >>> Cheers >>> Carl >>> >>> --************************************ >>> >>> Carl Barrow >>> Systems Integrator >>> e-Services >>> The University of Hull >>> Cottingham Road >>> Hull >>> HU6 7RX >>> Ext. 6838 >>> ************************************ >>> >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by xPML, a groundbreaking scripting >>> language >>> that extends applications into web and mobile media. Attend the live >>> webcast >>> and join the prime developer group breaking into this new coding >>> territory! >>> http://sel.as-us.falkag.net/sel? >>> cmd=lnk&kid=110944&bid=241720&dat=121642 >>> _______________________________________________ >>> Hypercontent-users mailing list >>> Hyp...@li... >>> https://lists.sourceforge.net/lists/listinfo/hypercontent-users >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by xPML, a groundbreaking scripting >> language >> that extends applications into web and mobile media. Attend the live >> webcast >> and join the prime developer group breaking into this new coding >> territory! >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=110944&bid=241720&dat=121642 >> _______________________________________________ >> Hypercontent-users mailing list >> Hyp...@li... >> https://lists.sourceforge.net/lists/listinfo/hypercontent-users >> > > -- > ************************************ > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************ > > ********************************************************************** > ******************* > To view the terms under which this email is distributed, please go > to http://www.hull.ac.uk/legal/email_disclaimer.html > ********************************************************************** > ******************* > > > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |