Re: Wicket + WebLogic problem

2013-02-11 Thread mitziuro
More details: *I have this html code* embed id="Pdf" wicket:id="bill_pdf" width="1090px" type="application/pdf" scrolling="no" *related to* add(new Label("bill_pdf") { @Override protected void onComponentTag(final ComponentTag tag){ super.onComponentTag(tag);

Wicket + WebLogic problem

2013-02-11 Thread mitziuro
we have the following page that renders a pdf: public BillPdf(PageParameters pageParameters) { ... public BillPdf(PageParameters pageParameters) { getRequestCycle().scheduleRequestHandlerAfterCurrent( new ResourceRequestHandler(n