i have written below code to display the radio buttons on the jsp page:
i was expecting below output:
in above output; vikas, sekimaru, raju are the name property of Employee. P1, P3, and M2 are the lvl of Employess. and 46, 47, 49 are the empCode of Employee.
but actual output of the above code is very weired as shown below:
thanks newton for your response. after going through the source of the page, i found that <tr> <td> tags are appended to the radio button whereas property has no tags appended as shown below:
now, i could at most append <tr><td> tags to the properties to group them together. but still i cannot show 46 vikas P1 in one row. how could i achieve it? do we have any alternatives?
There are several options, including using the "simple" theme and building things by hand (which means you'll have to do error messages by hand) or extend an existing theme to provide the precise functionality you want.