Hi there, have you managed to find a solution for this issue? I'm having the same problem...
Type: Posts; User: iherridge; Keyword(s):
Hi there, have you managed to find a solution for this issue? I'm having the same problem...
In addition, when I created a new project, I didn't use the ZK Project from File -> New -> Other -> ZK Project, but instead I created a Spring MVC project from one of the spring templates since it...
Open STS and go to Home -> "Install New Software" and add the following:
Name: zkstudio
Location: http://studioupdate.zkoss.org/studio/update/eclipse_3_6
Click Ok and then select "ZK Studio"...
I used the following to get my image that I retrieved from a mySQL DB as a Blob to display on my JSP:
What gets rendered in my JSP: ( Note src is actually /document/{id} )
...
<tr>
<td><img...
I found an implementation of the AbstractContentTypeContoller here:...