Posts by Neemias Carvalho • 73 points
3 posts
-
-1
votes1
answer1783
viewsQ: Webmatrix - CS0103: The name 'Viewbag' does not exist in the current context
Good afternoon! I’m implementing a Web Matrix application. My page is in . cshtml (c# with html). I want to use the Viewbag Class, but I can’t find it in @using System.Web.Mvc; nor elsewhere. I…
-
7
votes1
answer1040
viewsQ: How to restrict so that you do not set a longer date and then a shorter date using Calendar Restrict?
Good night! Here’s my problem: I’m making a screen that has two calendars: The program will return me a list that comprises the interval between two dates. One date is from the first calendar, and…
-
0
votes1
answer1134
viewsQ: Primefaces doesn’t see the methods of my class
Here’s my problem: In the xhtml below (listDeOSs.xhtml) when I put it this way, it does not recognize the method I made in my Bean (the bean method returns a list). JSF along with primefaces is…