Hi

The main utilization of .do arises with the <html:link...> tag. '.do' is used only to call a mapping not to call a jsp. If u wanted to call a mapping through a link we can't call it as '/mappingname'.We can  call it only as '/mappingname.do' . For clarity see the following code.

<html:link page="/iterate" style="text-decoration:none" target="_self"> is WRONG

<html:link page="/iterate.do" style="text-decoration:none" target="_self"> is CORRECT.

But with the submit button we can call a mapping as '/mappingname'. Here no need to use .do extension.

Are there any more points regarding this with any one of u pals.

Eda

 

  Eda Srinivasareddy Eda <[EMAIL PROTECTED]> wrote:

Hi

Here is a small doubt. Please inform me where should I call a file with .do extension and where should I call the same file with .jsp extension.

Looking forward

Srinivas



Do You Yahoo!?
Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail.



Do You Yahoo!?
Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail.

Reply via email to