Posts by Samuel Filho • 43 points
2 posts
-
1
votes1
answer212
viewsQ: Create Codeigniter html components
I’m using CodeIgniter and I don’t know how to create components to embed in my views. I think I should create my components using templates, correct? I have many repeated codes on views but I saw…
-
3
votes0
answers454
viewsQ: HTTP Status 500 - Request Processing failed; nested Exception is java.lang.Illegalargumentexception: Datasource must not be null
When making a query in a dao class, the following error appears: my spring-context.xml is: <mvc:interceptors> <bean…