how to display multivalued fields in velocity -


i want display multivalued field in velocity.

the field extracted oracle database.

my problem not display values per line. rather wraps rows 1 after other instead of creating new line new row.

the follow code used:

<div>#field('bugdescription')</div> 

how break down, it's more readable?

use #foreach directive loop through values of collection.


Comments

Popular posts from this blog

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

python - Received unregistered task using Celery with Django -