[size=medium][b]Xxxcongtroller.java[/b]
private int [color=red]currentInternalId[/color];
public int getCurrentInternalId() {
return currentInternalId;
}
public void setCurrentInternalId(int currentInternalId) {
this.currentInternalId = currentInternalId;
}
[b]
xxx.jsp[/b]
<script>
[color=red]"${currentInternalId}"[/color]
<script>[/size]
private int [color=red]currentInternalId[/color];
public int getCurrentInternalId() {
return currentInternalId;
}
public void setCurrentInternalId(int currentInternalId) {
this.currentInternalId = currentInternalId;
}
[b]
xxx.jsp[/b]
<script>
[color=red]"${currentInternalId}"[/color]
<script>[/size]