-1
votes
1answer
36 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): ...
0
votes
0answers
61 views

Struts 2 w/ Hibernate 4 property tag issue in result jsp

I am trying to forward a string (resultado) that comes from a Hibernate List (result) the HQL and listing goes well, and then i fetch a result (that answer is one siple row , i even selected a ...
0
votes
0answers
166 views

Processing struts2 tags in freemarker templates

I have a requirement to process freemarker ftl file on server side and return back the HTML to the client. I would like to know if it is possible to process freemaker template having struts tags in ...
-1
votes
2answers
453 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
138 views

Struts2 tag If using IteratorStatus

I am starting with Struts2 and I need help to solve an issue on my IF tag. This my code public class InventoryRow { private String title; private int[] qty = new int[5]; private ...
2
votes
2answers
488 views

Struts2- URL tag - Hide query String

After a lot of research on stackoverflow i'm posting this question as i could not find a solution for the issue. Requirement Scenario : Update a customer from a list of customers based on each ...
2
votes
2answers
957 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 ...
0
votes
4answers
557 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
371 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
1answer
305 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
991 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"> ...
0
votes
2answers
166 views

Struts2 Form Tag

I am currently creating a web-application that is using Struts2 tags for form submission. One of the problem I see is that when I view page source it clearly shows my code, specifically how struts2 ...
0
votes
0answers
200 views

Warnings when evaluate a variable in Struts2 tag

I've a problem when I've to show a bean property in a struts tag. I've log4j to debug mode, and when I use OGNL expression to evaluate a bean, I get the correct value in the screen, but I also get a ...
0
votes
1answer
475 views

Struts 2 textfield label doesn't show in table

The following jsp file fragment using struts2 tags doesn't show the textfield label. How can I fix this? Is it possible to have the label displayed by using only struts2 tags? <s:form ...
1
vote
1answer
622 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 ...
0
votes
1answer
2k views

Struts2 populate tag select drop down list

I try to populate select drop down list with Struts but it's not working: I have my action class : private Integer anneeResultat; private List<AnneeResultat> anneeResultatList = new ...
0
votes
0answers
417 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
2answers
207 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
1answer
743 views

struts 2 s:date tag with value from variable in request with it's name in request

I have a problem in my web app with struts 2 and a date value. I've got a form and inside it an s:textfield that shows a date value. I read this value from request, and the problem is that the name of ...
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'>&nbsp;</TD> </s:iterator> based on ...
0
votes
2answers
233 views

preselected option in struts2 (freemarker)

I cannot make my freemarker struts2 select tag to show the default value for the object related list of options. In my action I have: private List<CodeLabel> modifRoomTypeOpt; inside I have ...
1
vote
1answer
2k views

struts tag for button call Action

Just wondering if anyone has ever seen or written a customer tag to call Struts2 Actions. What I'm looking for is something like this:- <s:button value="Click Me!" action="thisIsMyAction" > ...
-1
votes
1answer
54 views

Struts 2 action tag on GAE issue

I have a problem with struts 2 action tag on GAE. When I try <s:action name="User_info" namespace="/" executeResult="true" /> i get following error ...
0
votes
2answers
774 views

Request parameter if struts2 if tag

I have another probably basic problem. happy if u can help. there is a request parameter 'action'. if I write : <label><s:property value="%{#parameters.action}"/></label> the ...
0
votes
0answers
113 views

Why logic prefix not working on my jsp

I have included <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%> in my JSP page but still logic prefix not working on my jsp page. Content assist not working with logic ...
1
vote
2answers
164 views

evaluate struts2 tags in java script

I am adding rows to a table using a java scripts function. Each row has textFields and select boxes. I wants to use the struts tags for these controls. When i set innerHTML directly to a tag, no ...
1
vote
2answers
569 views

How would I format a list of dates within a struts 2 select tag?

I am trying to format dates within a struts 2 select tag but I am having difficulty doing so. I know there is a struts 2 date tag but I don't think that is what I am looking for. What I am doing ...
0
votes
1answer
188 views

pass the values in the baselayout.jsp

I have a scenario that, i have to pass some values in the layout.jsp (it is the parent jsp), where tiles attributes are defined. Now my question is that, can i make it possible that i can ...
1
vote
2answers
844 views

Struts2 <s:url> / <s:param> tags outputting date parameter values that fail in type conversion

I'm struggling with a Struts2 date formatting issue. If I understand correctly, type conversion in Struts2 is locale aware, and any form fields/parameters that map to Date objects should be strings ...
0
votes
2answers
513 views

Struts2 : Customize s:textfield tag

I want to customize struts2 tag. In my web app some of the fields are mandatory.So I want to customize struts2 text filed in such a way that It will display text box and a "*" symbol(mandatory sign) ...
1
vote
2answers
1k views

Struts2 Iterator property value (not working)

I am trying to use the struts iterator to write some data from a List. Student is a class I have defined. The s:property when used with the value attribute does not seem to work at all. I have the ...
0
votes
2answers
1k views

When using <s:select /> tag in Struts2, how to make colon disappear?

I have a problem when using UI tags (ex: ) in Struts. I use the default theme in a form (theme='xhtml') CASE 1: ======================================== When using <s:select label="FIELD1" ...
0
votes
0answers
385 views

Struts2 form rendering- extra space in column

It takes certain height for column or say row when we use which we are not able to remove pls find code for more info <td><s:form id="formAutocomplete" action="gridVisualisation" ...
0
votes
2answers
346 views

struts2: select tag doesn't like beans with “parameters” property?

I have a base class ReportElement which has type property: public abstract class ReportElement { private ReportElementType type; public ReportElementType getType() { return type; ...
0
votes
3answers
2k views

Struts tags in Javascript

What would you consider a better practice? Would you do (in javascript): var aaa = <s:property value="myValue"/>; or rather (in a jsp file): <s:hidden name="myValue" id="myValue" ...
0
votes
2answers
2k views

How to access query string using Struts 2 tags from a JSP?

I am redirecting to a JSP that has to print the whole incoming query string. Like in this other question, Request parameter in jsp page, I do not want to access one parameter but the whole query ...
0
votes
2answers
603 views

struts2: param tag doesn't use conversion

Problem In my struts2 application I have JSP page where the list of book is displayed. Each book has an id and the name. Also I want to place a link "edit" alongside any book, which can be edited by ...
0
votes
1answer
245 views

Java, Struts2: Getting value from Map in component tag

I have the following case: I am developing a component, which I intend to use by Struta 2 <s:component> tag. The tag I am developing is a column header in a List form. The parameter I am passing ...
0
votes
3answers
1k views

How to put an href link into a Struts2 <s:set tag?

I want to put an anchor tag into a Struts2 variable that I can then display at various points in a JSP. That way I can avoid duplicating the complicated if/then statements that are used to build ...
1
vote
2answers
2k views

Dynamically change parameter of a struts2 url

I'm having problems to dynamically assign a parameter to a url in struts2 framework. I'm struggling with this for a couple of days and I can't put it to work. A little background, I'm doing a web ...
2
votes
3answers
616 views

How to get the caller url in struts2?

I have a struts2 page which uses a shared action using <s:action> with executeResult="true" to add header contents to the page. However, there's some processing need to be done in the header ...
3
votes
1answer
1k views

Replace part of a string in a Struts2 tag

Is it possible to replace the value of a property in Struts2? I want to resolve a mimetype image, and it would be really useful to do something like: <img src="<s:property ...
0
votes
1answer
1k views

struts 2 multiple select boxes

In my web page I use two select boxes, second one will fill according to the value selected on first select box using ajax (dojo plugin). <s:select label="Select Item" name="selectitem" ...
0
votes
1answer
468 views

how to populate Struts 2 UI select tag?

How can I populate Struts 2 UI select tag? I keep getting the error: tag select, field list: The requested list key roles could not be resolved as a collection/array/map/enumeration/iterator type.
0
votes
1answer
621 views

label and style sheet in struts 2

i have 2 questions: 1)I want to separate "Enter your Name" in <td> and textFiled in other <td>. when i do that these 2 td arent appear in the same vertical alignment. the first one in top ...
0
votes
1answer
2k views

Dynamic fielderror struts2 validation

i'm dynamically generating fields (from a hashmap): <s:iterator value="app.fields" status="field"> <s:set name="findex" value="%{'app.fields[' + #field.index + '].id'}"/> ...
0
votes
1answer
2k views

Use Struts if Statement inside iterator

I really need your help. I have the following Struts2 iterator? <s:iterator value="familiari" status="entry"> </s:iterator> How can I test the addess propery is empty?? the following ...
0
votes
1answer
498 views

use xx.contain(xxx) in struts2 tag

Hi: This is the related eneities in my app: @Entity @Table( name = "t_user") public class User { private int id; private List<RoleType> role; ...
0
votes
1answer
4k views

Retrieve the elements of ArrayList using struts 2 tag without using s:iterate

Source Code of LoginAction.java package com.test; import java.util.ArrayList; import java.util.List; public class LoginAction { private List list; public void setList(List list) { ...
0
votes
1answer
852 views

How to put a Google Maps in a tabbed panel with jQuery tags?

I have a web Project with Struts2. My main page, it's made with jQuery tabs. Two of this tags must contains a Google Maps, but the tab don't show it. I'm using jQuery Struts2 plugin, i.e. I'm using ...

1 2