You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ne...@srb-intl.com on 2003/04/14 14:10:47 UTC

browser history overwriting.

Hi,

in our project before Struts to avoid history creation technique was used:

	<script>
		function doSubmit() {
			document.location.href = 'newPage.jsp?id=' + document.forms[0].id_entry + '&name=' + ...
		...
	...

q: Is there is a way in struts to get JScript submit line? 

q2: If there is no other way to get this rather than own implementation
witch classes I should look for?

q3: Maybe there is better way to avoid creation of history?

~nn

	

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org