Re: [Hypercontent-users] Add New users
Brought to you by:
alexvigdor
From: Alex V. <al...@bi...> - 2006-11-17 23:59:27
|
On Nov 16, 2006, at 6:16 PM, tom tom wrote: > Based on the portlet.zip provided by you, I got lot of > them working now, even the approvals and sending mails > also working fine. > > I had to change the following in the approvals.xml's > save event > <redirect > location="${abs-server-base}${path}? > mode=interactive&screen=workflow.approvals"/> > I had to insert the ${abs-server-base} > Check whether you need to change this. Sorry about that, I had changed it in CVS but there are still projects out there with old copies of the script. I forgot to double- check that one. > > > I ignored the navigation/site map feature deliberately > and wanted to get the others going, > > I focussed on the html and pdf output only, html > output works fine but pdf does not generate the > contents but a blank pdf file. Currently am usings the > xsls which came with portlet.zip with unchanged. The XSL that generates the PDF requires navigation files as specified in the sample project. It uses them to construct the table of contents, even for a single page pdf. Cheers, Alex |