Design consideration: Client side validation

2001-10-26 Thread Hitesh Parashar
Hi: Struts puts emaphasis on server-side validations. However, lotsa times it makes sense to do some validations before we hit the server. How the client side validations should be done while keeping the sanctity of the design principles for struts? Is it a good practice to use use JavaScript

Struts Sample Code Repository!!!

2001-10-25 Thread Hitesh Parashar
Hi Guys: Is there a place where I can get the exhaustive list of struts sample code? In particular, I am looking for following set of sample code / tutorial / How-TOs / user-guides: (1) Model involving entity EJB (CMP) and talking to Oracle database. (2) View involving table of dynamically

Flash button and forms with struts

2001-10-24 Thread Hitesh Parashar
Hi All: How can we use Macromedia flash buttons and forms with struts? It is really important for us at the moment because we want to use struts and we also want to leverage the Flash forms/buttons already present with us. The decision of whether to use struts or not hinges on the fact how

Re: IBM VisualAge WTE and struts

2001-10-19 Thread Hitesh Parashar
Thanks Stephen/Eric/Alan/David: Stephen: Could you please send the .war file to me. Also, could you please tell us in this thread, what are the specific changes that you made for this sample to work with WTE / WAS? Eric: It is really a great idea to separate the VAJ projects along the

Re: IBM VisualAge WTE and struts

2001-10-19 Thread Hitesh Parashar
Hi Stephen: Did you miss some steps in this for conversion of web.xml file to strutsexample.webapp file using the XSL provided with WTE (webapp.xsl)? Thanks, Hitesh. --- [EMAIL PROTECTED] wrote: Hitesh, Included are the instructions for getting the struts-example (under Struts v1.0)

IBM VisualAge and struts

2001-10-18 Thread Hitesh Parashar
Hi: Did anybody try to setup VisualAge for struts? If anybody can give some pointers, it would be of great help. Thanks, Hitesh. __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com

IBM VisualAge WTE and struts

2001-10-18 Thread Hitesh Parashar
Hi: I am having tough time establishing peace between VAJ 4.0 WTE and struts. I am following the WebSphere Version 4 Application Development Handbook. WTE requires IBM XML Parser for Java and struts requires me to use Xerces. The following packages are conflicting between the two -

Invalid attribute Prefix error

2001-10-18 Thread Hitesh Parashar
Hi: I am trying to run a struts sample with VisualAge 4.0 WTE. I get an error as follows: Message: Directive: Invalid attribute, prefix My JSP file is: %@taglib uri=/WEB-INF/struts-html.tld prefix=html% html:html locale=false html:errors/ html:form action=processNewEmployee.do *First Name: