Changeset 131 for trunk/grails-app/views/componentItem/create.gsp
- Timestamp:
- May 8, 2009, 1:01:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/componentItem/create.gsp
r122 r131 54 54 </tr> 55 55 56 <tr class="prop"> 57 <td valign="top" class="name"> 58 <label for="subAssembly">Sub Assembly:</label> 59 </td> 60 <td valign="top" class="value ${hasErrors(bean:componentItemInstance,field:'subAssembly','errors')}"> 61 <g:select optionKey="id" from="${SubAssembly.list()}" name="subAssembly.id" value="${componentItemInstance?.subAssembly?.id}" ></g:select> 62 </td> 63 </tr> 64 56 65 </tbody> 57 66 </table>
Note: See TracChangeset
for help on using the changeset viewer.