Re: hidden submit button

2001-02-24 Thread Anand Raman

hi pratima
This works for me.. When the html page is rendered try to analyse the
html code and see whats wrong..
Hope this helps

Anand
On Fri, Feb 23, 2001 at 10:40:39AM -0800, Gogineni, Pratima wrote:
Hi,

This is probably something very straight forward but ...
I am trying to create a hidden submit button with the struts form tags. The
following doesnt seem to work. Does anyone know how to get this to work? 

html:form action="updateDisplay.do"
Start at row #:
html:text property="goto" size="3" maxlength="16" onchange="submit()"/
/html:form

Ive also tried using a hidden field with property as submit  a hidden field
with property as action

Thanks
Pratima



hidden submit button

2001-02-23 Thread Gogineni, Pratima

Hi,

This is probably something very straight forward but ...
I am trying to create a hidden submit button with the struts form tags. The
following doesnt seem to work. Does anyone know how to get this to work? 

html:form action="updateDisplay.do"
Start at row #:
html:text property="goto" size="3" maxlength="16" onchange="submit()"/
/html:form

Ive also tried using a hidden field with property as submit  a hidden field
with property as action

Thanks
Pratima