I have tried solving this checking out Wicket in Action and some googling but
can not find where to look.

All components need an id. And the same in markup. My problem is the
following.

I need to add attributes to an item. example size, color.

What kind of attributes that is possible is determined by the items
subCategory. So the sub category will have some Attribute headers like size,
color etc.

When adding, editing the attribute I need to get all attribute headers for
the item subcategory and add them like textfields.


Ex

Attribute1

SIZE, COLOR, LENGTH
TEXTFIELDSIZE, TEXTFIELDCOLOR, TEXTFIELDLENGTH // Containing data
TEXTFIELDSIZE, TEXTFIELDCOLOR, TEXTFIELDLENGTH // for adding new rows
TEXTFIELDSIZE, TEXTFIELDCOLOR, TEXTFIELDLENGTH 
TEXTFIELDSIZE, TEXTFIELDCOLOR, TEXTFIELDLENGTH

Hope you know what I mean here. My question is. How to add the dynamic text
fields.

-- 
View this message in context: 
http://www.nabble.com/Markup-with-unknown-name-for-TextField-tp17058594p17058594.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to