Hi, i have an existing jsp-application which i have to includ in a new wicket application. iframe looks fine, but i have to display this application in different tabs, so i need a possibility to display the Iframe in a panel - and i think it's not possible.
I need JSP's in the same application like wicket, because i have to control parts of this application by url. that works fine, but i have a problem with the http-post-method - i think wicket tries to answer this request, but it shoukd delegate it to the existing web-applicatoion-servlet. hope that displays my dilemma. i need a possibility to display and control the jsp-app in a wicket panel - like @include in jsp. thanks alex Bruno Cesar Borges wrote: > > Looks like you want to process a JSP Form to a Wicket page. I hardly think > this is possible. > > What you could try to do is using an IFrame to load a Wicket page > containing that form. But I rather ask you, why do you want to use JSPs > within the same application that uses Wicket? > > -----Original Message----- > From: alexander.elsholz [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 11, 2008 10:55 AM > To: [email protected] > Subject: Include a jsp in my wicket-page -> PageExpired > > > > hi, > > in my tabbedpane i want include different jsps. > > i use the wicket include component. > > that works fine without userinteraction. > > but in one jsp-page is a form, which submit the data with a submit butzton > and the http-post method. when i click this one i get a page-expired - > without any logfile-failures. > > thanks alex > -- > View this message in context: > http://www.nabble.com/Include-a-jsp-in-my-wicket-page--%3E-PageExpired-tp20954898p20954898.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > *************************************************************************************************** > "Atenção: Esta mensagem foi enviada para uso exclusivo do(s) > destinatários(s) acima identificado(s), > podendo conter informações e/ou documentos confidencias/privilegiados e > seu sigilo é protegido por > lei. Caso você tenha recebido por engano, por favor, informe o remetente e > apague-a de seu sistema. > Notificamos que é proibido por lei a sua retenção, disseminação, > distribuição, cópia ou uso sem > expressa autorização do remetente. Opiniões pessoais do remetente não > refletem, necessariamente, > o ponto de vista da CETIP, o qual é divulgado somente por pessoas > autorizadas." > > > "Warning: This message was sent for exclusive use of the addressees above > identified, possibly > containing information and or privileged/confidential documents whose > content is protected by law. > In case you have mistakenly received it, please notify the sender and > delete it from your system. > Be noticed that the law forbids the retention, dissemination, > distribution, copy or use without > express authorization from the sender. Personal opinions of the sender do > not necessarily reflect > CETIP's point of view, which is only divulged by authorized personnel." > *************************************************************************************************** > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/RE%3A-Include-a-jsp-in-my-wicket-page--%3E-PageExpired-tp20955015p20957234.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
