Hi Farhan,

Yes, indeed. After so many years Wicket can still surprise me.

Anyway, the problems you have with this are identical as you would have with
the c:import tag. What you want is not simply feasible. It would be wise to
consider alternatives. For example moving the JSPs into the same context as
the Wicket application, using an iframe (session problem does not go away),
or getting rid of the JSPs altogether.

Regards,
     Erik.


mfs wrote:
> 
> Eric,
> 
> Thanks for the follow-up. 
> 
> Actually i just came across the 
> http://wicket.sourceforge.net/apidocs/wicket/markup/html/include/Include.html
> Include  component in Wicket which i believe does the same as you
> suggested to implement...i.e. opens up a new http-connection to the
> server/url from where the contents are to be embedded...Isn't it ?
> 
> Secondly since this would mean a separate request would be opened for
> contents to be included, and hence wouldn't be carrying the request
> parameters, cookies etc. Which i would have to figure out a way to
> pass-on/embed manually.
> 
> Farhan.
> 


-- 
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/

-- 
View this message in context: 
http://www.nabble.com/Embedding-html-from-an-external-application-tp21593700p21655839.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]

Reply via email to