forms, formbeans and JavaScript

2001-02-12 Thread Mike Dewhirst
As a lot of forms may have JavaScript in them to dynamically rebuild menus, etc. Is it possible to combine this with the Struts tag-styled form design? Thanks in advance for your help, Mike -- This e-mail may contain confidential and/or privileged information. If you are not the intended

validation

2001-08-17 Thread Mike Dewhirst
What about adding some functionality to the ActionForm.validate() method, which would validate formatting, i.e. if a form contains a Data JavaBean with int's, Date's, etc. ActionForm.validate() would try to populate those (like it does at the moment), but if it failed, it would automatically (set

custom tags

2001-08-21 Thread Mike Dewhirst
if I'm writing a custom tag, do I have the request object available from within the tag class? How do I access it? =** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended

caching custom tag results

2001-08-22 Thread Mike Dewhirst
If anybody has done this before, what is a good way of caching custom tag results? For instance, I have a custom tag, that generates image tags (by dynamically building up the url). I'd rather it didn't go through the same process 4 times for the same image. How can I get around this? Thanks for

form action problem

2001-10-17 Thread Mike Dewhirst
We have a problem where struts is replacing form action URI's with the Weblogic application name, but we want to be able to specify (override) the URI ourselves. How is this possible? e.g. in the jsp: sh:form action=/someAction... in generated html: form action;/appname/someAction... we want:

RE: form action problem

2001-10-17 Thread Mike Dewhirst
-Original Message- From: Tuck Wai [mailto:[EMAIL PROTECTED]] Sent: 17 October 2001 11:23 To: [EMAIL PROTECTED] Subject: Re: form action problem html:form method=post action=- you action - - Original Message - From: Mike Dewhirst [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL