1. jsp:text losing whitespace inside tagx stackoverflow.comTrying to use JSPX and running into a strange problem. Text inside jsp:text is supposed to not be subject to whitespace removal, according to the JSP documentation, but when I ... | |
2. Display tag - group by column as text input stackoverflow.comWe are using displaytag library, and we have a requirement where one of the columns has to be made a grouping column, at the same time, the value of column has ... | |
3. looking for a JSP tag that truncate text stackoverflow.comIs there a ready-made JSP tag that truncate text to a given length, without breaking the word in the middle. instead find the next space. e.g: - text = "aaa bbb ccc" ... | |
4. Displaying alternative text when a tag's body is empty coderanch.comHi all, I have a custom tag that does a sql query and displays the results. That works fine. However, I woud like to have an alternate message displayed if there is no results. I think this is easy to handle, but I want to use the standard JSP custom tag method, not some crazy scriptlet or some other exotic method. ... | |
5. Return static text in JSP Tag Libraries??? coderanch.com | |
6. pre tag causes text not to appear? coderanch.comHello, I have the following code displayed: | However, no text is displayed on the page. I'm sure it has to do with the first character inside the tag is '<'. Is this a known issue? Is there a utility to convert '<' to the literal of '<' and '>' to the literal of '>'? Your ... |
7. Obtaining the body content of a tag as text coderanch.com | |
8. JSP nested Select & nested Text tag coderanch.com | |
9. **SOLVED** tag handler outputting localised text - how to do this? coderanch.com | |
10. getting updated value of input text in next tag? coderanch.comHello All, i need to get updated value in a form written in jsp. i have input tag of text type that will get value from javascript of calendar(ready made script from internet) in term of "dd-MM-yyyy hh:mm:ss" and at very next line i need to check whether the value of date selected by user is falling on weekend? but, for ... | |
11. Text box with HTML tags security issue coderanch.comHi All, I have a text box(on a jsp page) which should enable a free txt input including an HTML tags. Some background: In my customer page, there is an empty that shoud be filled dinamiclly by calling to my servlet. my servlet should return a text that can be including an HTML tags and this text will be emmbeded ... |