603 questions
0
votes
0
answers
56
views
java.lang.IllegalArgumentException: A null comparator has been passed to RowSorter using <display:table> in JSP
I have some code like this:
<sql:query var="task_work">
Select * from tasks
</sql:query>
<display:table name="${task_work.rows }" sort="list" id="...
1
vote
1
answer
696
views
How to display innerHtml in nextjs (having tailwind)
I have generated a rich-text using a ckedtor in laravel and fetched it to nextjs for display. I have used:
<div dangerouslySetInnerHTML={{ __html: htmlString }} />
and:
ReactHtmlParser(...
0
votes
0
answers
57
views
My Question is In if Display inline then we can not use margin bottom?
Here <a> tag has display: inline so margin-bottom can not apply but when I use display: block then it works.
Why can't I define a margin-bottom on an inline element?
display: inline; with ...
2
votes
1
answer
70
views
Javascript - localStorage issues
In the script below, I want to be able to display on the main html page lists of paragraphs saved in the localstorage. In the html I defined an are with the id "content". I want to display ...
1
vote
1
answer
273
views
Use CSS to hide some columns in a gridview
I have gridview (asp.NET) that populates automatically, and I use CSS to format it as a table. I need to set display:none for about the first six rows. I can do that with javascript, but is there an ...
0
votes
2
answers
19
views
My powershell failed at the command prompt
The arrows were changed to rectangles.
My powershell failed at the command prompt, I tried to fix it but still couldn't, I desperately need everyone's help, please help me with it.
-1
votes
1
answer
296
views
MY code is only displaying the input which i entered at the very end. I have attached my full code. PLEASE help me find where i am doing it wrong
QUESTION:
WAP to enter id, name, age and basic salary of n number of employees. Calculate the gross salary of all the employees and display it along with all other details in a tabular form, using ...
0
votes
2
answers
180
views
Does Displaytag's ExcelView even work? Getting Non-Excel output of plain strings
According to the Displaytag 1.2 documentation, ExportView is provided to output Excel files.
But actually, the source code shows that the entire Excel Model structure is just a plain data bean of ...
0
votes
1
answer
583
views
Displaytag 1.2 Export to Excel: JAR Conflict: java.lang.NoSuchMethodError: 'void org.apache.poi.hssf.usermodel.HSSFCell.setCellValue'
In my Struts2 application I'm using Displaytag 1.2 to export an Excel XLSX file, using the supplied org.displaytag.export.excel.DefaultHssfExportView implementation.
The error I'm getting is:
Caused ...
1
vote
2
answers
943
views
Hide div element inside div using css
I want to hide child div with id="checkbox-No recent experience_txh6181p" using css.
<div class="row">
<div class="grid-layout-col">
...
0
votes
1
answer
34
views
Creating drop downs that are separate
Iv'e created a dropdown that requires you to click on text to show more text underneath. The code is:
.dropbtn {
cursor: pointer;
font-weight: bold;
}
.dropdown03 {
position: relative;
...
0
votes
4
answers
2k
views
Displaying div on hover in a different place
I know how to display one div when you hover over another using the CSS:
.showme {
display: none;
}
.showhim:hover .showme {
display: block;
}
<div class="showhim">HOVER ME
<div ...
1
vote
0
answers
382
views
How to access property of display:column and use IF/WHEN conditions properly
I have this code:
<display:column sortable="true" headerClass="sortable"
titleKey="form.procedure" property="procedure.procedureName" >
<c:choose>
&...
1
vote
0
answers
196
views
custom formatting display column tag
Guys I am using display tag in my jsp page and I am trying to use a format option in display column tag but it's not working, How can I format column tag?. For more info please check out the code ...
-3
votes
2
answers
704
views
How can i get text from display none Element using java selenium
I need to get text of the element in an image but that element is not displaying on a web page.