Hi, My requirement is to scroll down to bottom when we click on a link. How to achieve this in mendix modeller? Appreciate a prompt response. Thanks Salma
↧
Scroll down to the bottom of page
↧
SSO error on 7.9
Hi guys, I am trying to get SSO running using the SAML module on my 7.9 project, but I am experiencing some weird behavior. In 7.7.1 everything was working fine, a convert to 7.9 makes it break down. Has anyone seen this error before?: Single Sign On unable to create new session: RFC6265 Cookie values may not contain character: [ ] Late Friday afternoon but hope that someone has an idea! :) Full stack trace: 16:59:07 APP INFO at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) 16:59:07 APP INFO at org.eclipse.jetty.server.Server.handle(Server.java:561) 16:59:07 APP INFO at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) 16:59:07 APP INFO at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) 16:59:07 APP INFO at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679) 16:59:07 APP INFO at saml20.implementation.ArtifactHandler.handleRequest(ArtifactHandler.java:33) 16:59:07 APP INFO at java.lang.Thread.run(Thread.java:748) 16:59:07 APP INFO Caused by: java.lang.Exception: Single Sign On unable to create new session: RFC6265 Cookie values may not contain character: [ ] 16:59:07 APP INFO at saml20.implementation.security.SessionManager.createSession(SessionManager.java:254) 16:59:07 APP INFO at saml20.implementation.ArtifactHandler.handleSAMLResponse(ArtifactHandler.java:139) 16:59:07 APP INFO at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40) 16:59:07 APP INFO at saml20.implementation.SAMLRequestHandler.processRequest(SAMLRequestHandler.java:172) 16:59:07 APP INFO at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:862) 16:59:07 APP INFO at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:70) 16:59:07 APP INFO at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:67) 16:59:07 APP INFO at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) 16:59:07 APP INFO at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:73) 16:59:07 APP INFO at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) 16:59:07 APP INFO at com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.service(RuntimeHandler.java:42) 16:59:07 APP INFO at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) 16:59:07 APP INFO at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841) 16:59:07 APP INFO at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168) 16:59:07 APP INFO at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) 16:59:07 APP INFO at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166) 16:59:07 APP INFO at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:334) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) 16:59:07 APP INFO at org.eclipse.jetty.server.Server.handle(Server.java:561) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 16:59:07 APP INFO at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) 16:59:07 APP INFO at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104) 16:59:07 APP INFO at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) 16:59:07 APP INFO at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597) 16:59:07 APP INFO at java.lang.Thread.run(Thread.java:748) 16:59:07 APP INFO Caused by: java.lang.IllegalArgumentException: RFC6265 Cookie values may not contain character: [ ] 16:59:07 APP INFO at org.eclipse.jetty.http.Syntax.requireValidRFC6265CookieValue(Syntax.java:136) 16:59:07 APP INFO at org.eclipse.jetty.server.Response.addSetRFC6265Cookie(Response.java:269) 16:59:07 APP INFO at org.eclipse.jetty.server.Response.addCookie(Response.java:231) 16:59:07 APP INFO at com.mendix.m2ee.appcontainer.server.request.HttpMxRuntimeResponse.addCookie(HttpMxRuntimeResponse.java:98) 16:59:07 APP INFO at com.mendix.m2ee.appcontainer.server.request.HttpMxRuntimeResponse.addCookie(HttpMxRuntimeResponse.java:92) 16:59:07 APP INFO at saml20.implementation.security.SessionManager.createSession(SessionManager.java:225) 16:59:07 APP INFO at saml20.implementation.ArtifactHandler.handleSAMLResponse(ArtifactHandler.java:139) 16:59:07 APP INFO at saml20.implementation.ArtifactHandler.handleRequest(ArtifactHandler.java:33) 16:59:07 APP INFO at saml20.implementation.SAMLRequestHandler.processRequest(SAMLRequestHandler.java:172) 16:59:07 APP INFO at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40) 16:59:07 APP INFO at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:70) 16:59:07 APP INFO at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:67) 16:59:07 APP INFO at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) 16:59:07 APP INFO at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:73) 16:59:07 APP INFO at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535) 16:59:07 APP INFO at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:862) 16:59:07 APP INFO at com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.service(RuntimeHandler.java:42) 16:59:07 APP INFO at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) 16:59:07 APP INFO at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) 16:59:07 APP INFO at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168) 16:59:07 APP INFO at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) 16:59:07 APP INFO at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 16:59:07 APP INFO at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) 16:59:07 APP INFO at org.eclipse.jetty.server.Server.handle(Server.java:561) 16:59:07 APP INFO at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:334) 16:59:07 APP INFO at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) 16:59:07 APP INFO at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) 16:59:07 APP INFO at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104) 16:59:07 APP INFO at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679) 16:59:07 APP INFO at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597) 16:59:07 APP INFO at java.lang.Thread.run(Thread.java:748)
↧
↧
AutoComplete On Change event
We are using the Autocomplete widget in a list view. When changed, the on change event triggers multiple times (anywhere from 2-10+) When using the widget in a data view triggering the same event only occurs once. Has anyone else experienced an issue like this?
↧
Edit SASS in Chrome
Want to edit SASS in the browser, best way to do this?
↧
Can't start Mendix 7.12 app in eclipse
I could not start an existing app via eclipse, a brand new app could be started. After comparing the .launch file I found out I was missing the following line: Does anybody know which setting I need to set in de Mendix Modeler, so Mendix Modeler will create this line automaticly, when deploy for eclipse is executed?
↧
↧
What data type for Image
I have an entity which stores values of a machine like machine ID, name and description. in this entity I want to add an attribute which would store the machine_image. What data type should I choose for a jpeg file to be stored?
↧
Mendix Knowledge Meetup [20 mar 2018] - Nieuwegein, NL
Hi all, It's time for yet another bimonthly Mendix Knowledge Meetup. The main purpose of these sessions is to share knowledge and best practices with other developers. In March we organize the next knowledge Meetup. To make it a success, we need you! Let us know in what kind of topic you are interested and also if you would like to present! We still have 2 slots available. Do you want to showcase a project you've recently finished together with the challenges you have encountered and how you've solved them? Have you build a cool new widget or module that you want to show and explain to the community? This is your chance. Agenda 18:00 - 19:00 - Dinner 19:00 - 21:00 - Presentations Blockchain with Mendix In this session we will explain the fundamentals of blockchain technology and show how we have combined this technology with RFID and IoT to build a smart app. Jethro Borsje, CTO at TimeSeries Freek Brinkhuis, Mendix developer at TimeSeries To be determined To be determined 21:00 - 22:00 - Drinks General information Please let us know if you join us for dinner and if you have a special diet. The knowledge sessions are hosted by Mendix Expert Developer Anthony Dickinson and MVP Kilian Croese. Contact Anthony or Kilian to reserve a slot in the agenda for this meetup or a future knowledge session: ADickinson@conclusion.nl or KCroese@conclusion.nl. ----- We organize monthly community meetups. One month we organize a free format meetup where you can freely ask questions and meet the other developers. The other month we facilitate a knowledge session where the community shares best practices and Mendix knowledge on a specific topic. Check the complete meetup calendar here.
↧
Mendix cookies
For Dutch law we want to give users an overview of which cookies Mendix uses and why the use it. Currently I have the following. Could you help me fill in the blanks? The application XASID Purpose is Functional. It is used for load balencing. The cookie is deleted at the end of the browser session XASSESSIONID Purpose is again Functional It is used for keeping a user session. The cookie is deleted at the end of the browser session DeviceType Functioneel Used to track which screen types (mobile or desktop) to show The cookie is deleted at the end of the browser session mx-cookie-test ??? Mendix own cookie _ga ???
↧
Can a widget change the layout of a page?
Hello, I am developing a widget that can show a page inside a container. There is the code for showing a page:
mx.ui.openForm( form, {
domNode: container,
context: mxContext,
callback: function(){
...
}
}); Currently inside Mendix Modeler these pages are using the "Sidebar_Left_FullHeight" layout and I am hiding the layout inside the widget content via CSS but that leads to "multiple define" errors in the browser console. So my question is can the widget change the layout of the page before (or maybe after?) showing the page?
↧
↧
checkbox error message pushes text under the checkbox
the checkbox error message pushes the textbox text down, this is because the textbox text has a link in it which means it cant be done with the usual label method. Is there a elegant solution to this, or do i need to use floats to position the checkbox?
↧
Best way to add XL-column SASS?
There are a few options I've found on the web to add an XL column (i.e. 1200-1600px or min:1600px), such as link link 1 and link 2, but they do not mention Mendix. So before wasting my time, does anyone have a clue what the best way is to add additional column classes, such as XL and XXL? For instance, I've got a 8/4 grid that looks nice on 1200px screen, but on a 1920width screen it looks horrible and 9/3 would be better..
↧
LDAP user synchronization issues
Dears, I'm trying to set up synchronization of users and their roles via LDAP using the AppStore module as provided. I follow the instructions https://docs.mendix.com/howto6/synchronizing-user-accounts-using-the-ldap-module So far I've managed to pull in the users from my OpenLDAP server (using Search filter that is set to '(objectClass=inetOrgPerson)'). I've tried several other settings for the Search filter, however, I'm not able to set up the groups to roles mapping as there are no groups retrieved. The (rather cryptic) help text states: "LDAP groups are synchronized during the user synchronization. You'll only see the groups related to the imported users. You can configure the application user roles that should be assigned if a user has these AD roles" How are the users related to groups? Should I extend the Search filter? If so, how? Or is it possible there is something missing (memberOf attribuut?) in the Schema of my OpenLDAP? I'm using Mx 5.21.8 and LDAP module version v5.4.1 also tried the same again on 6.10.11 with the LDAP v7.2.0
↧
how to remove "mx-list-striped" (and why is this the default)
most of the time you just want to display a whole bunch of data. Datagrids create table which are hard to style due to Columns having fixed %. trying now with list view but for some reason "mx-list-striped" is the default and cant find how to remove it.
↧
↧
Highlight text in different color - Dynamic data grid
I would like to highlight the list of elements populated in data grid dynamically based on some conditions which should not be visible in UI. For example: displaying data grid with person name and position. I would like highlight the higher hierarchy person alone in green (Manager & above) without displaying their designations in UI. Technically there won't be any HTML reference element to filter & highlight those names. Please share your ideas to solve this case?
↧
Placeholder text using a custom .html page
We have a custom html login page that we are using: We can't find a way of changing the jane.smith placeholder in the input field. We have made the placeholder empty in the .html but it is still being used from somewhere in else. A quick search in the modeler shows that it is not a system text that we are missing and googling hasn't helped either, so wondering if anyone else has had a similar problem.
↧
Importing JSON structure issue.
Hi, On making a REST call , I tried to import the JSON structure for my response. Below is the structure of my JSON structure. { "policyInformationList":[ { "PolicyNumber":"TA7001380", "PolicyExpirationDate":"12/30/2014", "Email":"suresh@solartis.net" }, { "PolicyNumber":"TA7001381", "PolicyExpirationDate":"12/30/2014", "Email":"paranthamakannan_b@solartis.net" } ] } I find issues in reading the policyInformationList. I was not able to read the arraylist. On hovering the mouse to the warning symbol it says "Array contains multiple JSON object definitions. Only first will be used". Can someone help me on this?
↧
Input from custom login check
I was wondering if it was possible to check user input from custom login screen (the login data are already created and saved in an entity) and authenticate while clicking on the login button. If the inputted values are true go to page1 or if not stay on same page with an error. My plan was to check the user input with the entity where the data is saved. I hope that I have expressed my question well
↧
↧
Usabilla in combination with Mendix
Hi, Does anyone here have any experience with Usabilla in combination with Mendix? (https://usabilla.com/) Thanks in advance!
↧
Jenkins to deploy .mda file to Mendix Clouds
Hi, Just wanted to see if some one has used Jenkins to deploy .mda files to clouds/moving .mda files from test to production environment. Any documentation/link to the documentation would be very useful. Many Thanks Kavitha.
↧
what does "class="mx-placeholder"" do?
I see it in almost ever second line in the DOM, but what does it do?
↧