Re: Put amount of an object in a list dynamically

2014-10-09 Thread Resto Tesis
*If they can not see the photo, we send the code of the ComandaProducto class, which is the one with several lists of objects that we want to influence dynamically, and ComandaProductoServicio class:* *Class ComandaProducto:* package dom.comandaProducto; import java.util.ArrayList; import java.u

Re: Put amount of an object in a list dynamically

2014-10-09 Thread Resto Tesis
ok I send you the link where I uploaded the photo 2014-10-09 16:31 GMT-03:00 Jeroen van der Wal : > I thick attachments are removed from the mailinglist. Better to use a > service like http://imgur.com/ to share images. > > On Thu, Oct 9, 2014 at 9:13 PM, Resto Tesis wrote: > > > Hi there, > > >

Re: Put amount of an object in a list dynamically

2014-10-09 Thread Jeroen van der Wal
I thick attachments are removed from the mailinglist. Better to use a service like http://imgur.com/ to share images. On Thu, Oct 9, 2014 at 9:13 PM, Resto Tesis wrote: > Hi there, > > We need to place an amount dynamically to an object that is inside a list, > because we have a list of drinks,

Put amount of an object in a list dynamically

2014-10-09 Thread Resto Tesis
Hi there, We need to place an amount dynamically to an object that is inside a list, because we have a list of drinks, and we want to see that show us the same object 10 times, to increase you dynamically a type attribute (int amount) we want to know if you can do in isis and how? Attached is a p

Re: Internationalisation

2014-10-09 Thread Dan Haywood
Good stuff, let us know if you get stuck. Cheers Dan On 9 October 2014 15:21, Cuneyt Ozen wrote: > Hi Dan, > > Thanks a lot for your reply and pointed me to right direction. > > I've read contributor's documentation. > And I've forked and built ISIS locally. > > Will let you know how it goes f

Re: Internationalisation

2014-10-09 Thread Cuneyt Ozen
Hi Dan, Thanks a lot for your reply and pointed me to right direction. I've read contributor's documentation. And I've forked and built ISIS locally. Will let you know how it goes from there. Cuneyt On Tue, Sep 30, 2014 at 9:02 AM, Dan Haywood wrote: > forgot the refs: > > [1] https://github

Re: Confusing authentication for intent

2014-10-09 Thread Dan Haywood
I've raised and just committed ISIS-920; will be part of 1.7.0; add: isis.viewer.wicket.clearOriginalDestination=true to isis.properties (or viewer_wicket.properties). (As noted elsewhere, 1.7.0 will run on JDK 1.6). Thx Dan ~ On 15 September 2014 03:17, Christopher Fairhall < chr

Re: [jira] [Commented] (ISIS-917) Support pluggable representations for the RO viewer (object and list representations)

2014-10-09 Thread Dan Haywood
Hi Vladimir (also Johan)... I've gone ahead and pulled out a domain service to make this pluggable; providing a new implementation of that service will probably be your fastest path to success. You can register your own implementation in isis.properties (see the todoapp example) and this will tak

Re: integration tests fail: problem with registration of services

2014-10-09 Thread Dan Haywood
Just coming back to you on this... the only thing that looks different is your use of the QXxx type-safe query classes. I doubt that is the issue, but it's the only thing that I can see. What happens if you run a JDOQL-style query? On 8 October 2014 15:11, Dan Haywood wrote: > OK, well, from