There are several variations of the useBean tag. If you read the information about this in the JSP specification (or your favorite JSP book), you'll discover that one of the variations will create an instance of the bean.
> -----Original Message----- > From: MARCIO JULI�O [mailto:[EMAIL PROTECTED] > > Hi, > > Is there a tag to create a new instance of a bean ? I can�t use jsp > useBean tag because it attempts to locate an instance of the bean in the > scope. > > M�rcio Juli�o --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
