Re: How can i render json into markup?

2013-07-06 Thread Paul BorČ™
Your question is better addressed at http://wicked-charts.2319560.n4.nabble.com/ The mailing list for https://code.google.com/p/wicked-charts/ Tom H. did a super good job on integrating High Charts with Wicket so I'm not sure why you're reinventing the wheel. Have a great day, Paul Bors

Re: How can i render json into markup?

2013-07-06 Thread Per Newgro
Hi Paul, thanks for your reply. As i wrote we don't want to use the wicked-charts integration. Reinventing the wheel is not our goal. What i want to know was how i can render the script with the json content inside the div. So far i've found a chart example in Igor's excelent Cookbook. But

Re: How can i render json into markup?

2013-07-06 Thread Paul BorČ™
Then your on your own. However you can modify any HTML tag in wicket by giving it a wicket:I'd and then grabbing a reference to it via the WebMarkupContainer: http://ci.apache.org/projects/wicket/apidocs/6.0.x/org/apache/wicket/markup/html/WebMarkupContainer.html You can the. Attach your own

How can i render json into markup?

2013-07-05 Thread Per Newgro
Hi, i would like to include highcharts. I know there is a wicket module but we want to use the script. So my requirement is it to render the div below with the json content in it. Do i have to use a label and render body only? Or is there another way. I couldn't find any example for this.