Re: Required vs. optional name attribute

2001-04-23 Thread James Howe
At 10:00 PM 4/22/2001 -0700, you wrote: On Wed, 18 Apr 2001, James Howe wrote: I apologize in advance if this topic has come up before, but ... I'm building a Struts JSP page containing a form. I've noticed that the HTML tags typically do not require the specification of a name

Re: Required vs. optional name attribute

2001-04-23 Thread Jonathan Asbell
Incidentally, can antone tell me the difference between id, name, and property? (org.apache.struts.taglib.bean) - Original Message - From: James Howe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 23, 2001 12:01 PM Subject: Re: Required vs. optional name attribute At 10

Re: Required vs. optional name attribute

2001-04-22 Thread Craig R. McClanahan
On Wed, 18 Apr 2001, James Howe wrote: I apologize in advance if this topic has come up before, but ... I'm building a Struts JSP page containing a form. I've noticed that the HTML tags typically do not require the specification of a name attribute in order to retrieve property values

Required vs. optional name attribute

2001-04-18 Thread James Howe
I apologize in advance if this topic has come up before, but ... I'm building a Struts JSP page containing a form. I've noticed that the HTML tags typically do not require the specification of a "name" attribute in order to retrieve property values from a bean. If the name isn't specified,

Re: Required vs. optional name attribute

2001-04-18 Thread Rob Leland
James Howe wrote: It's not a terribly big deal, but it seems as if the name attribute shouldn't have to be required if some sort of "default" bean is available for the page. The original designers were probably trying not to couple the logic tags to the html tags, or to struts itself. The