Re: how to include jsp into wicket htmls

2012-07-18 Thread wicket user
Can you give a example of include jsp with
g.apache.wicket.markup.html.include.Include 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/how-to-include-jsp-into-wicket-htmls-tp4650615p4650617.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: how to include jsp into wicket htmls

2012-07-18 Thread Sven Meier

Take a look at org.apache.wicket.markup.html.include.Include

Sven

On 07/19/2012 06:48 AM, wicket user wrote:

I a newbie to Wicket, please can anyone guide how to include a jsp in the
wicket.
I have existing jsp's I need to include it. i am getting this jsp's
dynamically from services.
What I did is created a class extending WebMarkContainer.
  in my class i did like  this

ServletContext.getRequestDispatcher(filename).include(HttpServletRequest,ServletResponse)

no idea how to proceed. please help how I can easily acheive this
jsp:include in wicket html.

Thanks,

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/how-to-include-jsp-into-wicket-htmls-tp4650615.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



how to include jsp into wicket htmls

2012-07-18 Thread wicket user
I a newbie to Wicket, please can anyone guide how to include a jsp in the
wicket.
I have existing jsp's I need to include it. i am getting this jsp's
dynamically from services. 
What I did is created a class extending WebMarkContainer. 
 in my class i did like  this 

ServletContext.getRequestDispatcher(filename).include(HttpServletRequest,ServletResponse)

no idea how to proceed. please help how I can easily acheive this
jsp:include in wicket html. 

Thanks,

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/how-to-include-jsp-into-wicket-htmls-tp4650615.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org