I am looking to add CSS Style and Class configuration to the schedule component, (MYFACES-888 http://issues.apache.org/jira/browse/MYFACES-888 ). My question is what is the best approach to pass this information from the JSP to the component via the tag, <s:schedule.../>.

Considerations:
1) Although I an not finished determining exactly how many pairs of "Style and Class" configurations need to be passed, I expect their are around 5 pair.

2) None of the configuration will be required. Thus the title Class can be configured, but the title Style may not be configured.

My initial though is to just add optional attributes to the tag. My concern is, at what point does the attribute list become to long.

Paul Spencer

Reply via email to