Get elements from JList and save into mysql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yonghan
    New Member
    • Jul 2008
    • 3

    Get elements from JList and save into mysql

    Hi all,i want to ask..I got two tables,one is user_rights contain usrname and menu,another one is user_menu contain menu and description.The menu field contain such "mnuUser",s o if the user has the right to the User menu,the form will be displayed.The description is for display what kind of menu such "Menu-Master-User".I use two JList,one is to display the description.The other one is for holding the description that the user had choosed.What i want to ask is how to save the menu instead of the description into the user_rights?And also how to display the description in the Jlist2?Thanks a lot..
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Perhaps this is useful, I could not really tell what you needed, but I Googled JList for ya:

    Comment

    Working...