BaseJetspeedLink:
/**
* Return a link that includes the template
* from rundata
*
* @return DynamicURI to template
*/
public DynamicURI getTemplate()
{
return getLink(
JetspeedLink.DEFAULT,null,"",JetspeedLink.DEFAULT,null,"",null,"","","");
}
This doesn't look good - somewhere in here should be a call to get the
current template, rather than null...
- Glenn
> -----Original Message-----
> From: Glenn Golden [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 07, 2002 9:44 AM
> To: 'Jetspeed Developers List'
> Subject: RE: Broken!
>
>
> In customizer-portletset.vm: this is the html generated:
>
> <!--
> WEB-INF\templates\vm\portlets\html\customizer-portletset.vm
> -->
> <table width="100%" cellspacing="3" cellpadding="1" border="0">
> <tr>
> <td align="left" nowrap width="20%" >
> Media Type : <b>html</b>
> </td>
>
> <td align="center" width="20%" valign="middle">
> <form action="
> http://gemini.si.umich.edu/jetspeed/portal/mode/layout">
> <input type="submit" value="Edit Layout">
> </form>
>
>
> From this template:
>
> <!--
> WEB-INF\templates\vm\portlets\html\customizer-portletset.vm
> --> <table width="100%" cellspacing="3" cellpadding="1" border="0">
> <tr>
> <td align="left" nowrap width="20%" >
> ## Show customizer content-type
> #if ($mtype)
> $l10n.CUSTOMIZER_MEDIATYPE : <b>$mtype</b>
> #else
>
> #end
> </td>
>
> <td align="center" width="20%" valign="middle">
> <form action=" $jslink.Template.addPathInfo("mode","layout")">
> <input type="submit" value="$l10n.CUSTOMIZER_EDITLAYOUT">
> </form>
> </td>
>
>
> What's with the "$jslink.Template"? I don't think this is
> working at all. What is the intended link?
>
> It used to be "$jlink" and now is "$jslink.Template".
>
> I'm going to figure out what these two evaluate to... But
> what's correct?
>
> - Glenn
>
> > -----Original Message-----
> > From: Glenn Golden [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, May 07, 2002 9:29 AM
> > To: 'Jetspeed Developers List'
> > Subject: RE: Broken!
> >
> >
> > Clean checkout and build:
> >
> > Here's one of the links that looks suspect:
> >
> > (from customize html in the main turbine page:)
> >
> > <form action="
> > http://gemini.si.umich.edu/jetspeed/portal/mode/addset">
> > <input type="submit" value="Add Pane" >
> > </form>
> >
> > "/mode/addset" doesn't make any sense, to me or to Jetspeed!
> >
> > - Glenn
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, May 07, 2002 9:09 AM
> > > To: Jetspeed Developers List
> > > Subject: Re: Broken!
> > >
> > >
> > > Glenn Golden wrote:
> > >
> > > >Did we know that the latest code's page customizer is broken?
> > > >
> > > >Login as tommy t.
> > > >Choose Customize: HTML
> > > >Choose ADD PANE
> > > >-- you fall back to the main page display.
> > > >
> > > >Login as tommy t.
> > > >Choose Customize: HTML
> > > >Click on "home"
> > > >Choose ADD PORTLET
> > > >-- you fall back to the main page display - but without the top
> > > >navigation (the "home" tab line).
> > > >
> > > >Login as tommy t.
> > > >Click on the Home tab's pencile
> > > >Choose ADD PORTLET
> > > >-- you fall back to the main page display.
> > > >
> > > >I suspect it's the changes made recently with the jslink...
> > > The links
> > > >on the buttons don't look so good. Any other ideas?
> > > >
> > > >I'll be looking into this.
> > > >
> > > >
> > > >
> > > I've just tested the 3 steps above and they work fine for me.
> > >
> > > If a clean build does not fix your issues, can you send
> me the links
> > > you are seeing that seem broken to you ?
> > > I'll check if one of my commits may have altered something...
> > >
> > > --
> > > Rapha�l Luta - [EMAIL PROTECTED] Professional
> > > Services Manager Vivendi Universal Networks - Paris
> > >
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > <mailto:jetspeed-dev-> [EMAIL PROTECTED]>
> > > For
> > > additional commands,
> > > e-mail: <mailto:[EMAIL PROTECTED]>
> > >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:jetspeed-dev-> [EMAIL PROTECTED]>
> > For
> > additional commands,
> > e-mail: <mailto:[EMAIL PROTECTED]>
> >
>
> --
> To unsubscribe, e-mail:
> <mailto:jetspeed-dev-> [EMAIL PROTECTED]>
> For
> additional commands,
> e-mail: <mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>