We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
页面上同时有:combox和lookup控件,如下: <th>供货商</th><td><input type="text" class="required textInput valid" readonly="readonly" name="supplier.supplierName" lookuppk="supplierNo" value="${supplier.supplierName!}" /> <a class="btnLook" url="/jbsupplier/lookuplst" lookupgroup="supplier" lookuppk="supplierNo" title="查找带回">查找带回</a></td> <th>部门:</th><td><select name="cgOrd.partmentNo" class="combox" val="${cgOrd.partmentNo!}"><@partSelect/></select></td> 使用freemark展现,当先combox选择值再lookup控件选择值后,combox 修改的值提交被原值又替换了,好像是用了dwz.min.js中combox: function()里var value = $this.val();造成的,有没有谁碰到过呀?
Original issue reported on code.google.com by [email protected] on 27 Sep 2013 at 9:43
[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 27 Sep 2013 at 9:43The text was updated successfully, but these errors were encountered: