struts
Eliminating port number in the url
I have a application developing in Java, Strut2 and Tomcat and is been deployed n Tomcat 6.0 the URL to access is[详细]
2023-04-13 02:51 分类:问答Java Runtime.exec() asynchronous output
I\'d like to get the output from a long running shell command as it开发者_如何学JAVA is available instead of waiting for the command to complete. My code is run in a new thread[详细]
2023-04-13 00:47 分类:问答Errors starting up Tomcat - External parameter entity "%[dtd];""has characters after markup
I am having an error which I cannot figure out. Basically, NOTHING开发者_如何学JAVA has changed on the web app that is running (apart from maybe an influx of data). And it has suddenly died.[详细]
2023-04-12 03:06 分类:问答What does %{ } mean?
I\'m new t开发者_如何学编程o some Java technologies; I\'m trying to use a combination of struts, hibernate, and jQuery. I\'m trying to figure out what does the %{} means in the following line of code:[详细]
2023-04-12 02:02 分类:问答I'm facing issues while running HelloWorld Struts program
I\'ve gone through all the steps of the tutorial given in this http://w开发者_JS百科ww.vaannila.com/struts/struts-tutorial/struts-tutorial-using-eclipse-1.html example. Finally when i tried to run my[详细]
2023-04-11 18:47 分类:问答Cookie available only in firefox
I set a cookie in a Struts Action using: Cookie c = new Cookie(\"CODE\",\"1\"); c.setPath(\"/\"); c.setMaxAge(120);[详细]
2023-04-11 12:35 分类:问答Struts logic- want to prevent duplicate message in email confirmation
I\'m new to struts so bear with me please. I want to display a promotional message in the order confirmation email jsp. 开发者_StackOverflow中文版I\'m pulling this promo code from a field on a shoppin[详细]
2023-04-11 06:53 分类:问答Ajax, Struts and a Null Pointer
I\'ve recently developed a simple ajax search. The whole code in my server is using Struts, so I had to use a somewhat cumbersome way of programming. My main method retu开发者_StackOverflow社区rns an[详细]
2023-04-11 01:59 分类:问答Struts 1 bean tag inside HTML quotes
Here is my code: <html:text name=\"rptData\" property=\"emailAddress\" onblur=\"checkIfEmpty(\'<bean:write name=\"rptData\" property=\"status\" />\' , this.id)\" />[详细]
2023-04-10 20:58 分类:问答Applying styles to fields with errors in Struts 1
I have a html text field on a Struts JSP, for which I intend to use some special error stylesheet class.[详细]
2023-04-10 20:32 分类:问答