Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/clojure/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
jsp datagrid列标记中的行制动器_Jsp_Datagrid_Jstl - Fatal编程技术网

jsp datagrid列标记中的行制动器

jsp datagrid列标记中的行制动器,jsp,datagrid,jstl,Jsp,Datagrid,Jstl,让我们看看下面的代码 <column width="150"> <header value="Name" hAlign="center" styleClass="header"/> <item value="${employee.firstName} ${employee.lastName}" hAlign="left" styleClass="item"/> </column> 它将在

让我们看看下面的代码

  <column width="150">
     <header value="Name" hAlign="center" styleClass="header"/>
     <item   value="${employee.firstName} ${employee.lastName}" hAlign="left"       styleClass="item"/>
        </column>

它将在同一行中打印结果,但我需要在employee.firstName和 employee.lastName

我怎样才能实现它。

感谢您的帮助。

HTML和JSP中有一个用于断线的标记



试试这个。在你想断线的地方使用它,例如在线的末端,希望下一行的o/p,希望它对你有用。你可以用\n查看下一行。

我试过这样做。但这是一个错误