Posts by Reginaldo Spricigo • 13 points
2 posts
-
1
votes3
answers20505
viewsA: How to resolve the error - The superclass "javax.servlet.http.Httpservlet" was not found on the Java Build Path
Good evening, everyone the ai solution to add the dependency on Maven solves as well. Just to help, it can be solved in the first way suggested by adding Target Runtime to Project Facets. It turns…
-
0
votes1
answer82
viewsQ: How do I work with object as attribute in registering another object using JSP?
I have a Schedule class. In this class I have a Task object. My question is, when creating the screen to record the scheduling, I will have a field to record the Task of this scheduling. Assuming…