Re: Form name

2006-10-13 Thread Mikolaj Rydzewski
Marcello Savino wrote: Using Struts the tag is rendered in this way The problem is that in my application the rendered XML file MUST be a valide "xhtml1.0 strict" file and the DTD strict does not allow the attribute "name" for the tag . It works for me ;-) Do you use tag? -- Mikolaj Ryd

Re: Form name collision

2005-03-31 Thread Jeff Beal
problem. But I really have > never heard about it before, where are those things documented? :) > > > -Original Message- > From: Marsh-Bourdon, Christopher > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 30, 2005 3:08 PM > To: 'Struts Users Mailing List&#x

RE: Form name collision

2005-03-30 Thread tarek.nabil
: 'Struts Users Mailing List' Subject: RE: Form name collision There are two solutions that you have available to you (well that I know off the top of my head): 1) Use the _attribute_ property in the action tag to give each form a

RE: Form name collision

2005-03-30 Thread Marsh-Bourdon, Christopher
There are two solutions that you have available to you (well that I know off the top of my head): 1) Use the _attribute_ property in the action tag to give each form a pseudonym: This would l