> a) it should check that it is attached to an input tag > b) it should call setrenderbodyonly(true) on itself > c) it should carry over any attributes from the panel tag to the inner input > tag
It could do that magic if it is attached to a text field, but leave things as they are if it is attached to another tag. Won't break the API and lets people use whatever they prefer. Then there is a decision to be made what to do with the text field that is produced (possibly overriden) by newDateTextField. Should the markup win and override any attributes defined on that? It is easier for people to just use a regular text field and couple a DatePicker separately. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
