alani wrote:

> On Thu, Jan 04, 2001 at 12:48:51PM +0100, Santiago Gala wrote:
>
> > It is funny, because SimpleTransform.java assumes that all parameters
> > are Strings, and casts them to (String) before setting it in the
> > Stylesheed. Could you repeat the experiment printing the key and value
> > just before line 177 of SimpleTransform.java?
>
> hm, I have done this, it does print the correct value, so it seems to
> be an issue in xalan am I right ? Jetspeed 1.3a1 uses xalan 1.1. Well
> actually I had a xalan 1.2.1 jar lying around and copied it over to
> the jetspeed lib directory but It still didn't work.
>
> hm, I just visited the xalan page it seems like xalan 1.2.2 might fix
> this, it says :
>
> This release fixes a bug setting stylesheet parameters with a compiled stylesheet and
> provides you with direct control over whether XSLTProcessor stylesheet parameter
> settings are cleared between transformations.
>
> I will try 1.2.2 and these new methods as soon as possible and report to the list
>

It will help us, since we can upgrade xalan version according to your report.


>
> > > ok, and what is the best way to get a URL pointing to the actual pane ?
> > > if I use getURI( URILookup.TYPE_HOME, ... ) I always get a URL pointing
> > > to the first pane.
> > >
> >
> > You will need to use a DynamicURI(request) and add the current
> > parameters to it. It is tricky, because post parameters cause problems,
> > and there is no separation of parameters belonging to different
> > portlets, and you have to code knowledge about the page as a whole. We
> > are working to find better ways to refer to "internal" URIs, i.e., URIs
> > used to store ONLY knowledge about the current webapp state.
>
> hm, if I could get somehow a reference to the actual cardPortletControl I
> could perhaps use it's method getPortletLink().

It is tricky, because ideally a Portlet should not know anything about the "screen".
This is so to ensure that a portlet can run even if the user changes the PSML.



>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/[email protected]/>
> List Help?:          [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?:          [EMAIL PROTECTED]

Reply via email to