Best regards,
Edwin
--
You received this message because you are subscribed to the Google Groups "invesdwin-platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to invesdwin-platform+unsub...@googlegroups.com.
To post to this group, send email to invesdwin-platform@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/invesdwin-platform/d223235a-e81f-4e48-acfe-0b225ed53d39%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
| Von: mgiam...@gmail.com Gesendet: 20. März 2018 10:03 vorm. Betreff: Re: Visualize a List as an html select that returns one choice |
I was able to fix this issue: https://github.com/subes/invesdwin-norva/commit/235285e665b1ff0cda979fca1022e99366c728fb
You can try again after updating your snapshot of invesdwin-norva.
Am Sonntag, 18. März 2018 15:50:32 UTC+1 schrieb subes:You are right, even the example in the documentation does not work. Might have been a regression that happenend when i fixed the setvisible last time. I will look into it soon.Thanks for reporting. :)Am 18.03.2018 3:46 nachm. schrieb "Mario Giammarco" <mgiam...@gmail.com>:Hi Edwin,
are you sure that this works?
Enum X...
public X get<PropertyName>() { ... }
public void set<PropertyName>(X value) { ... }
public EnumSet<X> get<PropertyName>Choice() { ... }
I have tried also:
public X[] get<PropertyName>Choice() { ... }
It seems to me that when NoWicket sees Enum it does not care about the ...Choice() method
Il giorno mercoledì 14 marzo 2018 22:30:24 UTC+1, Edwin Stang ha scritto: