History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WAFFLE-16
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Guilherme Silveira
Reporter: Guilherme Silveira
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Waffle

SelectTag creates a new option if there is no form type definition

Created: 29/Jun/07 10:50 AM   Updated: 15/Dec/07 10:17 AM
Component/s: Taglib
Affects Version/s: None
Fix Version/s: 1.0-rc-1

Time Tracking:
Not Specified


 Description  « Hide
When using the select tag without any form type containing it, its label will be written as a value inside the select tag itself. It should be written before the <select> tag.
Example showing this problem:

<w:select name="matricula.situacao" items="${lista.situacaoNaMatriculas}" value="id" selected="${matricula.situacao.id}">
${item}"
</w:select>



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Guilherme Silveira - 03/Jul/07 08:56 AM
BasicSelectTag handles all cases (when the key or selecteditem is null)