Holger Höbbel
- Total activity 108
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 43
Comments
Recent activity by Holger Höbbel-
Hello Hamza, personally, I would always go through a preview page that is parameterized accordingly for outputting textual information.Only if the information is needed permanently would I take the...
-
Hello Hamza, if I understand correctly ("from the dataset"), this is about outputting a specific dataset as, for example, a CSV file.I would solve the problem as follows:Create a new preview page (...
-
Hallo Sergej, das hatte ich auch so verstanden. Aber es geht doch darum, in einen vorhandenen CMS_INPUT_DOM ein passendes XML zu schreiben, oder? Wenn ja, versuch doch mal den Ansatz, den ich im vo...
-
Hallo Sergej, ich nehme an, DOM Feld meint eine CMS_INPUT_DOM Eingabekomponente? Wenn ich es richtig verstehe, liegen die zu schreibenden Daten bereits als (passendes) XML vor. Dann hilft Dir wahrs...
-
Hallo, hier würde ich den Lösungsweg abhängig davon machen, wie schnell (und wie oft) eine Benachrichtigung gewünscht ist. Wenn sofort bei der Änderung benachrichtigt werden soll, dann würde ich üb...
-
Hello Heiko, that depends on which search results list you're referring to. ;) In ContentCreator, you can choose how the results are displayed using the buttons at the top. If you select the snippe...
-
Hello Sumant, the code you posted shouldn’t generate that warning message. The warning message indicates that a variable has the value zero and therefore cannot be output correctly. Your code uses ...
-
Hallo Patrick, wenn es auch ein wenig unschön sein darf, würde ich es so machen:* Dem Absatz ein Read-Only Texteingabefeld hinzufügen* In dieses Texteingabefeld den entsprechenden Hinweistext schre...
-
Hallo Patrick, der Grund, warum das Ausführen von Regeln auf Absatzreferenzen nicht durchgeführt wird ist, dass diese nicht selber bearbeitet werden können. Durch Regeln verursachte Fehler können a...
-
Hello Sumant, here is an example Beanshell-Script I used during quality assurance import de.espirit.firstspirit.agency.IDProviderEventAgent;import de.espirit.firstspirit.event.RevisionEvent;import ...