Search
Page 2 of 4. Showing 40 results (0.014 seconds)
3. Stworzenie przykładowej strony
org.springframework.web.bind.annotation.ResponseBody; @Controller public class HelloController { @RequestMapping( value = "/hello", method = RequestMethod.GET ) public String … will create the first controller that will return a simple view. We will be able to preview the view by clicking on the appropriate link in the system menuv3.2.187
Improvement PWFL7038 http://jira.suncode.local:8080/jira/browse/PWFL7038 Rozszerzenie walidacji xpdl o walidację identyfikatorów elementów tabeli dynamicznejTłumaczenia map procesów
/wtpwebapps/server name klienckiegol/bundles/xpdl) To change the folder in which the translations are located, proceed as follows. You should open the system … (applicationforholiday)DESC= The holiday application process Translations in xpdl files are saved in the key = value format, to add a translation you need to changev3.2.120
controllers. Improvement PWFL5963 http://192.168.1.52:8080/jira/browse/PWFL5963 Rollback of needed change for the document tree plugin. PWFL5967Tworzenie audytów
that returns the category of this audit. If the audit is added to the controller/servlet and there is access to the HttpServletRequest … (AuditTypes.AUDITCUSTOMTEST).buildFailure(); If the audit is added somewhere other than the controllers/servlets, add a snippet. Date started = new Date(); // timeconsumingPlusWorkflow 3.1.72
wartość liczbową jako liczbę a nie jako tekst. PWFL4127 http://192.168.1.52:8080/jira/browse/PWFL4127 Tłumaczenia tooltipów DT Button w bundle XPDL. PWFL4147 … returns a numeric value as a number and not as text. PWFL4127 http://192.168.1.52:8080/jira/browse/PWFL4127 Translations of the DT Button tooltips in the XPDLv3.2.78
http://192.168.1.52:8080/jira/browse/PWFL5417 Przywrócenie możliwości pobrania definicji XPDL na podstawie definicji procesu i zadania za pomocą REST API. Improvement PWFL5356 … Repair of creating reports based on an Oraclebased view. PWFL5417 http://192.168.1.52:8080/jira/browse/PWFL5417 Restoring the ability to download XPDL[AKCJA] Zwrócenie wyniku webservice'u do zmiennej
do zmiennej logicznej. @Controller @RequestMapping( "/user" ) public class UsersController { @Autowired private UserExistenceChecker checker; @RequestMapping … should be written to a logical variable. @Controller @RequestMapping( "/user" ) public class UsersController { @Autowired private UserExistenceChecker checkerv3.2.24
of the default value for the SingleSession parameter. Improvement PWFL4639 http://192.168.1.52:8080/jira/browse/PWFL4639 Log limitation when refreshing XPDLTworzenie widoków Freemarker
) zupełnie jak w przypadku JSP. Uzupełnienie modelu odbywa się zazwyczaj w kontrolerze: @Controller public class HelloController { // Wynik tych 2 metod będzie taki sam … , request attributes (HttpServletRequest) quite like JSP. Completion of the model is usually done in the controller: @Controller public class HelloController