Riccardo Massera
Riccardo Massera
@AlexFalappa @ledj0304 Hi, I just want to add some useful information that might help you not loose time: - I had troubles in NetBeans having both a pom.xml and a...
Hi Antonio, thank you very much for pointing this out, I'll change it ASAP!
The classes using `@ManagedBean` are: src/java/org/primefaces/showcase/view/input/CalendarView.java:@ManagedBean src/java/net/bootsfaces/demo/BarcodeBean.java:@ManagedBean src/java/net/bootsfaces/demo/LoremIpsumBean.java:@ManagedBean src/java/net/bootsfaces/demo/SettingsBean.java:@ManagedBean src/java/net/bootsfaces/demo/InformBean.java:@ManagedBean src/java/net/bootsfaces/demo/TestBean.java:@ManagedBean(name = "testBean") src/java/net/bootsfaces/demo/ClockBean.java:@ManagedBean src/java/net/bootsfaces/demo/ItemBean.java:@ManagedBean src/java/net/bootsfaces/demo/SemaphoreBean.java:@ManagedBean src/java/net/bootsfaces/demo/DateBean.java:@ManagedBean(name = "dateBean") src/java/net/bootsfaces/demo/CarBean.java:@ManagedBean src/java/net/bootsfaces/issues/issue78/SoccerTeamBean.java:@ManagedBean The classes using `@RequestScoped` are: src/java/net/bootsfaces/demo/LoremIpsumBean.java:@RequestScoped src/java/net/bootsfaces/demo/SettingsBean.java:@RequestScoped src/java/net/bootsfaces/demo/InformBean.java:@RequestScoped src/java/net/bootsfaces/demo/TestBean.java:@RequestScoped...
Btw, Antonio, I see you have made a presentation titled "To inject or not to inject: CDI is the question": choosing the right annotation is not always straightforward in JEE...
@stephanrauh , what's the status of this issue?
@stephanrauh I agree, thanks!
Reference page for migration: http://v4-alpha.getbootstrap.com/migration/ Labels, badges, and tags - Renamed .label to .tag to disambiguate from the element. - Dropped the .badge component as it was nearly identical to...
http://v4-alpha.getbootstrap.com/migration/#panels-thumbnails-and-wells This will require more work.