{
String retVal = null;
if (needsEpilogue)
{
Settable theSelectList = (Settable) aRenderable;
String theComponentID = generateComponentID ((MComponent) aRenderable);
String theSelection =
MSelectList_wml.generateSelectList (this,
theComponentID,
((HasSelectList) theSelectList).getSelectListOptions (),
theSelectList.getValue ().toString (),
" ",
onPick,
false,
new SimpleOnPickGenerator ());
retVal = generateCard (theComponentID + "_Card",