Hi,Hi Sonam,
I am trying to create a button which invokes an action and then shows the results in a pop-up. How would I do this?
For starters, I tried the following, but html:image cannot have a target attribute:
<html:image src="../../images/ready_to_deploy_button.gif" target="_blank"/>
Is there anyway to do this using Struts and the openPopUp jsp method? Any help would be appreciated.
Thanks, SB
-- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
if you're using html:image and not an image with a surrounding link, i assume you're submitting a form. The html:form has got a target according to the tld. This should work for you...
axel
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]