On Mon, 25 Jun 2001, Jerzy Kalat wrote:

> Thank you.
> 
> I will try it. But I thought that Struts technology tries to eliminate
> JavaScripts on JSP pages.

Not really ... the goal is to eliminate the need for *scriptlets* (i.e.
Java code that executes on the server side as the page is being created).  

JavaScript is necessary for whatever dynamic things you want to have
happen inside the client browser, such as changing the URI to which a
form is submitted dynamically.

>     JK
> 

Craig

Reply via email to