Javascript in Struts

2002-03-27 Thread Bhaskar Gopalan
Hi, how does Javascript work with struts? I have a 'Filter' form with a couple of radio, select and text fields. The only three request parameters are filterSet, filterType and filterValue. Example: Select One Stage1 Stage2 St

Using JavaScript in Struts

2002-01-24 Thread chris williams
Hello, I would like to use javascript comes with struts 1.0. But, It expects me to have config directory in all the directories under the webapps/classes directory. For an example: I have webapps/classweb/abc/abc.jsp file, Struts expects to have webapps/classweb/abc/config/ directory and *.gi

RE: how to integrate javascript in struts?

2001-08-22 Thread Allamsetty, Venkata
struts? How to integrate javascript in struts without writing any java code in jsp-pages?  

how to integrate javascript in struts?

2001-08-21 Thread Metehan Selvi
How to integrate javascript in struts without writing any java code in jsp-pages?  

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

JavaScript in Struts

2001-03-28 Thread Tewathia, Atul
Title: JavaScript in Struts How do I perform javascript validation in struts pages ??