This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes struts Link using flash button Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "struts Link using flash button" Watch "struts Link using flash button" New topic
Author

struts Link using flash button

Manas nandi
Greenhorn

Joined: Mar 02, 2009
Posts: 1
<html:link action=" /link" >
<object>
<embed src="<html:rewrite page='/image/button.swf' />" />
</object>
</html:link>

I'm using flash button to link a action configured in struts-config.xml, But it does not work.
what should i do?
please help me out...
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

The click is being handled by the Flash object, not the browser: as far as I know you have to set up the link handling in Flash. I don't think this is a Struts issue.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: struts Link using flash button
 
Similar Threads
document.form.action problem
html:link is not working
dynamic hyperlink (struts & ?JSTL)
Pop-up in struts
Difference in <html:link> and <html:submit>