Re: JavaScript in Struts

2001-03-30 Thread David Winterfeldt
There is an article in last months Java Pro that shows how to define menus in xml and then generate javascript menus based off of them. I just tried to look at it and it doesn't work (generating an Exception) and I also had to fix the web.xml file to even get it running. Maybe some of the code w

Re: JavaScript in Struts

2001-03-30 Thread Jean-Noel Ribette
- Original Message - From: Tom Miller <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 3:33 PM Subject: Re: JavaScript in Struts > Thanks, Ted. > > I like Craig's suggestion about combining dynamic Javascript menu systems > with S

RE: JavaScript in Struts

2001-03-30 Thread Hines, Bill
: JavaScript in Struts Thanks, Ted. I like Craig's suggestion about combining dynamic Javascript menu systems with Struts. I wonder if anyone has tried this. I'm looking for a Javascript tree or slider menu to adapt in this way and would appreciate it if anyone could share any researc

Re: JavaScript in Struts

2001-03-30 Thread Tom Miller
Thanks, Ted. I like Craig's suggestion about combining dynamic Javascript menu systems with Struts. I wonder if anyone has tried this. I'm looking for a Javascript tree or slider menu to adapt in this way and would appreciate it if anyone could share any research. I have looked at "Morten's Java

Re: JavaScript in Struts

2001-03-29 Thread Ted Husted
I've added these to our Jyve FAQ: How Do I use Javascript in my Struts forms? --- The relevant HTML tags provide support for the Javascript event handlers onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousem

Re: JavaScript in Struts

2001-03-28 Thread Peter Alfors
You can either add the individual functions to your JSP page using the