I am working on a cruise booking app using struts/tiles that uses multiple internal servlet/jsp forwards to reach the right jsp for display. But, once you reach the final jsp开发者_开发问答 that is us
If I deploy an ear file on my local weblogic 8.1 server, it is working perfectly fine. But when I deploy it on Weblogic 1开发者_StackOverflow社区1g, it gives an error.
Im defining validation constants in \"Struts 1\" validation using a notation like: <constant-name>chars</constant-name>
开发者_如何转开发Also how can Business Delegator pattern can help me ? I have been using struts for a little while now and usually went with putting all the business code in the action class itself. N
I have a login form in struts and I want to have focus on the username field when the page load开发者_如何学Pythons.
hey guys please help me to find a way out for debugging my application on eclipse helios. i have to configure jboss and debug my a开发者_Go百科pplication
Code where I tried to make connection: DataSource ds = (DataSource)servlet.getServletContext().getAttribute(\"dbSource\");
I am developing a web application using Struts1 as web framework. My url pattern in web.x开发者_开发百科ml is:
I am new to struts/hibernate I downloaded an example from mkyong .. when i deploy the application I get error
I have a struts and hibernate project, From the action class, I need t开发者_如何学Co call the DAO, to get the data from the database.