Chris,
Based on the you comment in bugzilla, this is a temporary fix and you
are fixing the root cause. Correct?
Also, "You have maximized a portlet, but there is no portlet defined in
the http session." should be localized, unless you will undo this commit
when the root cause is fixed.
Paul Spencer
[EMAIL PROTECTED] wrote:
> kimptoc 01/12/28 07:12:35
>
> Modified: webapp/WEB-INF/templates/vm/screens/html Maximize.vm
> Log:
> bug 5605 - added some error handling on the maximize screen
>
> Revision Changes Path
> 1.2 +7 -1
>jakarta-jetspeed/webapp/WEB-INF/templates/vm/screens/html/Maximize.vm
>
> Index: Maximize.vm
> ===================================================================
> RCS file:
>/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/screens/html/Maximize.vm,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -r1.1 -r1.2
> --- Maximize.vm 2001/07/22 20:33:27 1.1
> +++ Maximize.vm 2001/12/28 15:12:35 1.2
> @@ -1,2 +1,8 @@
> $data.setMode("maximize")
> -$jetspeed.getPortlet($data.Portlet)
> \ No newline at end of file
> +#if ($data.Portlet)
> +$jetspeed.getPortlet($data.Portlet)
> +#else
> +This should not happen...
> +<p>
> +You have maximized a portlet, but there is no portlet defined in the http session.
> +#end
>
>
>
>
> --
> To unsubscribe, e-mail: <mailto:[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]>