Hi I try to implement a JadeMarkupFactory (wicket custom MarkupFactory). You can see my current implementation at https://gist.github.com/decebals/6183796 My problem is that if I want to render the jade template I need the map with the variables. JadePanel takes as parameter in constructor a IModel with jade variables (Map<String, Object). I think that it's not possible to extract such information in a MarkupFactory, correct? Or maybe my approach is not good?
Best regards, Decebal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Announce-wicket-jade-tp4660722p4660783.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
