Posts by AndersonLuis • 21 points
2 posts
-
1
votes1
answer196
viewsA: How to call another class column name in Webgrid MVC
I can access methods of another class similar to the one you use, but with some modifications in the code, follow example: var grid = new WebGrid(Model.List, canSort: false, canPage: false); var…
-
1
votes1
answer239
viewsQ: Why is null returned when accessing the managedBean resource?
I’m having problems accessing methods and attributes in a managedbean. I’m using JSF and the Glassfish server, I’ve already used an architecture similar to the one I’m using but on a Tomcat server.…