Vertex Integration
Vertex Integration
Relevant methods in `EmailAddressProvider extends TextChoiceProvider` ``` java @Override public Collection toChoices( Collection ids ) { for( String id : ids ) { log.info( "EmailAddressProvider.toChoices : StringId from MultiChoice: {}",...
I see the problem: `Select2MultiChoice.java`, line 58: ``` java @Override protected void convertInput() { String input = getWebRequest().getRequestParameters().getParameterValue(getInputName()).toString(); final Collection choices; if (Strings.isEmpty(input)) { choices = new ArrayList(); } else...
Unfortunately not in this case as the source for the email addresses is coming from two sources - a list of the Users contacts, and a list of emails that...
One list is obtained from the `Contact` domain Entity (which contains email addresses, amongst other things). The other list is obtained from a list of emails that the user has...
Thanks for the suggestion. This might work but I'm wary of storing index IDs in the client - I've got a two way component sync going on here - the...
If the list indexes are stored on the client, and the list of emails / recipients / contacts is changed on the server (via another window/tab), then the list index...
Thanks Tom! Will this submit the whole form or just the items in the MultiChoice?
I already tried that using: emailsMC.add( new AjaxFormComponentUpdatingBehavior( "change" ){...} The IModel isnt being updated as expected - hence this question :-)
Why do we have to delete the baseDir everytime? Couldn't we check on startup that the dir is either empty or is a valid git repo and then simply fail...
RLC-520's work fine. This isn't an H265 stream camera. However, I tried configuring the HA plugin to request the H264 stream but without success.