Access key.

2002-02-08 Thread Rao, Sarveswara

Hi,

I am new to struts programming. I am using strut Link tags in my jsp page. I
want provide the access key to the links so that user can press
ALt+Accesskey to select the Link and press the Enter key to execute the
Link. It does not seem to work and Link tag does not show up the accesskey
property in the generated HTML code. Can anyone advise me? I would
appreciate the Help.

Thanks
Sarveswara Rao

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Reloading a page without refreshing Remote Scripting)

2002-02-13 Thread Rao, Sarveswara

Hi 

I have to developed a Page in which user enters the Zip Code and fields like
City Name, State Name have to be populated without refreshing the page. I
have found one solution Called 'Remote Scripting'. But that does not seem to
work. Can any one have any experience with Remote Scripting. Please Help me.

Thanks
Rao

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Problems with the # of form fields in IE 5.5

2001-11-01 Thread Rao, Sarveswara

Use the Post method instead of Get method in the form tag of HTML page.

Get method has limitation of posting certain amount of data to the server
while Post method has no such limitation.

Sarveswara Rao

-Original Message-
From: Thinh Doan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 01, 2001 1:21 PM
To: Struts-User
Cc: Todd Voirol
Subject: Problems with the # of form fields in IE 5.5


If we had a form bean with more than 16 fields, after submit, action ran and
IE 5.5 croaked with 404 error when doing a forward "success" to another
*.do.  NS 6.1 did not have the same problem.

Error from IE 5.5:
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be
experiencing technical difficulties, or you may need to adjust your browser
settings.




Please try the following:


Does anyone have the same problem and what's the work around, besides
limiting the form to <16 fields or not using IE 5.5, both of which are not
realistic for our environment?

Thanks for your responses.

Thinh




--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Problems with the # of form fields in IE 5.5

2001-11-01 Thread Rao, Sarveswara

Under Tools Menu in the IE, go to the Internet Options and 
Uncheck the Show Friendly Http Error Messages in the advanced tab under the
Browsing section.

This step will show the exact error messages.

Rao



-Original Message-
From: Thinh Doan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 01, 2001 3:45 PM
To: Struts Users Mailing List
Subject: RE: Problems with the # of form fields in IE 5.5


We looked at the browser src and it did use the Post.



We also noticed that if we clicked on Refresh on the 404 page, the "real"
page would appear correctly.  We also have this situation when just doing a
forward to a *.do.

Thinh

-Original Message-----
From: Rao, Sarveswara [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 01, 2001 12:28 PM
To: 'Struts Users Mailing List'
Subject: RE: Problems with the # of form fields in IE 5.5


Use the Post method instead of Get method in the form tag of HTML page.

Get method has limitation of posting certain amount of data to the server
while Post method has no such limitation.

Sarveswara Rao

-Original Message-
From: Thinh Doan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 01, 2001 1:21 PM
To: Struts-User
Cc: Todd Voirol
Subject: Problems with the # of form fields in IE 5.5


If we had a form bean with more than 16 fields, after submit, action ran and
IE 5.5 croaked with 404 error when doing a forward "success" to another
*.do.  NS 6.1 did not have the same problem.

Error from IE 5.5:
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be
experiencing technical difficulties, or you may need to adjust your browser
settings.




Please try the following:


Does anyone have the same problem and what's the work around, besides
limiting the form to <16 fields or not using IE 5.5, both of which are not
realistic for our environment?

Thanks for your responses.

Thinh




--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Link Edit/Delete

2002-01-09 Thread Rao, Sarveswara

Hi,

I am developing a page which shows multiple records. I am using multibox
control to enable the user to select multiple records he/she wants to delete
and providing links to each record , so user can click the link and go to
the edit page for that record. I would like to call JavaScript method under
the href property and pass id for the record as an argument. The JavaScript
method will call the editable page for the record by calling the
window.showModalDialogBox method. I have a problem passing the Id for the
record the to JavaScript method (upItem). I appreciate your help.

following is the code I have written. 


   

























Thanks
Sarveswara Rao

--
To unsubscribe, e-mail:   
For additional commands, e-mail: