Can somebody please explain a little bit more what is happening here - I have created a new solution which renders with no error in Servoy’s Smart Client, but give an Internal Error ( Return to Homepage) when run in the Servoy’s Web Client. I’m using Servoy 3.5.5-build 518.
This is from the Server’s log :
Unable to find component with id ‘sv_f66fd555_3966_49c1_ad40_129e0326f4a2’ in [MarkupContainer [Component id = sv_5a4a156c_58b8_4c19_b079_26c58af06d4d, page = com.servoy.j2db.server.headlessclient.MainPage, path = 0:servoy_page:servoy_dataform:forms:0:webform:servoywebform:View:sv_5a4a156c_58b8_4c19_b079_26c58af06d4d.l, isVisible = true, isVersioned = true]]. This means that you declared wicket:id=sv_f66fd555_3966_49c1_ad40_129e0326f4a2 in your markup, but that you either did not add the component to your page at all, or that the hierarchy does not match. [markup = Markup[solution:myFirstSolution, fullpath:/servoy-webclient/templates/default/myFirstSolution/addresses.html] addresses - Servoy servoy:head </servoy:head> servoy:panel
Address Id Address Type Id City Company Id Country County Email
</servoy:panel> , index = 59, current = ‘’ (line 31, column 29)]
Apparently, it is a HTTP 304 error which www.w3.org defines as “If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code. The 304 response MUST NOT contain a message-body, and thus is always terminated by the first empty line after the header fields.”.