Dimitar Fenerski

Results 30 comments of Dimitar Fenerski

is there a way to combine the solution mentioned above with usage of custom number of columns?

@tomasrivero this seems good, but what about the case of custom number of rows

`text="{i18n>resultLabel} {= ${model>/obj}.result}"` is impossible `text="Length: {= ${model>/items}.length}"` is impossible `text="{model>/userName}: {= ${model>/obj}.result}"` is impossible. Generally speaking, an expression binding cannot be combined with anything else. This is cumbersome because...

Hi @ThomasChadzelek , I know that 'concatenation' within the binding is possible, that's what I've used as a workaround. My concern is that it makes the expression logic more complex...

My use case: 1.96 OpenUI5 App; the `XMLComposite` control contains a big-ish `sap.ui.layout.form.Form` with a lot of inner dependencies between the `FormElement`s

Also, is it possible to utilize `XMLTemplateProcessor` manually in any way? perhaps for custom-controls? Sometimes it is really much more convenient to build an XML-Tree than to implement a `render`...

Thanks for the info! It would be great if we could have a sample. In the meantime, if I find the time needed to put one together myself, I can...

Hello @flovogt , Has there been any progress on this issue ? Thanks and BR Dimitar

> Hey @admehta01 this look pretty good, except it looks like you're instantiating a new instance of the middleware for each request. Instead of that you would want to instantiate...