Re: Button forwards

2001-06-24 Thread Neil Blue
Exception, ServletException { > > return (new ActionForward(mapping.getParameter(),true)); > > } // end perform > > > -- Ted Husted, Husted dot Com, Fairport NY USA. > -- Custom Software ~ Technical Services. > -- Tel 716 737-3463. > -- http://www.husted.com

Button forwards

2001-06-24 Thread Neil Blue
Hello, I would like to use a button type as a href, making use of the struts forward definitions. As I find that using javascript (e.g. onclick="location.href=''") does not work consistently across Netscape and IE. Does anyone know of a way to do this. I would have guessed that if there was a

action classes

2001-05-26 Thread Neil Blue
Hello, I am extending the ActionForm class to create my own bean Form classes. However I already have my own set of beans with all the getter and setter methods that the Form class will need. Does anyone know if there are any plans to make ActionForm etc, interfaces, as I would rather not cha

How do you use templare user roles

2001-05-23 Thread Neil Blue
Hello, I am looking at strut templates, and I am confused as to how you can set the users role in a template. There does not see to be any way to set the current user role, but there does seem to be ways to test it. Please could anyone help. Thank you Neil Blue

dynamic button names

2001-05-23 Thread Neil Blue
Hello, I am planning a struts app and I would like to know please if there is a way to set the text of a submit button, based on a key from the ApplicationResources.properties file. Thank you Neil Blue