Skip to main content

All Questions

Tagged with
-1 votes
1 answer
31 views

Java-based Web Framework for UI that integrate with Spring Boot [closed]

I'm looking for a modern framework that allow me to build a simple web-based user interface composed out of different HTML 5 elements like input boxes, slider, check boxes, etc. In addition, I want to ...
ph09's user avatar
  • 1,058
-2 votes
0 answers
54 views

How can i fix a problem, my css don't work with my html [closed]

``Hi every one, i have some problem when i start my html <!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/extras/spring-...
3766_ Nguyễn Gia Bảo's user avatar
-6 votes
0 answers
42 views

Replacing markdown tags with html tags in Java [closed]

I'm doing a chatroom project for a java class. I need it so if a client types in something like "Hi there ** bold ** and * italics *" and so on, that this string can get converted to "...
TraffiCoaN's user avatar
0 votes
0 answers
46 views

Failed to convert property value of type 'java.lang.String' to required type 'java.util.List'

I made a project that separate backend and frontend and this is the frontend the backend is alright, the problem is when i POST a data using form always get that problem this is my raw Code Guest....
Tamaki Ako's user avatar
0 votes
0 answers
39 views

Alignment issue in table from HTML to PDF

Using Flying Saucer 9.1.18 (flying-saucer-pdf) to generate PDF from HTML/xml to PDF file in my java program. I noticed that if I open the input xml in the browser, the text (Lorem ipsum etc) is all ...
NewBond007's user avatar
-1 votes
1 answer
44 views

Audio streaming from spring server

I hava a problem with audio streaming from my server. The server get some file from another server with grpc, and get it chunk by chunk. After my server get this chunk i put it in outputstream, that ...
Anton Danilov's user avatar
0 votes
0 answers
44 views

Why doesn't my css work when i change my endpoint (css file location remains the same)

I'm making a Library web using Spring Boot and Thymeleaf. The css works fine when the endpoint is 'localhost:8080/Library/write', however when i try to change my endpoint to 'localhost:8080/Library/...
minhson Bui's user avatar
1 vote
1 answer
51 views

Thymeleaf about th:block statement

I'm trying to use th:block to make table more specific to analyze my data.. i was trying <table> <thead> <tr> <th>something</tr> <th>...
StevePark's user avatar
  • 135
-1 votes
0 answers
46 views

Getting Error "This application has no explicit mapping for /error, so you are seeing this as a fallback. (type=Internal Server Error, status=500). "

Getting this error : Exception processing template "index": Exception evaluating SpringEL expression: "bookingForm.name" (template: "index" - line 139, col 29) org....
TuShar ThAkre's user avatar
0 votes
1 answer
37 views

having trouble in displaying user enteries from a database table onto a HTML table using springboot java application

this is my user entity class package com.example.hardware_inventory.model; public class User { private Long userId; private String username; private String passwordHash; private ...
N P Singh's user avatar
-2 votes
1 answer
53 views

Getting a 403 error when trying to access the dashboard

From the frontend, a request is sent to the server. If the data is correct, the user is redirected to their dashboard (in this case, the admin page). The HTML file of this page sends a GET request to ...
PavelPavlik's user avatar
-1 votes
0 answers
41 views

Border-collapse doesn't work in Javadoc. Why?

border-collapse doesn't work in my javadoc /** * Some important documentation. * * <table style="border: 1px solid black; border-collapse: collapse;"> * <tr style="border: ...
demavi's user avatar
  • 197
0 votes
1 answer
32 views

Website links between html files. Making a website and I have the mainscreen.html file with a about button to about.html

Website links between html files. Making a website and I have the mainscreen.html file with an about button to navigate about.html. I can open the files separately by using google chrome from intellij ...
Brooke Martin's user avatar
0 votes
0 answers
49 views

Outlook is not accepting html content

I am sending email using java SMTP but outlook is not rendering the text/html content . Here is what is email body what outlook is rendering <p id="content">Dear User,&lt;br&gt;...
Unknown User's user avatar
0 votes
1 answer
44 views

I can't fetch the JWT token from the backend to the frontend

Could someone help me understand the issue? Everything works fine on the backend. The problem lies specifically on the frontend. The user registers on the page at http://localhost:8080/host_page, and ...
PavelPavlik's user avatar

15 30 50 per page
1
2 3 4 5
1020