[portal] Linking to portal pages

2004-01-16 Thread Alex Romayev
Hi, I am porting my site from old portal-fw to the new portal engine. I was able to port all the coplets and pages with any problems, however, I got really stuck on events. I am clearly missing the point here, so could someone at least point me in the right direction (an example would be great!)

RE: [portal] Linking to portal pages

2004-01-19 Thread Laurent Trillaud
PROTECTED] > Envoyé : vendredi 16 janvier 2004 23:20 > À : [EMAIL PROTECTED] > Objet : [portal] Linking to portal pages > > Hi, > > I am porting my site from old portal-fw to the new > portal engine. I was able to port all the coplets and > pages with any problems,

RE: [portal] Linking to portal pages

2004-01-19 Thread Alex Romayev
bookmark?showtab=1";> > My News Page and it will do the same thing. > > Laurent Trillaud > > > -Message d'origine- > > De : Alex Romayev [mailto:[EMAIL PROTECTED] > > Envoyé : vendredi 16 janvier 2004 23:20 > > À : [EMAIL PROTECTED] > &g

RE: [portal] Linking to portal pages

2004-01-19 Thread Laurent Trillaud
gt; De : Alex Romayev [mailto:[EMAIL PROTECTED] > Envoyé : lundi 19 janvier 2004 15:31 > À : [EMAIL PROTECTED] > Objet : RE: [portal] Linking to portal pages > > Thanks Laurent -- that works great! > > Another question, is there a way to pass a request > parameter with it, so th

RE: [portal] Linking to portal pages

2004-01-19 Thread Alex Romayev
tal action to 'load' it in memory. > > > > > 3. use it > Read value from the coplet input module. For example > to use it with an xsl > > > > value="{coplet:attributes/MyAttribute}"/> > > > > > Laurent Trillaud > &g

RE: [portal] Linking to portal pages

2004-01-19 Thread Alex Romayev
> 3. use it > Read value from the coplet input module. For example > to use it with an xsl > > > > value="{coplet:attributes/MyAttribute}"/> > > > > > Laurent Trillaud > > > > -Message d'origine- > > De

RE: [portal] Linking to portal pages

2004-01-19 Thread Laurent Trillaud
Alex Can you give snippets of your copletinstancedata/portal.xml file and your sitemap.xmap? Laurent > -Message d'origine- > De : Alex Romayev [mailto:[EMAIL PROTECTED] > Envoyé : mardi 20 janvier 2004 00:21 > À : [EMAIL PROTECTED] > Objet : RE: [portal] Lin

RE: [portal] Linking to portal pages

2004-01-20 Thread Alex Romayev
; > -Message d'origine- > > De : Alex Romayev [mailto:[EMAIL PROTECTED] > > Envoyé : mardi 20 janvier 2004 00:21 > > À : [EMAIL PROTECTED] > > Objet : RE: [portal] Linking to portal pages > > > > Laurent, > > > > I think I'

RE: [portal] Linking to portal pages

2004-01-20 Thread Alex Romayev
}"/> > > > > > > > === > news-summary.xsl > > >path="aspectDatas/tab"/> >path="aspectDatas/tab"/> > path="parameters/n

RE: [portal] Linking to portal pages

2004-01-20 Thread Laurent Trillaud
9 > À : [EMAIL PROTECTED] > Objet : RE: [portal] Linking to portal pages > > Hi Laurent, > > Thanks again for your help, > -Alex > > == > copletinstancedata/portal.xml: > > The calling coplet: > > name="standard

RE: [portal] Linking to portal pages

2004-01-21 Thread Laurent Trillaud
nvoyé : mardi 20 janvier 2004 17:08 > À : [EMAIL PROTECTED] > Objet : RE: [portal] Linking to portal pages > > OK, I'm almost there! > > The reason for the error was that I was using > "parameters/news-id" rather than "attributes/news-id".

RE: [portal] Linking to portal pages

2004-01-22 Thread Alex Romayev
Laurent, Let me explain what I'm trying to achieve. I am porting my site from the old portal-fw to the new portal engine. I have implemented my coplets in two steps: 1. Match on *.

RE: [portal] Linking to portal pages

2004-01-23 Thread Laurent Trillaud
[EMAIL PROTECTED] > Envoyé : jeudi 22 janvier 2004 15:32 > À : [EMAIL PROTECTED] > Objet : RE: [portal] Linking to portal pages > > Laurent, > > Let me explain what I'm trying to achieve. I am > porting my site from the old portal-fw to the new > portal engine. I ha

RE: [portal] Linking to portal pages

2004-01-26 Thread Alex Romayev
Hi Laurent, I can probably convert my coplets to be inside a single match -- I was hoping to awoid rework and stick with my old model. By the way, can you explain how portal-object-model action works? Also you have mentioned something about portal history in one of your previous e-mails, what is

RE: [portal] Linking to portal pages

2004-01-26 Thread Laurent Trillaud
Alex If you pipeline is call from a coplet with the cocoon pseudo protocol, you don't need this action, because the portal object model is already in memory. This action is useful only if you need to access coplet attributes from another pipeline. You need to say which coplet instance you will use.