hi
use bytearrayresource

On Fri, Nov 25, 2011 at 7:49 AM, nazeem <[email protected]> wrote:
> I have a open flash chart implementation following the link below.
>
> https://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html
>
> But when i upgrade to wicket 1.5 im stuck at this..
>
> In class OpenFlashChart,
>
>     WebResource jsonResource = new WebResource() {
>      @Override
>      public IResourceStream getResourceStream() {
>        return json;
>      }
>    };
>    jsonResource.setCacheable(false);
>
>  ...
>
> public void onResourceRequested() {
>    jsonResource.onResourceRequested();
>  }
>
>
>
>
> What is the replacement for this in wicket 1.5 ?
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/WebResource-in-Wicket-1-5-tp4106181p4106181.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]
>
>



-- 
thank you,

regards,
Vineet Semwal

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to