Posts by ul1sses • 36 points
3 posts
-
1
votes1
answer69
viewsA: Activejdbc Compound Validation
package #.#.#.#.#.dominio.validacoes; import org.javalite.activejdbc.Base; import org.javalite.activejdbc.Model; import org.javalite.activejdbc.ModelDelegate; import…
-
0
votes1
answer166
viewsA: How to map a column that does not exist in the bank?
query.addScalar("campo_teste", StringType.INSTANCE); // Ou seja lá qual for o tipo query.list(); ?
-
1
votes0
answers414
viewsQ: PDF generated from HTML, via itext (5.5.6), does not have the font size defined in CSS
I am using itext 5.5.6 to generate a PDF file from an HTML document generated by Thymeleaf. In this HTML, the styles are being reflected correctly in the browser. However, when generating the PDF,…