Bug 36122 - Error in defalts and defalt values.
Summary: Error in defalts and defalt values.
Status: RESOLVED DUPLICATE of bug 31895
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Input Taglib (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-10 15:29 UTC by Wagner Santos
Modified: 2005-08-10 15:19 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wagner Santos 2005-08-10 15:29:20 UTC
In the Select.java in line 236: out.print(" selected=\"selected\"") is a invalid
command. The correct command is out.print(" selected=\"true\"").
Comment 1 Karl von Randow 2005-08-10 23:19:18 UTC
Hi, this has come up before and it has been discovered that selected="selected" is what is required for 
HTML and XHTML compliance. Check out the bug that I've marked this a duplicate as. Please feel free to 
reopen the bug if more discussion is required or would be useful.

*** This bug has been marked as a duplicate of 31895 ***