Properties not match in sample jsps

i’d tried the autogenerated webapp samplecode with jsp pages. There is in my case (i’m working with lowercase table and columnames on postgres) a bug in the codegeneration of the jsps. It seemes that the code generator capitalizes all Bean Properties.

" /> The correct expression would be property="id"/>" />.

Best Regards,
Alexander

Dear Alexander,

We just tested, and the result is:
<input type=text name=“id” value="<jsp:getProperty name=“BankBean” property=“id”/>" />

which apply small letter to the property.

May I know which build are you using? You can refer to the About dialog for more detail.

Best Regards,
Jick