struts
How should I template my site in Eclipse
I\'m开发者_StackOverflow社区 using Eclipse for the first time, wondering which way to go about templating it?I know a little about tiles and jsp\'s, zero about databases.[详细]
2023-03-18 01:11 分类:问答How display tag renders the data in JavaEE?
From the time I started working with JavaEE, I\'ve made my way paginating a list in the .jsp, b开发者_如何学编程ut I have seen many of Java developers are using display tag library, why, I don\'t[详细]
2023-03-17 22:48 分类:问答Redirect to Mobile pages in Struts
I have an existing web app which uses Struts for the forward-action... I am trying to create a mobile version (mainly the UI design will be different) of this existing web app.[详细]
2023-03-17 06:25 分类:问答Quartz + Struts
I hav开发者_Go百科e a web application that using Struts + Spring + Hibernate. In this application I am getting data from a remote server in XML format, and write it to the database, when someone acces[详细]
2023-03-16 22:29 分类:问答Struts File Upload Error
i have problem when i am uploading file using struts i have some problem like java.lang.IllegalArgumentException: argument type mismatch[详细]
2023-03-16 17:13 分类:问答Struts application - unable to download file through https on IE
I have a Struts application that at some point offers the possibility to download some files. 开发者_如何学GoI recently found out that download fails through https on IE 8. With Firefox 4 is working f[详细]
2023-03-16 11:54 分类:问答Regex grammar for action mapping in Struts 1.x to map the URLs?
I know the documentation says, only (*) and escape seque开发者_如何转开发nce is supported. I want to differentiate between /somepath/category/subcategory and /somepath/category/article.html[详细]
2023-03-15 22:18 分类:问答Iterate 2 Lists in parallel in a JSP
I need to iterate through 2 list in paralell in a JSP. I have list1 and list2, and I need to iterate both at same time, or at least access to the list2 with the same index list1 is using, example:[详细]
2023-03-15 07:31 分类:问答Advantage of DyaActionForm over ActionForm?
with the use DyaActionForm , we can define the form properties in strus-config.xml instead of creating new form bean class.The only a开发者_JAVA技巧dvantage i can think is[详细]
2023-03-15 03:54 分类:问答Can Javascript on client side access Struts form?
In Struts say we define some form with the name TaskForm in struts-config.xml. In one of the javascript function, I can see the sta开发者_如何学Gotement:[详细]
2023-03-14 23:25 分类:问答