You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Stefan Faist <st...@hmi-informatik.de> on 2001/07/26 16:16:34 UTC

forward diffrents beetween link and xxAction

I have the fallowing code in my jsp-site. The html:submit call the same
forward like the html:link.

<html:submit property="delete" value="No"/>
<html:link forward="delete">Delete</html:link>

And now the problem: the Link works fine, but the button open a new browser
window and I don't know why.
What is the diffrent beetween this? Foward is forward, or nr is there a
diffrent beetween call a forward from a html:link - tag or from a xxxAction?

Can someone help me?

Stefan.