Tagged Questions
0
votes
0answers
23 views
Retrieving formatted text from MySQL database
I send text from with html tags to MySQL database:
<p>Hello</p><br>
<h3>Header</h3>
But when I retrieve it from my database to my JSP page it looks like:
...
1
vote
1answer
62 views
What does actionURL tag do in Liferay?
What does the following code do in Liferay portlet JSP:
<portlet:actionURL var="editPromotionURL">
<portlet:param name="mvcPath" value="/edit.jsp" />
</portlet:actionURL>
...
0
votes
0answers
93 views
Could not add one or more tag libraries (in jspx)
I get the following error when I try to visit the configured indexpage:
/WEB-INF/JSP/index.jspx (line: 6, column: 67) Could not add one or more tag libraries
This is a part of my web.xml
//...
...
3
votes
1answer
80 views
JSP library that buffers JavaScript and appends to the end of page
I have a JSP main page that includes multiple page fragments (header, main content, footer etc.). Those fragments contain some Javascript code that is related to them.
Right now the js in those files ...
0
votes
1answer
55 views
problems with fmt:massage tag
I update my page elements via ajax and I faced dificulty: my fmt:message tag doesn't work if I set it in javascript.
on jsp page (works fine)
<div id="div">
<fmt:message ...
0
votes
1answer
48 views
Is there any way to debug a JSP Custom tag in Eclipse?
I am making some experiments with JSP, JSTL and the custom tags
Is there any way to debug a Custom Tag doTag() method in Eclipse, using the Debug perspective, breakpoints, etc?
0
votes
1answer
42 views
How to use <fmt:formatNumber> logic in own tag?
Because I need to write out my objects in many templates in my app, I created own EL tag. Now I need to format numbers for myself. Is there a way how to use in this tag library class possibilities ...
1
vote
1answer
94 views
Very simple custom taglib function not working
I'm banging my head over why my custom taglib function isn't working. The example is using Math.cos and Math.sin.
Here's the class:
package foo.tags;
public class Math {
public java.lang.Double ...
-1
votes
3answers
91 views
how to skip % sign on jsp?
here is the code, i want all space string to be replaced by '%20':
the problem is... its html source displays like this ->
it is currently skipping all my '%' signs...
and what I expected to get is ...
5
votes
3answers
987 views
Liferay <portlet:actionURL>
In my jsp I have the following code:
<portlet:actionURL name="addDetails" var="addDetailsURL" />
<aui:form name="addDetails" action="<%=addDetailsURL.toString() %>" method="post" >
...
-1
votes
2answers
383 views
How to pass multiple params into display:column tag in struts2
I am trying to pass in multiple (3 ) parameters to a url from display:column tag.
I am trying to use code like this. but the object is passed as null. Any help would be highly appreciated.
...
0
votes
1answer
98 views
Pass value of cell via href from JSP to controller
I need to pass the value of a cell to controller using href tag. In this case value is populated from database. Is this the best way to do it? Im not sure how its done I have tried but its not ...
0
votes
1answer
101 views
possible ways to include a tag file (jstl custom tag) into jsp
Are there other possible ways to include a tag file (jstl custom tag) into a jsp file than the one via .tld file?
is it possible to use the include mechanism? <jsp:include page="bla.tagx"/>
5
votes
1answer
165 views
What is the right way to remove large switch from my jsp file
What is the right way to remove switch from my JSP file? I have a factory which can return multiple types of objects. Each of them has its own representation logic, so I need something like this:
...
0
votes
2answers
105 views
How to check the URL pattern inside JSP?
How I can match the current page URL with a certain pattern. For example I want to make if statement that makes one region on the page appears or disappears depends on the URL pattern of the current ...
1
vote
1answer
122 views
Data Types in Tags in Jsp
Custom.tag
<%@attribute name="setValue" required="true" rtexprvalue="true" %>
<%@attribute name="setColection" required="true" rtexprvalue="true" %>
can we restrict the name with data ...
0
votes
1answer
47 views
Missing JAR resource containing TLD
I have create a library -- customtags.jar
taglib.tld structure is as follow
<?xml version="1.0" encoding="UTF-8"?>
<taglib version="2.1"
xmlns="http://java.sun.com/xml/ns/javaee"
...
0
votes
1answer
61 views
html in jsp tag
Html in jsp tag
<jsp:setProperty name="mail" property="message" value="<html> <body><h1>Welcome</h1> <br/> <table cellpadding=\"6\" cellspacing=\"0\" ...
2
votes
2answers
857 views
Dynamically Creating list in struts2 using tags
ArrayList<Integer> list = new ArrayList<Integer>();
list.add(2012);
list.add(2013);
list.add(2014);
list.add(2015);
can we do same as above using struts2 tags. may be by using <s:set ...
0
votes
2answers
185 views
Parse Jsp file and find specific tags using Java
I need a way to find specific tags in my class.
Example code :
<ace:column id="test1"></ace:column>
<ace:column id="test2"></ace:column> ...
0
votes
0answers
88 views
limit length of string with bean:write
Want to display message with
<bean:write name="valueobjectname" property="propertyname"/>
but after 50 characters, i want the message to continue on the next line
Is it possible to limit ...
0
votes
4answers
459 views
Struts2 Tags: Fielderrors tag
I am currently using struts2 tags for my form, and to show its error messages. My question is that the default markup for showing error messages in struts2 tags is the usage of <ul> tag. is ...
0
votes
3answers
79 views
Conditional style inside an html tag
Is it possible to use conditional style inside tag as shown below?
<body>
<div id="InScreenAlertContainer"
<!--[if IE]>
<style>width=100%</style>
...
1
vote
0answers
173 views
Struts custom tag
Good evening!
I'm using Struts 1x
I want to write custom tag, which depends on data, stored in struts form. Now I have such code:
<tr>
<td>
<nested:form ...
1
vote
1answer
259 views
org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x1b) was found in the CDATA section
Hi I have a JSP file where I load two tag libs:
taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"
taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml"
I get an error:
...
2
votes
2answers
61 views
JSP include prefixes the project name in the link
I have a html file in a share folder (ie, out of web server location) and I have to include it in a jsp using
<jsp:include page="//TestFolder/Sample.html">.
While running the application the ...
1
vote
0answers
77 views
How to make a table row work properly in Internet Explorer?
I have fished up a piece of code like this :
<table class="inlineH" border="0" summary="">
<tr>
<th class="select"></th>
<th class="name">My Name </th>
<th ...
0
votes
0answers
11 views
Automated parameter
Is it possible to have an automatic parameter in a custom tag by which I mean:
Instead of:
'<'tag:getText name="title" pageName="${pageName}"'>'
where pageName is a var in jsp
I want the tag to ...
0
votes
0answers
31 views
Need to get evaluates data structure in jsp using tags [closed]
I have requirement to calculate data structure in jsp using tags.
1
vote
2answers
213 views
JSP including: templating with jsp's so repeated code is included on every page
I'm new to jsp's and have therefore started coding my project with static repeated code on every page. For example in my head section of every page I check if there is a current user logged in, if ...
0
votes
0answers
103 views
Displaying customer list using tags and jsp
I am fighting with this problem for a while, but I cannot handle it. Even so, application compiles w/o any problems, the response page does not show any info about customer.I am trying to show ...
1
vote
1answer
581 views
s:url tag in struts 2 display url only
I need to give path of swf file in javascript function. I know s:url tag works for stylesheet and script sources. I however need just
https://blah.blah.com/portal/blah/blah/MyWebApp/js/myscript.swf
...
1
vote
1answer
100 views
Instantiating tag of jsp 2.0 in java code
I am migrating my java web-application project from JSP to thymeleaf.
I want temporarily to have ability to reuse some simple custom JSP tags in thymeleaf pages. It seems not a problem with custom ...
0
votes
1answer
55 views
Detect several occurrences of a custom JSP tag
I'm writing a custom taglib (1.2) which contains loop tag and nested ones.
Does anyone know if there's a way, inside a first loop tag, to know if there is more occurrences of the same loop tag later ...
0
votes
0answers
384 views
struts2 if greater than/less than equal etc
I get the feeling this is a bad idea in struts2:
<s:if test="%{#someVar >= 60}">Hello</s:if>
Is this actually legal? If not what is a better way to check some value within the JSP?
...
0
votes
0answers
95 views
Putting a bean.method into a img src tag
I have a input value for my method which is
<h:inputText id="image_id" value="#{bean1.ID}" required="true" styleClass="input_text">
However, i need to place #{bean1.ID} in a image tag which ...
0
votes
1answer
203 views
how to put checkbox selected options in a List using spring form tags
Good day.
I have a class named Group which is composed of a List.
<c:forEach items="${group.accounts}" var="data">
<div class="account-no-list">
<form:checkbox ...
0
votes
2answers
204 views
struts2 don't display collections on jsp page
I'm start to learn struts2 and don't know many of it feachers help me please.
I have such action class
public class LoginAction extends ActionSupport {
private String login;
private String ...
0
votes
0answers
132 views
Change the checkBox from selected to unselect and send to the server on submit
I have a list of values with their corresponding checkboxes. Let suppose to activate and deactivate the particular row based based on the checkbox selected (Selected is deactivate).
Now when I am ...
1
vote
1answer
245 views
JBoss 6x The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
I have a web application (its a ear file) in JBoss 6x.
Error Message on accessing JSP Page:
The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files ...
0
votes
2answers
171 views
Delaying Output of JSP Custom Tag?
I want to delay the output of a custom tag.
The reason being: I want to add a tag to the head of the document that will compile a list of styles and scripts to include in the page. The subsequent ...
0
votes
0answers
110 views
jsp tag : how to handle multiple level nested tag?
In the Java JSP tag, I want to code a tag like this
<t:view name="">
<t:panel name="">
<t:field name="firstName">${obj.firstName}</t:field>
....
...
1
vote
1answer
142 views
How to call a JSP tag within a POJO
I have a Java Bean used in a
<jsp:useBean id="controller" class="the.Pojo" scope="page"/>
I put in this Pojo things that I need: like the request, the response .. so I can include another ...
0
votes
3answers
2k views
struts 2 for loop
I want to loop a code some no of times like this
<s:iterator value="#session.count">
<TD WIDTH='10%' BGCOLOR='#000080'> </TD>
</s:iterator>
based on ...
0
votes
1answer
92 views
Trying to maintain session in all the pages in Java
When a direct visitor comes to our site, we are unable to maintain cookies and session. For example, when visitor comes to our site for the first time, we get a null pointer exception. This is not ...
1
vote
2answers
48 views
How to implement equivalent of <mytaglib:${foo}> in jsp?
So we have this joyful snippet in our form code:
<c:choose>
<c:when test="${'TEXT_QUESTION'==question.type}">
<mytaglib:textquestion question="${question}"/>
</c:when>
...
1
vote
0answers
300 views
Spring MVC and tiles — how to set non-boolean “true/false” to checkbox
I have a web application with back end table has a column called type and another column called value. type indicates the components type (textfield, combobox, checkbox..etc), value is the actual ...
0
votes
1answer
215 views
No End Tag in JSP taglibs
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<td colspan="1" width="100">
<c:choose>
<c:when>
<c:choose>
...
1
vote
1answer
150 views
How to skip page inside a jsp tag file?
When coding a tag file, how to instruct caller to skip rest of the page?
Let's say I have a jsp file a.jsp. a.jsp will call a tag file b.tag.
a.jsp:
abc
<mytag:b/>
def
When is returned, I ...
0
votes
2answers
80 views
how can i make a JSP tag attribute's value dynamic
Please suggest,how can I make "catalog.xml" dynamic
<XML:parsexml resource = "catalog.xml" toXMLObjName = "XMLDocument" > </XML:parsexml>



