Search found 231 matches

by joben
Wed Dec 18, 2019 11:02 am
Forum: General discussion and questions about Aware IM
Topic: Error: "The entity "nbsp" was referenced, but not declared."
Replies: 3
Views: 6959

Re: Error: "The entity "nbsp" was referenced, but not declar

We also face this issue many times and have followed a poka-yoke approach. One quick solution is to remove "NBSP" in the component (AIM Attribute) before creating the BO. We can implement below shown code snippet at On-Change event of txtArea. This will remove any NBSPs after typing or copy-pasting...
by joben
Fri Nov 08, 2019 10:33 am
Forum: Problem reports
Topic: Nullpointerexception when upgrading from 8.3 to 8.4 solution
Replies: 5
Views: 9342

Re: Nullpointerexception when upgrading from 8.3 to 8.4 solu

aware_support wrote:Thank you. Which build number are you using?
We upgraded from 8.3 Build 2623 to 8.4 Build 2705.
by joben
Thu Nov 07, 2019 9:13 am
Forum: Problem reports
Topic: Different browsers
Replies: 5
Views: 10220

Re: Different browsers

You can use the CSS validator for future problems: https://jigsaw.w3.org/css-validator/
Also recommend using CTRL+SHIFT+R to empty the cache when troubleshooting design errors.
by joben
Thu Nov 07, 2019 7:45 am
Forum: Problem reports
Topic: Nullpointerexception when upgrading from 8.3 to 8.4 solution
Replies: 5
Views: 9342

Re: Nullpointerexception when upgrading from 8.3 to 8.4 solu

INFO | jvm 1 | 2019/11/06 19:04:18 | Got XML request <root><query_layout_action query_name='Mina offerter - ej lämnade' > INFO | jvm 1 | 2019/11/06 19:04:18 | </query_layout_action> INFO | jvm 1 | 2019/11/06 19:04:18 | </root> INFO | jvm 1 | 2019/11/06 19:04:18 | WebServlet URL got request with par...
by joben
Wed Nov 06, 2019 10:45 pm
Forum: General discussion and questions about Aware IM
Topic: Problem with statistic and COUNT
Replies: 5
Views: 7384

Re: Problem with statistic and COUNT

Me and Rem are working with the same business space and here is a late reply.

We tried tfords solution of using two processes, and it works exactly the way we wanted. Thanks!

If this is considered a bug we can provide a BSV.
by joben
Wed Nov 06, 2019 10:36 pm
Forum: Problem reports
Topic: Nullpointerexception when upgrading from 8.3 to 8.4 solution
Replies: 5
Views: 9342

Nullpointerexception when upgrading from 8.3 to 8.4 solution

We experienced a java.lang.NullPointerException error message when opening the edit form of a certain BO after upgrading from 8.3 Build 2623 to 8.4 Build 2705. It turns out that the culprit was a plain text attribute using the Checkbox widget. The settings of the attribute was mostly standard. It ha...