Re: Return current page with direct actions

2016-10-07 Thread Ramsey Gurley
On the previous page that triggers the direct action, add the context id. Then in the direct action String cid = context().request().stringFormValueForKey(“ctxKey”); if(cid != null) return session().restorePageForContextID(cid); On Oct 7, 2016, at 3:38 PM, Riccardo De Menna

Re: Return current page with direct actions

2016-10-07 Thread Riccardo De Menna
> On 08 Oct 2016, at 00:11, Paul Hoadley wrote: > On 8 Oct 2016, at 8:10 AM, Riccardo De Menna wrote: >> With component actions I simply return null but how do I return the current >> page with direct actions? > You should have access to

Re: Return current page with direct actions

2016-10-07 Thread Paul Hoadley
On 8 Oct 2016, at 8:10 AM, Riccardo De Menna wrote: > With component actions I simply return null but how do I return the current > page with direct actions? You should have access to context().page(). Does that achieve what you want? -- Paul Hoadley

Return current page with direct actions

2016-10-07 Thread Riccardo De Menna
Hi Everyone, I have a question that I hope has a trivial answer. I want to implement a simple language switch via direct actions but I don’t want the user to be returned to the default page of the website but rather stay where they are. With component actions I simply return null but how do I

Re: Different behavior from ERMD2WEditToOneTypeAhead

2016-10-07 Thread T Worman
One other comment. The only downside to this is that it restricts the search string the user can type to a specific attribute instead of the broader concatenated representation which provided a “fuzzier” search. And obviously, requires communication with the user about what they can expect to

delete deny rule ignored?

2016-10-07 Thread o...@ocs.cz
Hello there, is that normal that for a :N relationship *which is not a class property* EOF ignores EODeleteRuleDeny and deletes the object, happily leaving dangling foreign keys in the other table? (Making the relationship a class property helps. Nevertheless, since the only purpose of the

Re: Going out of the community

2016-10-07 Thread Markus Ruggiero
Pascal, You have spent a lot of your life for WO and the community. Thank you very much for everything. Eventually the time comes to move on. Continue to do what is fun and gives you joy, stop doing it when the fun is over, and do something else. Life is too short for not enjoying it! We'll

Re: Going out of the community

2016-10-07 Thread Hugi Thordarson
Pascal, I wish you joy and happiness. I hope WOWODC will be in Montreal again so we’ll get a chance to meet. Thanks for all of your hard work! Cheers, - hugi > On 7. okt. 2016, at 07:40, Andrus Adamchik wrote: > > Hi Pascal, > > That's another end-of-era event for WO

Re: The WOCommunity slack channel

2016-10-07 Thread CHRISTOPH WICK | i4innovation GmbH, Bonn
Hi all, can you add me too? Thanks. c...@i4innovation.de C.U.CW -- What are the three enemies of a programmer? Sunlight, oxygen, and the appalling roar of the birds. > On 06.09.2016, at 14:01, Hugi Thordarson wrote: > > Hi all, > just wanted to remind you that Samuel

Re: Going out of the community

2016-10-07 Thread Andrus Adamchik
Hi Pascal, That's another end-of-era event for WO :) Thanks for all the work you've done. And do enjoy your life! Andrus > On Oct 7, 2016, at 1:44 AM, Pascal Robert wrote: > > Hello everyone, > > In the events in my life in the last year, and having someone new in my >

Re: Different behavior from ERMD2WEditToOneTypeAhead

2016-10-07 Thread Fabian Peters
Hi Tim, ERMD2WEditToOneTypeAhead got a few changes from me, including one to use the ERMD2WAttributeQueryDelegate. The change aimed to preserve the original behaviour, but looking at the code it may be that it doesn't when the data source being used is an EODatabaseDataSource. Using a rule