struts-1
Struts Nested Tag with Dynamic Parameters
I have a legacy Struts 1 application which uses the nested tag. Can I inject a dynamic parameter into the nested tag? For example,[详细]
2023-01-18 16:15 分类:问答Setting a session variable with Struts 1.x and AJAX
I\'ve inherited a website developed using Struts 1.2 that I need to make some updates to. For one of the updates, I need to set a session variable based on a value selected from a dynamically created[详细]
2023-01-18 15:05 分类:问答How to stop overflowing of dynamic data beyond table?
It\'s a Struts application. I have to show some dynamic date in the left hand panel retrieving from DB or any session object e.g Notes.[详细]
2023-01-17 00:34 分类:问答Writing a string property of an object with <html:text />
I\'ve got an object in my form that contains various string properties. When I want to print it in my JSP form I could do it开发者_如何转开发 with[详细]
2023-01-16 21:28 分类:问答what would be technology use to develope a job hunting website
which technology to use for making a job hunting site struts1,struts2,spring or simple servlet,jsp which one runs faster as using a framework might slow you down.[详细]
2023-01-16 20:08 分类:问答JasperReports: How to call the report in jsp page
I made one jasper report using iRe开发者_StackOverflow中文版port 3.7.4 version, now i have to use that or call that report in my java application where i am using servlets, jsp and struts framework, a[详细]
2023-01-16 14:55 分类:问答https action in Struts
I am using html:form action = \"someAction\" to refer to an action in struts-config file. I wanted to make that action as https but apparently I cannot replace an absolute path like https://webserver/[详细]
2023-01-10 13:20 分类:问答setting url parameter in an action method in struts
I want to add a URL parameter before forwarding to another action from an action method. Although HttpServletRequest has a getParameter() method, it has no setParameter() method. I know setAttribute()[详细]
2023-01-06 02:20 分类:问答Struts 1 Date Format Tag
Is there any tag in Struts1 tag开发者_C百科 library which can format a java.util.Date object? In Struts 2, I can use the s:date tag, but I can\'t find the Struts 1 equivalent.Can\'t you use format at[详细]
2023-01-04 11:09 分类:问答Struts: Not populating fields using mutators in form
I\'m trying to use struts for the first time, and something is not right in my setup.I\'ve got an Action Form called TeamForm with the following contents:[详细]
2023-01-04 06:15 分类:问答