Bugs item #613441, was opened at 2002-09-23 17:41 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=613441&group_id=4754
Category: Tapestry >Group: bug >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Luis Filipe Neves (lfneves) Assigned to: Howard Lewis Ship (hship) Summary: SelectPropertySelectionRenderer HTML Initial Comment: SelectPropertySelectionRenderer generates "bad" HTML Currently SelectPropertySelectionRenderer generates HTML like this: <select name="country"> <option value="USA" selected="selected"/>USA <option value="Canada"/>Canada <option value="Portugal"/>Portugal </select> Is it possible to make SelectPropertySelectionRenderer write something like this instead: <select name="country"> <option value="USA" selected="selected">USA</option> <option value="Canada">Canada</option> <option value="Portugal">Portugal</option> </select> The reason I ask for this is that some browsers (at least Konqueror) aren't able to render the drop-down boxes correctly. See here: http://pwp.netcabo.pt/lneves/konqueror.png Thanks, Luis Neves ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=613441&group_id=4754 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
