Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When using firefox if a user has focus on an input control and then clicks the submit button i get a DWR error stating that there was no data from the server.
I searched around on this group and did not see a solution. Via the DWR mailing list I found a post fromi Joe Walker stating that a workaround was to register a custom DWR error handler .. http://getahead.ltd.uk/dwr/browser/engine/errors

Ajax, Javascript

Datepicker i18n problems

DatePicker does not work in localised enviroment, because the language files included in DHTML / JavaScript Calendar are not valid (don't have some variables, for example WEEKEND definition).

Is simple solution to ovveride files like: http://localhost:8080/showcase/webwork/jscalendar/lang/calendar-(yourImage Added language).js

The only way to fix that, is correct calendar-(your language).js...

Application servers

WebWork hot-redeployment problem with Tomcat 5.5

Try to adjust your Tomcat context settings...

Code Block
xml
xml

<Context docBase="${catalina.home}/webapps/YOURWEBAPP"
         antiResourceLocking="true" antiJARLocking="true">
...
</Context>