Hype_the_Time (PING ON REPLY)
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/22/2025 in #java-help
android intents
issue was the app was being blocked by something entireley different and due to debug or something it didnt tell me.
8 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/22/2025 in #java-help
android intents
bump
8 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/22/2025 in #java-help
android intents
just noticed that theere is the problem that the action isnt verfied butthat not a problem anyway
8 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/22/2025 in #java-help
android intents
8 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
Ic
42 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
But how do you overwrite only that specific part?
42 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
I thought that's what you meant with the attribute setting essentially. How would you do it in HTML files?
42 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
If it's defined in Java Strings?
42 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
Also no HTML highlighting
42 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
Telling intelij hey open this in a browser so you can look the the content etc.
42 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
Just thought of this but the general approach with model attribute setting means you can't preview the pages either.
42 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
Defining the content in the code doesn't seem the most optimal either. I guessed that it was a solution. But it would blow up the code size.
42 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
If you want to add something across all pages for example a element informing about a change instead adding a pull on each page you would only update default.HTML.
42 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
Basically.
You have default.HTML in templates.
You define the basic layouts there such as that utf 8 is used, the basic scripts, the default styles,...
Meaning the only thing you want to change in each page essentially is its content.
42 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
.
42 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
Instead of pulling things in individually I would like to use extending instead.
42 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
I tried. Have a look at the HTML's I attached. My 0roblem is that it's taking it from the default instead of it being the only thing not from default.
42 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
Z
42 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
(thing its doing right now is taking the leadbaord html and overwriting its content tag with the content tag from leaderboard)
42 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time (PING ON REPLY) on 2/12/2025 in #java-help
Thymleaf Templates.
content page (
leaderboard.html
)
template (template/default.html
)
result42 replies