Return-Path: Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 4526 invoked from network); 7 Mar 2001 22:53:05 -0000 Received: from host091107.metrored.net.ar (HELO TyC?Digital?Mail?Server) (200.49.91.107) by h31.sny.collab.net with SMTP; 7 Mar 2001 22:53:05 -0000 Received: from hqp2w2kdtpn2 [172.17.13.47] by intranet.tycdigital [172.17.13.2] with SMTP (MDaemon.v3.5.0.R) for ; Wed, 07 Mar 2001 19:53:36 -0300 Message-ID: <024401c0a759$71a01b60$2f0d11ac@hqp2w2kdtpn2> From: "Carlos Pita" To: References: <020701c0a74a$fd32b070$2f0d11ac@hqp2w2kdtpn2> <01c601c0a74c$46950be0$5add0341@frmt1.sfba.home.com> <021b01c0a751$e9aa3710$2f0d11ac@hqp2w2kdtpn2> Subject: Re: Possible bug with form tag Date: Wed, 7 Mar 2001 19:53:36 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-MDRemoteIP: 172.17.13.47 X-Return-Path: cpita@tycdigital.com X-MDaemon-Deliver-To: struts-dev@jakarta.apache.org Reply-To: cpita@tycdigital.com X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi again! I was trying some smaller scale tests and everything worked fine. So probably it isn't a bug with Struts, sorry. See you, Carlos ----- Original Message ----- From: "Carlos Pita" To: Sent: Wednesday, March 07, 2001 6:59 PM Subject: Re: Possible bug with form tag > Only > > value="<%=String.valueOf(ProductStates.SHOW_SOLUTION)%>"> > > where fdpProductState is a bean (an Integer) in the page scope exported by a > tag of my application. > > ----- Original Message ----- > From: "Martin Cooper" > To: ; > Sent: Wednesday, March 07, 2001 6:19 PM > Subject: Re: Possible bug with form tag > > > > Carlos, > > > > What are you testing in your tag? The exception suggests you > > might be trying to test a property of the form, for which the bean would > not > > have been created yet in option (1), but would be available in option (2). > > > > -- > > Martin Cooper > > > > ----- Original Message ----- > > From: "Carlos Pita" > > To: > > Sent: Wednesday, March 07, 2001 1:10 PM > > Subject: Possible bug with form tag > > > > > > > Hi! > > > > > > I'm having problems using the form tag nested in the equal tag. The > > > pseudo-code could be something like: > > > > > > 1) > > > > > > > > > > > > > > > .... > > > > > > > > > > > > 2) > > > > > > > > > > > > > > > .... > > > > > > > > > > > > 2) works fine but 1) fails reporting: > > > > > > javax.servlet.ServletException: Cannot find bean under name > > > org.apache.struts.taglib.html.BEAN > > > > > > Sorry for not being more formal with the report, but I'm in a bit of a > > hurry > > > now. > > > > > > See you, > > > Carlos > > > > > > > > > > > >