...
> I have a struts based web application, in which I am having various
> links. Each link, when clicked, should hit the Action and subsequently
> display relevant data in a popup window.
Oooh - Pop-Ups! That is *so* last millennium!
> Is it possible to achieve this using html:link?
I hope not, or that if there is, the Pop-Up blocker
companies come down on it heavily & quickly.
( A more formal answer is. If the Struts is writing valid
HTML 4.01, it should not offer the option of specifying
a 'target' as it might have if it were writing HTML 3.2.
Since HTML 3.2 was deprecated long ago, I imagine
Struts writes HTML 4.01 )
> Any suggestion on this would be really appreciated.
Redesign your application. It does not need pop-ups.
Andrew T.