Note that there are some explanatory texts on larger screens.

plurals
  1. USraistlin0788
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COI think we'll need some clarification. Are you asking how to retrieve the items from the database, or are you having trouble pulling those indexes out of the String so that you know what items to get out of the DB?
      singulars
    2. CO@palacsint When I rework my code to use `LoginContext`, I have a different problem. `LoginContext.login` seems to work (no exceptions), but when I do the `lookup`, it prompts me for username and password again using the built-in Glassfish prompt. This of course brings me right back to the original problem of preventing me from logging in after one failure. Based on [this message](http://markmail.org/message/iu3zzoiklvunxegy#query:+page:1+mid:qu37ezhbyudsst3a+state:results) , I am lead to believe that the client container should take care of everything except the callback.
      singulars
    3. COUsing `enum` in the database obviously isn't an option if the user can change the values, so to the best of my knowledge the table method you demonstrate is the best way. You can still add values or rename a skill level, just not remove a used skill level. The only problem is if you are assigning some business significance to the `ProgrammingSkillLevelID` beyond a foreign key reference. Can you provide a use case where you find this pattern to be insufficient / broken?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload