Lars Marius Garshol

Results 294 comments of Lars Marius Garshol

There are two problems. JSLT will try to load your `.jslt` file from the classpath, but you haven't placed it on the classpath. You've placed it with the source code....

Look inside `app.jar` (it's just a zip file) to see if `utils.jslt` is in the top level. If you then import it as `"utils.jslt"` it should work.

Looks like it's not in the top level, but in `BOOT-INF/classes`?

There's another use case on [StackOverflow](https://stackoverflow.com/questions/76236450/jslt-are-there-global-variables)

It kind of is, in the sense that you can set the object filter.

And I see my commits are now suddenly unverified again. I don't know why, but will fix that.

This branch still has commits that we need to get onto develop, so reopening it.

This minimal example will trigger the bug. Removing the `width` attribute makes the problem go away. So it looks like the trigger for the bug is a nested table with...

That sounds strange. Can you give me a minimal, complete example that demonstrates the problem?

So basically you want to be able to refer to the same constants from the two files? Why not define shared constants in a third file, as functions with no...