Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
0 votes
1 answer
50 views

anyone have examples using the #@macro_name syntax to call a macro? looks like it only works with $bodyContent according to https://velocity.apache.org/engine/1.7/user-guide.html#velocimacros but wasn'...
Advice
0 votes
1 replies
82 views

The title pretty much sums it up. I'm aware of the possibility of creating your own custom tags with ui:composition, or having multiple ui:insert with the same name, but they all require defining the ...
0 votes
0 answers
41 views

I have a large xhtml file, below the imports there is a component that should only render when a test from a Bean returns true. <c:if test="#{MyBean.myFunction()}"> <div id=&...
0 votes
0 answers
57 views

Java 21 and Wildfly 37.0.0: Seeing this weird thing where I'm creating a new composite component, but the field passed into it is null when residing inside a <ui:include> within another ...
1 vote
1 answer
65 views

Describe the bug: In my attached code I have a parent table with multiple rows (rows are expandable) when I expand it and try to select a sub-row, it doesn't get selected, Note: both parent table and ...
0 votes
1 answer
78 views

My web page is designed to allow people to use HSL or RGB gauges to play around with colours. However, if you use the RGB gauges to find a colour that corresponds to a CSS colour name, or use the ...
0 votes
1 answer
101 views

I’m getting a really bad layout shift when a large image mentioned below is loaded. I’m using an (X)HTML5 figure element, and its figcaption shows first near the top of the window, then when the image ...
0 votes
0 answers
109 views

I have a template word document with a placeholder that needs to be replaced by HTML code. That HTML code has test wrapped images as well. Ill break down my requirement and the issue below. ...
0 votes
1 answer
51 views

I'm very new to working with HTML/XML so forgive me if I don't include something important. I have an xhtml file that I'm trying to parse using the Python lmxl library. The goal is to place the result ...
2 votes
1 answer
103 views

For accessibility, do I need to write lang="xx" as well as xml:lang="xx" attributes in XML (XHTML5) to indicate human natural language and language changes? I am always writing XML ...
0 votes
1 answer
294 views

I am trying to convert HTML content into PowerPoint slides using the XHTMLtoPPTX library, but I am encountering this issue: Inline CSS Styles Not Applying Correctly: Some CSS styles, particularly ...
0 votes
1 answer
95 views

I have an XML file with tournament data and want to calculate the total points for each team. Here’s the XML: <tournoi date="2012-12-12"> <match date="2012-12-20" ...
0 votes
1 answer
156 views

I have a result set in SQL Server (simplified and with fewer rows): Name Last Sale Delivery Details Call Date Details Smith 2024-06-13 Parcels go to side dr 2024-08-19 Enquiry re stk Smith 2024-06-13 ...
0 votes
1 answer
163 views

Hi I am currently trying to learn how ESEF works and i have some questions about the link:schemaRef Element. Please correct me when I am wrong at any point as I am still learning :) In general the ...
-1 votes
2 answers
202 views

My nav element is positioned at the end of the document for accessibility reasons, and positioned at the top of the screen using CSS. Because of the document order, I suspect that the nav links will ...

15 30 50 per page
1
2 3 4 5
448