0
votes
1answer
25 views
Forward slashed removed in form id
I am using Struts2(2.3.14) and a forward slash character included in a variable created in the java server-side code is being escaped to _ after using it inside an struts form tag.
The code (jsp):
...
1
vote
3answers
51 views
How would I tidy this code into a loop in java?
public class TagHandler {
private final String START = "<START ";
private final String END = "<END ";
public String handleTag(String buf, String[] attrList) {
String ...
-5
votes
2answers
45 views
How to replace all tags “<br>” (and its variants) by System.getProperty (“line.separator”)? [closed]
How to replace all tags <br> <br /> </br> <BR> </BR> by System.getProperty ("line.separator") in Java ?
Unfortunately this question can not help me
3
votes
2answers
48 views
regex java: how to replace a string in a generic between the start tag and end tag of a generic
In java, I have a string like so:
"bla bla bla bla [BACK] bla bla bla [bla bla [GO] bla bla bla bla [bla"
and I want to find a rule with the regex to replace start tag "[" with "(start)" and the ...
0
votes
2answers
97 views
+50
WordNetSimalarity in large dataset of synsets
I use wordnet similarity java api to measure similarity between two synsets as such:
public class WordNetSimalarity {
private static ILexicalDatabase db = new NictWordNet();
private static ...
0
votes
1answer
34 views
Searching for tags in Mongodb java
I have 3 different collections, with different content in my script:
image, audio and video.
In each element I put in the database, I add a tag.
When I am trying to search for the tags (of the files ...
1
vote
1answer
59 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
27 views
I cant get the span length to work correctly in android TagHandler
So, I'm using the taghandler for Html.fromhtml to handle my custom tag. Unfortunately, it is returning the same value for the beginning and end of my text that I want to span. The span will be ...
1
vote
1answer
28 views
Generate list tag and object tag in jaxb
I want to generate list tag and object tag in jaxb.
I have two classes.
@XmlRootElement(name = "firstclass")
class Firstclass{
List<secondclass> secondclassList = new ...
0
votes
1answer
93 views
JSON Exception : JSONObject xxxx is not a JSONObject
I want to use this class
https://code.google.com/p/ext-c/source/browse/trunk/src/nz/ac/vuw/ecs/kcassell/similarity/GoogleDistanceCalculator.java
This is my code (my object is to compute pairwise ...
-6
votes
1answer
44 views
@Tag() notation in java [closed]
I was going through a java code where I saw a tag @Tag(6). Please explain the meaning of the same.The code imports the following package and the tag has been used on top of a field of a class.
import ...
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 ...
2
votes
2answers
51 views
How to output between two xml tags?
I have never seen tagging like this:
<verse sID=".1.1" osisID=".1.1" /> data data <verse eID=".1.1"/>
because I think it should be like this:
<verse osisID=".1.1"> data data ...
0
votes
2answers
63 views
Change text between tags to uppercase java
I need to change text between tags to upper case in a string and then print the whole string with the changed letters. So
"asdasd <upcase>something</upcase> dfldkflskdf ...
-1
votes
3answers
94 views
RegEx - Match several tag pairs in parent tag
I am trying to use regular expressions in Java to match all string of the form <b><number></b> that are contained within a <a><\a> pair.
e.g. <a> kljsdlk ...
0
votes
1answer
80 views
Spring form option default selected
I am facing problem in getting a default value selected in the dropdown.
Code in my jsp is as below
<form:select path="codes" multiple="false">
...
0
votes
1answer
46 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
0answers
83 views
XMLWorkerHelper performance slow
I am using itext 5.3 in java to generate PDF. I was using HTMLWorker.parseToList(Reader, StyleSheet) to convert part to String which contains HTML tags like Bold, Italic, href etc to PDF. I don't want ...
0
votes
0answers
17 views
Define custom button tags and button order in MigLayout
MigLayout allows to use button tags like "ok", "cancel", etc. and allows to set a custom order with PlatformDefaults.setButtonOrder(String).
Is it possible to add custom tags to this list and ...
1
vote
1answer
90 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 ...
0
votes
1answer
102 views
using chatterbean AIML interpeter to make alice bot [closed]
whenever i try to load the Alice aiml files i get various errors about the tags not being found, but when i fix thos errors i get an error i dont know how to fix. the aiml thing not being implemented, ...
-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
942 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" >
...
0
votes
0answers
47 views
Is there any tag management components for Java?
I'm in need of changing the way I input tags into an application from a simple text input field with comma separated strings, to a more 'user friendly' UI.
What I need is something like the 'Tags' ...
2
votes
3answers
192 views
Fix unclosed tags in html or parse with HTML parser for XSLT transformation
I have some HTML code that is the result of an XSLT tranformation. (XML->HTML)
I want to run another XSLT transformation on the result HTML. (HTML->HTML)
My problem is that the first transformation ...
1
vote
1answer
196 views
Read mp3 tags in android application
I use jid3lib for java. When i'm working with this library on file that stored in my computer it works great, but when I try to read mp3 tags of files on the emulator's sdcard I got Exeption.
I use ...
1
vote
0answers
180 views
Android application - reading all mp3 tags
As I see at MediaMetadataRetriever API, there are constants for the common tags.
In my app I want to read all the mp3 tags. In order to do this I use jid3lib.
When I tried to read tags without any ...
0
votes
1answer
52 views
No enclosing instance of type mainframeclass is accessible
I get the error No enclosing instance of type mainframeclass is accessible when I try to compile/launch my program in Eclipse. Here is the code:
public class mainframeclass {
public static ...
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
125 views
Additional attributes in options of Spring's form:select tag
I need to have additional attributes on the option elements which are generated by Springs form:select tag.
An option tag should then look like this:
<option value="myValue1" ...
0
votes
1answer
44 views
How to get tags from RDS DBInstance
I have a problem when I try to get Tags from RDS DBInstances on java.
AmazonRDS rds = new AmazonRDSClient(credentialsProvider);
ListTagsForResourceRequest request = new ListTagsForResourceRequest();
...
0
votes
0answers
159 views
Struts action's <set-property> throws exception in WebSphere
I'm working on a migration project from Oracle to WebSphere and I experience problems with the <set-property> tag inside Struts' <action> configuration.
When an application A calls ...
0
votes
2answers
102 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 ...
-3
votes
1answer
64 views
Java - Cannot Find Symbol in getLegalMoves() [closed]
I'm currently trying to code a getLegalMoves() method in my attempt to code the game Othello. Problem is, in the getLegalMoves() method it keeps saying it can't find the symbol even though I clearly ...
0
votes
1answer
97 views
Get all tags of a repository with JGit
I want to get a list of all tags of a repository together with the tagger and the commit-IDs with JGit.I tried the
First I tried the Git.tagList().call() command and parse the tags:
objectIdOfTag = ...
0
votes
1answer
137 views
Presence of HTML tags using Jsoup
With Jsoup it is easy to count number of times a particular tag's presence in a text. For example I am trying to see how many times anchor tag is present in the given text.
String content = ...
0
votes
2answers
55 views
Extending and Overriding the tags (message processors) in Mule Config file
I am looking to create a custom-tag or extend an existing tag in Mule.
Like I want to extend the First-successful routing processor. I am planning to add some features to the existing behaviour of ...
0
votes
1answer
39 views
Get tags of content on same page
I am developing portlet for liferay portal. I need in my portlet to get tags of content in other portlet. All i have at this moment is portlet IDs of oll portlets on the page. For example, if I have ...
0
votes
0answers
47 views
howt to get value from tag library in java
i have to know how to get value from tag libray using java. Below are the JSP code that i will get value from wqauth tag. From this tag how to get value for checkbox. i have to display each national ...
1
vote
1answer
119 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 ...
1
vote
3answers
254 views
Set attributes of tags of HTML using JSoup
How to set attributes of tags of HTML using JSoup?
I want to set the attribute->"src" of tag->"img" in Java using Jsoup Library.
Elements img_attributes = doc.select("img[src^=/im]");
for(Element ...
0
votes
2answers
181 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> ...
1
vote
1answer
168 views
Best Way to implements a tag based search system by JCR like Modeshape
I need a tag based search system by JCR like Modeshape. i want to search nodes by some tags.
Question is that what is the best way to implement it?
Adding new node type and mixins for tags
so if ...
0
votes
4answers
445 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 ...
1
vote
1answer
350 views
Java Struts tag iterator struggling over large list
Just a general question here.
I have a simple web app which allows the user(s) to filter through a number of records in a database. Now this isn't a particularly large list (1,200 - 1,500 at the ...
0
votes
0answers
98 views
Android — Parsing RSS — Mismatched Tag
here is my xml
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:gsx="http://schemas.google.com/spreadsheets/2006/extended" ...
1
vote
0answers
171 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 ...
0
votes
1answer
25 views
Java Tag update META
I have a basic Java Tag (called PluginTag), which extends TagSupport. This tag adds some behaviour to the calling JSP using the JspWriter instance, e.g.
this.pageContext.setAttribute("plugins", ...
0
votes
1answer
290 views
Combining Validate Method and xml validation in Struts2
Is it possible to combine both xml validation and Validate method for form validation?
my general thought is that the xml validation will just mostly contain how long should a given field name is, ...
1
vote
4answers
745 views
Struts2 xml validation is not working
Here is my Register-validation.xml
<!DOCTYPE validators PUBLIC
"-//OpenSymphony Group//XWork Validator 1.0.2//EN"
"http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd">
...







