SAVE ... action message

i have a save button on one of my forms...

with the command save.

i need a message to be generated when user hits save...

for eg;... "please wait for the results to be populated"

Can anyone please help me on this...

i dont need a new popup alert window, instead needs them to be on the same page... so that user knows the process is runnning...

[382 byte] By [nsankar1da] at [2007-11-27 10:15:27]
# 1

You could inject inner HTML in express / javascript on submit.

Ankush

ankushkapoora at 2007-7-28 15:39:36 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

can you explain a bit more....

i didnt catch that....

if possible with an example

or atleaqst on submiut can i have a gif image shown... till the next page is loaded....

nsankar1da at 2007-7-28 15:39:36 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5145382

As an example below:

<Field name='browse'>

<Display class='Html'>

<Property name='html'>

<concat>

<s><input type='button' name='upload' value='Upload video' size='20' onclick=window.open("../search/upload.html</s>

<s>","","menubar=no,resizable=no,height=300,width=600"); > </s>

</concat>

</Property>

<Property name='noNewRow' value='true'/>

</Display>

</Field>

ankushkapoora at 2007-7-28 15:39:36 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4

doesn't work... i don't know why?

nsankar1da at 2007-7-28 15:39:36 > top of Java-index,Web & Directory Servers,Directory Servers...
# 5

Of course it doesn't. Its just an example of how to insert HTML code into xpress.

Ankush

ankushkapoora at 2007-7-28 15:39:36 > top of Java-index,Web & Directory Servers,Directory Servers...