jsp - Spring Roo Show ID in list.jspx -
i have following in list.jspx file.
<table:table data="${tests}" id="l_com_mtc_test_test" path="/tests" typeidfieldname="testid" z="rvizjj8fppq5kok8/jrrk464fr8="> <table:column id="c_com_mtc_test_test_name" property="name" z="fdtztamjsb4/b16zrgrro8e2pt8="/> </table:table>
i want show id table (specifically testid reference in typeidfieldname). haven't had luck inserting own table:column, perhaps i'm doing wrong, advice?
Comments
Post a Comment