Re: Struts Flow: parallel JS files

2005-03-17 Thread Don Brown
You could point to a main() function in your js which looks at the said parameter, and calls the appropriate function. You'd have to ensure, of course, that you don't allow anyone to put in any malicious code. Don On Fri, 11 Mar 2005 21:27:40 +0100, Timo -Blazko- Boewing <[EMAIL PROTECTED]> wro

Struts Flow: parallel JS files

2005-03-11 Thread Timo -Blazko- Boewing
Hello List, I plan to use Struts Flow plugin in order to realise a wizard for a survey tool. However, the survey tool can handle different survey definitions (depending on an URL parameter) at once. Thus, using a simple flow control file (the server side JavaScript) is not that ideal, because the