Project name

2015-11-22 Thread Andrew Voumard
Hi, Have there been any suggestions or thoughts of changing the project name from isis to something else ? I only ask, because searching for apache isis usually brings up some unwanted / unsavoury results, and I would expect that might just increase over time. It also might trigger email spam

Performing an action with multiple items on an entity?

2015-11-22 Thread Kevin Meyer
Hi all, I'm making reasonable progress with the core of my report-generating proof-of-concept, but I am looking for a better solution.. What I want to do is add multiple "Project"s to a "Report" object (the projects are found, for example, by querying the list of projects for a customer, or

Returning content as file...?

2015-11-22 Thread Kevin Meyer
Hi, I'm sure this has been described before, but could someone point me to some instructions on how to have the output from a service sent back to the user as a file? (markmail is good, but I'm struggling with what to search for!) For example, I want the results of "printToLatex(Report report)"

Re: Returning content as file...?

2015-11-22 Thread Dan Haywood
umm, ok... no clues there unfortunately. Any Javascript errors in Chrome's console? Also, which version are you running against? I'm guessing 1.10.0 ? On 22 November 2015 at 19:22, Kevin Meyer wrote: > Let me turn off one component factory that I create, but don't use.. > >

Re: Returning content as file...?

2015-11-22 Thread Kevin Meyer
Hi Dan, Thanks - nice elegant looking solution. But I'm getting an exception, I must be missing something in the setup? : 20:10:40,374 [RequestCycleExtraqtp576936864-17 WARN ] Handling the following exception org.apache.wicket.WicketRuntimeException: No Page found for component

Re: Returning content as file...?

2015-11-22 Thread Dan Haywood
Probably need to see some more of the stack trace. You could also run in debug and set a breakpoint as to when the first exception is thrown, to provide a bit more context.. D On 22 November 2015 at 19:13, Kevin Meyer wrote: > Hi Dan, > > Thanks - nice elegant looking

Re: Performing an action with multiple items on an entity?

2015-11-22 Thread Kevin Meyer
Hi Dan, Let me get this basic prototype sorted, then I'd be happy to take on implementing some solutions, be it the update to handle collections as parameters or pasing a parameter to bulk actions.. Right now I've created a ReportSession to hold "the one" report that the current user is working