Skip to content
New issue

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

查询客户 编辑项 可能存在问题 #13

Closed
GitCHQL opened this issue Feb 13, 2018 · 1 comment
Closed

查询客户 编辑项 可能存在问题 #13

GitCHQL opened this issue Feb 13, 2018 · 1 comment

Comments

@GitCHQL
Copy link
Contributor

GitCHQL commented Feb 13, 2018

编辑后无论男女都显示 女。
可能问题如下:edt.jsp 32行

<input type="radio" name="gender" value="male" id="male" <c:if test="${customer.gender eq 'male'}"/>checked="checked"/>

<input type="radio" name="gender" value="female" id="female" <c:if test="${customer.gender eq 'female'}"/> checked="checked"/>

改为
<input type="radio" name="gender" value="male" id="male" <c:if test="${customer.gender eq 'male'}">checked="checked"</c:if>/>

<input type="radio" name="gender" value="female" id="female" <c:if test="${customer.gender eq 'female'}">checked="checked"</c:if> />

后正常,
谷歌浏览器 ,win764位。

@codingXiaxw
Copy link
Owner

codingXiaxw commented Feb 13, 2018 via email

@GitCHQL GitCHQL closed this as completed Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants