| Author |
Moving static JavaScript validations into separate file
|
Velika Srbija
Ranch Hand
Joined: Jan 15, 2002
Posts: 171
|
|
|
I really suspect that moving static JavaScript validations into separate file really works in Struts? I've spent two nights trying to do that and failed. Is there any REAL WORKING EXAMPLE!!! I would like to see it!!!
|
 |
Velika Srbija
Ranch Hand
Joined: Jan 15, 2002
Posts: 171
|
|
|
No idea???
|
 |
Liju Cherian
Ranch Hand
Joined: Mar 17, 2006
Posts: 44
|
|
Take a look at the example below: dcmsscripts.js - visitation_othercustody.jsp - Hope the above example gives you an idea how to implement static javascript validations within a separate .js file; such that it could be re-used over multiple .jsp pages. Cheers, Liju PS- Parameter "on keypress" within the <html:text/> tag is actually one word. [ April 13, 2006: Message edited by: Liju Cherian ]
|
"What's in a name? That which we call a rose by any other name would smell just as sweet."<br />(William Shakespeare, Romeo and Juliet, Act II, Scene II)
|
 |
Velika Srbija
Ranch Hand
Joined: Jan 15, 2002
Posts: 171
|
|
No, I don't want that!!! In fact I have an example from the book, saying I should use dynamicJavascript and staticJavascript parameters of the html:javascript tag, but it doesn't work? I have found very simillar examples on the web, probbably transcribed from the books, but they doesn't work.
|
 |
 |
|
|
subject: Moving static JavaScript validations into separate file
|
|
|