better check the documentation for <A> HTML element, specifically
'target' attribute

you don't need Wicket Link for this. You can do it with
WebMarkupContainer + AttributeModifier("href")
<a target="_blank" wicket:id="webMarkupContainer">

On Wed, Jul 13, 2011 at 5:11 PM, ramlael <grambab...@gmail.com> wrote:
> I have requirement like, the 'pdf'/'html url' coming from web services,
> based on condition I need to display pdf/html in new window, if I use normal
> Link, not able to open the html in different window, if its ajax link I can
> add java script for opening in new window.
>
> Regards,
> Rambabu
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Generate-PDF-tp3651354p3665128.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
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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

Reply via email to