« Return to Thread: [Bug 658] New: renderSkin cannot receive a HopObject as param any longer.

[Bug 658] renderSkin cannot receive a HopObject as param any longer.

by Bugzilla from bugzilla-daemon@helma.at :: Rate this Message:

Reply to Author | View in Thread

http://dev.helma.org/bugs/show_bug.cgi?id=658


Hannes Wallnoefer <hannes@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hannes@...




--- Comment #1 from Hannes Wallnoefer <hannes@...>  2009-04-03 18:56:03 ---
It works for me:

----------- test.js:
function test_skinparam_action() {
  var h = new HopObject();
  h.name = "Foo";
  this.renderSkin("test", h);
}

----------- test.skin:
hallo <% param.name %>!

Can you provide an example where it doesn't work?

--
Configure bugmail: http://dev.helma.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Helma-dev mailing list
Helma-dev@...
http://helma.org/mailman/listinfo/helma-dev

 « Return to Thread: [Bug 658] New: renderSkin cannot receive a HopObject as param any longer.