$rowindex$ - error in output code

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
ghasembaghi
User
Posts: 293

$rowindex$ - error in output code

Post by ghasembaghi »

i have a table with 4 detail tables

in add page () everything is OK.
productadd.php?showdetail=product_sub,product_file,product_tab,product_related

but in edit page i have a problem:
productedit.php?showdetail=product_sub,product_sub_spec,product_file,product_tab,product_related&product_id=1138
all detail table are ok except lat table that return $rowindex$ in source code

<input type="hidden" data-field="x_code" name="o$rowindex$code" id="o$rowindex$code" value="">
</td>
<td>
<span id="el$rowindex$_product_sub_product_sub_picture" class="control-group product_sub_product_sub_picture">

i see $rowindex$ in output HTML Source.
this detail table does not work in master/setail edit page
i can't edit detail record


Webmaster
User
Posts: 9427

Post by Webmaster »

What error? Always post error message. (Note that "$rowindex$" is valid code for "Add Blank Row".)


Post Reply