Tagged Questions
0
votes
0answers
82 views
Upload multiple files through one single browse button through struts
I have a requirement, wherein I need to upload multiple photos through one single browse button. I am using form-bean concept for achieving the same. The issue is how do I send multiple photos path ...
0
votes
2answers
462 views
why did my text box value not getting in action Class using struts? i am getting password field's value but not of text field
this is my action class, i hv properly defined struts.xml,
My problem is that,
i am getting textBox Username value NULL, but other inputs are returning the value.
I Am Adding User.java class, ...
0
votes
2answers
266 views
struts 1.2 jsp page isnt displayed on the browser instead the code is diaplayed on the title bar
I am trying to deploy a code in struts 1.2 for an meta search engine . The code mapping is all fine , but the index page isnt rendered on the browser instead the code is displayed on the title bar ... ...
0
votes
1answer
620 views
display ArrayList values in JSP page
i have scenario like this..
ArrayList<String> list1=new ArrayList<String>();
list1.add("str1");
list1.add("str2");
list1.add("str3");
ArrayList<String> list2=new ...
1
vote
0answers
128 views
How to add a sort image in display tag?
I am using display tag for showing list data.This is how I 'setup' display:table in my jsp.
<display:table name="TABLE_DATA_LIST" uid="list" style="width:100%;table-layout: fixed;" ...
0
votes
3answers
1k views
How to pass more than one parameter using display tag?
I'm using display tag. but i want to pass more than one parameter in the runtime. How can i pass the more than one parameter in the display:column using the 'paramProperty' and 'paramid'
My code is ...
0
votes
1answer
843 views
html-el:checkbox gets checked after a Struts validation error display
I have a very simple issue. Below is my JSP code , where I display multiple check boxes in rows. By default all checkbox are checked, and if user wants to ignore certain row, he unchecks that row's ...
0
votes
3answers
235 views
Calling jsp functions
i have a jsp page in which there are three functions on onclick event.
i want that on onclick of submitformFinal() function , it should check whether its true or false and then depending on outcome, ...
0
votes
1answer
166 views
How do I pass a bean to a JSP tag as a parameter?
I've created a custom JSP tag that is supposed to accept a list of products to render, but I'm having trouble figuring out how to pass the list to the tag. The product list exists as a page-scoped ...
0
votes
1answer
833 views
Using the logic:iterate tag with Struts 1
I am using Struts 1 framework and i have a query regarding the logic:iterate tag.
I have a collection object which stores a list of string objects,
i.e Collection(List(String)) c = new ...
0
votes
1answer
4k views
Submitting forms as a Collection Using the <logic:iterate> tag in Struts1.3
Using Struts 1.3.
Submitting forms as a collection using the <logic:iterate> tag I'd like to format multiple records of user to edit values.
When the data is submitted back to the Action how ...
1
vote
1answer
561 views
how to work with rows in struts using display tag…?
In jsp I'm using Display tag to print a table.
I want to display multiple properties in a single row.
Suppose I want to show some information about the particular content of that row.
ex
row1
...
0
votes
1answer
520 views
How to make struts bean:message to return key itself in case of the translation not found?
I am using struts bean:message for translation.
<bean:message key="somekey"/>
If I have value in the translation_en.properties for somekey, I am getting the response properly. In my ...
0
votes
1answer
313 views
error exporting data to excel with display tag 1.1.1
We’ve a problem with our J2EE application, which uses Display Tag library 1.1.1. The problem is that we’ve a "Java heap space" error when we try to export the result of a SQL query to a excel using ...
3
votes
2answers
892 views
default value in struts2 list box
we have list box.This will show the different states in US. I want state "LA" should be as preselected.But I dont know the position of "LA" in the list. It may vary.We are using the following script ...
0
votes
2answers
5k views
Cannot find ActionMappings or ActionFormBeans collection
hello guy's i am new in struts while running a program in struss i got an error like this....
org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Cannot ...
0
votes
2answers
610 views
Cannot find ActionMappings or ActionFormBeans collection?
hello guy's
i am new in struts while running a program in struss i got an error like this....
org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Cannot ...
1
vote
2answers
2k views
Enter bean value into hidden input in Struts (1.x) with different name than bean
So I have a generic form bean I am using that has a few values such as action, offer, code.
I am developing a new form that uses this generic form (required) but I want to use the value of a bean ...
2
votes
1answer
302 views
logic: equal with the contents of a hidden field
I have a hidden field:
<input type="hidden" name="champs" id="champs">
I want do a <logic:equal> with the content of this field hidden, I tried the solutions but not work
...
1
vote
0answers
246 views
How can data be passed into an <s:> tag within a Struts tag file via attributes?
I have a form with two halves, one for attaching a wide thumbnail to an asset and one for a standard-size thumbnail. The jsp file generating the page calls thumbnail.tag, which calls thumb.tag twice:
...
0
votes
1answer
187 views
Can any framework project use Struts-taglib
I have read here that one disadvantage that some may find with using Spring MVC over Struts is that Struts has tags that output HTML code, while Spring has tags that don't generate HTML.
My question ...
1
vote
1answer
2k views
convert integer(long) to double in jsp
i want to do arithmetic operation on jsp . I am using struts tag lib tag
following is the code :
<s:set name="value1" value ="%{0.0}" />
<s:set name="value2" value ="%{0.0}" ...
1
vote
2answers
196 views
Tag library?
What is the purpose of having tag library? Though we have the basic tags available which makes our work very simple, what is the reason to have a struts-html.tld. Though we can call and use the bean ...
0
votes
2answers
566 views
JSP struts
How would I assign a variable within scriplet code in JSP <%> and then use struts logic tags to do stuff based on the value of the variable assigned in the scriplet code block?
I have tried using ...
2
votes
5answers
3k views
Struts JSP previous link
Does anyone know how I can retrieve the previous JSP URL that a page has come from within a JSP?
Can I retrieve this from the session/ request/ response object?
Hope this makes sense, Thank you


