Hi!

I used "spread" layout successfully with HtmlSelectOneRadio and
HtmlSelectManyCheckbox in JSP. Now I programmatically created a
HtmlSelectOneRadio and set the layout attribute to "spread":

HtmlSelectOneRadio radios = new HtmlSelectOneRadio(); // Tomahawk
      selectOne = radios;
      this.form.getChildren().add(selectOne);
      selectOne.setId(id);
      radios.setLayout("spread");


When the view is rendered, I receive the following error:

2006-02-05 12:43:56,921 ERROR
[org.apache.myfaces.renderkit.html.HtmlRadioRendererBase] Wrong layout
attribute for component _id0:Frage_2: spread


Why do I get this error? (I need spread layout...)

(MyFaces in use: 20051130)



Regards,

Matthias

Reply via email to