Re: Attribute of Form...

2002-01-22 Thread Burr Sutter
There is a name attribute in the Struts form custom tag. Try html:form action=LevelCreate.do enctype=multipart/form-data focus=level name=MyForm I've not tested it and I found this in my Struts 1.1 struts-html.tld. Burr [EMAIL PROTECTED] - Original Message - From: pritika.pattar

Re: Will Using Tagged Libraries Affect Performance

2002-02-27 Thread Burr Sutter
I think it could have a negative impact on performance. Why? Many servlet containers will instantiate and then throw away the tag handler class with each use on the page. So, if a tag handler requires lots of setup (e.g. connect to a database, issue a query, check some session or request