Re: More 1.3.8 / xhtml problems

2007-09-05 Thread Paul Benedict
For a list of issues resolved in Struts 1.3.9: https://issues.apache.org/struts/secure/ReleaseNote.jspa?version=21800&styleName=Html&projectId=10121&Create=Create For a list of issues resolved in Struts 1.3.10-SNAPSHOT: https://issues.apache.org/struts/secure/ReleaseNote.jspa?version=21840&styleNa

RE: More 1.3.8 / xhtml problems

2007-09-05 Thread Slattery, Tim - BLS
> More serious is that when I use EL in the > tag it blows up! The stack trace for that begins with: > > java.lang.NullPointerException This problem disappears in Struts 1.3.9. -- Tim Slattery [EMAIL PROTECTED] - To unsubs

More 1.3.8 / xhtml problems

2007-09-05 Thread Slattery, Tim - BLS
Struts 1.3.8 (and 1.3.5, for that matter) puts the name of the form bean in the "id" attribute of the tag, instead of the "name" attribute, like it used to. Since "name" doesn't exist for in xhtml, this makes the output valid xhtml. If I use the styleId attribute in the struts tag, it blows up.