Talk:Adding a multiple item select list parameter type
From Joomla! Documentation
(Difference between revisions)
(New page: Has anybody successfully implemented a multiple item select list parameter type ??? EG <select name="params[userid][]" id="paramsuserid" class="inputbox" multiple="multiple"> is generat...) |
|||
| Line 1: | Line 1: | ||
| − | + | I tried this code in my application and it almost worked but not exactly. | |
| − | + | When I selected more than one item, the parameter was saved in the database as: p1|p2 rather than p1,p2 as would be the normal case of html. | |
| − | + | If I then go to the database and change it manually to p1,p2; then it displayed correctly in the administrator.. | |
| − | + | Any ideas for a fix????????????????? | |
Revision as of 09:20, 14 October 2009
I tried this code in my application and it almost worked but not exactly.
When I selected more than one item, the parameter was saved in the database as: p1|p2 rather than p1,p2 as would be the normal case of html.
If I then go to the database and change it manually to p1,p2; then it displayed correctly in the administrator..
Any ideas for a fix?????????????????