Hi!

Dos anybody knows why the template for the FlowPortletController doesn't work
for WML media type?
I created a JSPPortlet that works fine for HTML, but fails in WML.
In web-inf/templates/vm/controllers/wml/flow.vm, the piece of code that fails is
the following

#foreach ( $portlet in $portlets )
  $!portlet.getContent($data)
#end

the error that is reported in the jetspeed log is the following:

[22 Jan 2003 11:50:06 ERROR] - Error rendering Velocity template: null: null

Is the getContent method returning null? Or $data is null?

Helder



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to