struts Questions
2
How do I upload multiple files in Struts 1's ActionForm?
I have to show multiple options of file uploading and save them at time.
I don't want to show input box for file in Struts 1?
Lundin asked 27/1, 2012 at 7:13
4
Solved
I'm working with a project that is setup using the standard Maven directory structure so I have a folder called "resources" and within this I have made a folder called "fonts" and then put a file i...
1
Solved
I am new to struts. I am wondering what input variable here signifies. After some googling, the only conclusive piece of info was this:
Input: The physical page (or another ActionMapping) to which...
Firewater asked 10/12, 2011 at 0:10
1
Solved
I am new to Jsp, and My working application is based on Struts1.3. I have a Jsp page which display the records basis on the providedId, may be record should be one or more than one it depends on th...
1
Solved
My question is about deployment to a Tomcat server instance which hosts multiple applications and hosts application contexts for Struts, Spring, and Hibernate. I would like to deploy changes to one...
Desta asked 25/10, 2011 at 6:42
5
Solved
I'd like to get the output from a long running shell command as it is available instead of waiting for the command to complete. My code is run in a new thread
Process proc = Runtime.getRuntime().e...
Drugstore asked 13/10, 2011 at 17:23
3
Solved
I want to implement double submission prevention in an existing java web application (struts actually). Architecture wise we are talking about 2 to N possible application servers (tomcat) and one s...
Indiscerptible asked 19/9, 2011 at 16:8
4
Solved
I'm using struts 1.3 for my application and all jsp pages are forwarded through controller (action class). But If I access the jsp page directly, I'm able to access it. How do I prevent this?
1
Solved
In struts, it seems there is no "selected" option. The HTML option tag has a selected attribute such that you can do:
<option selected="selected">Some Option</option>
and that option...
Walleye asked 31/8, 2011 at 19:15
1
Solved
Can anyone help resolve this?
15:02:06,698 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
java.lang.LinkageError: loader (instance of org/apache/jasper/servlet/JasperLoader): atte...
Argilliferous asked 24/8, 2011 at 14:8
1
I am about to start with e project that uses Struts 1.2. There is no plan to move to another framework.
I wanted to know what's the convention when handling a date in the form?
Should I create...
Alexander asked 15/7, 2011 at 12:39
1
I want to put a hidden input onto my html form and am doing so with the following struts tag:
<html:hidden property="currentPage" value="page1"></html:hidden>
which renders this html...
2
I've got a problem where I can't seem to query my JSON coming back, I can print out the entire response though, here's my JSON response, I can only see this when I do a msgBox() prompt:
{ "Address...
Classicist asked 27/5, 2011 at 14:0
1
Solved
I feel this should be exceedingly obvious, but so far I've failed to find an answer.
I want to have a list of strings (or an array of strings, I really don't care) get populated by form data in St...
1
Solved
I am using struts and hibernate application.
I have a problem while fetching records from DB2 via hibernate.
I am getting this error
14:22:17,804 WARN [JDBCExceptionReporter] SQL Error: -204, SQL...
3
Solved
I am running an application that used struts and hibernate. I am currently using Derby database.
Now i have to shift on DB2 database.
Please tell me
what Configuration I have to do in
hibernate...
1
Solved
I have web application developed using JSP and struts. I am just looking out for options to have different look and feel , and Ajax rendering . Liferay was suggested by one of my team mate. But I a...
1
Solved
I want to implement Cross-site request forgery prevention for my web application which is base on struts 1.x framework.
I know that struts 2 framework provide token interceptor for this and I can ...
Estriol asked 29/11, 2010 at 12:21
3
I am not familiar with these "framework" "components" at all, but can someone give me a 101 introduction about what the relationship they are to each other? Basically, I want to know roughly about:...
2
Solved
I have tried to deploy the application with tomcat and I am succeeded. Now instead of internal GWT server I need to set tomcat as default inbuilt server and debug my application with it. The proble...
1
Solved
How many values available for "scope" attribute in "action" element of
struts-config.xml file other than "request" and "session"?
<action name="loginform" path="/bkplogin" scope="?" type="org...
2
Solved
I very often come across this question of why we have got lots of web frameworks addressing the same or similar drawbacks.
When looking deeply, I also have given thought on why JSP / Servlet...
Russianize asked 19/3, 2010 at 13:19
5
I am a Java SE developer but I have rich web-background (PHP, Perl/CGI and so on) and now I am starting new project. It will have web interface, spaghetti business logic, relational database ...
3
Solved
How to check for Empty String/Null String in Struts-JSP page.
Struts Tag - does not works?
1
Solved
I want to use a few tags of the spring security tag library inside the decorator file of site-mesh. However content inside these tags is never shown. Can anyone tell me why this is?
Code:
<!DO...
Pension asked 6/12, 2010 at 20:26
© 2022 - 2024 — McMap. All rights reserved.