javaone199

Results 8 comments of javaone199

> ```groovy-gradle > pass = new String(System.console().readPassword("\nPlease enter password: ")) > remotes.webServer.password = pass > ``` System.console() is null

It is 1.13.0. I have not tried the older version. Another issue found today. It did not work inside a positioned container with overflow auto. The element to be positioned...

When a drawer is closed, everything inside the drawer will be destroyed.

Add the following method to Icons class. static IconData fromName(String iconName) { return iconMap[iconName]; } iconName is a pre-defined constant name in Icons class. From the IconData doc, instantiating IconData...

> And Tree you use the `expanded` property of the TreeNode so when the tree re-renders the tree will be expanded exactly how you want: https://primefaces.github.io/primefaces/12_0_0/#/components/tree?id=treenode-vs-ptreenode The "expanded" property is...

When user clicks a tree node, will its expanded state be sent to the bean on server side? In our case, the tree is not dynamic, and node states are...

Even if node states are sent to server, they are in session scope. We need the component to remember node states across sessions.

Support Linux too. Any reason why windows and linux not supported? Use file system as cache on these platforms.