Quality explanation. Clear english, things not left to randomness, no weird cuts, a tad bit of humor. 10/10. You got a sub and i will search any topic i need in your videos from now on. Thanks
@cameronmcnz2 жыл бұрын
Thanks for the kind words! Yeah, I'm trying to make my videos short and to the point. My latest ones are even more trim than ever. Thanks for noticing!
@marsdevopsАй бұрын
How you run this at the end? I don't see the option to run this on the local Apache tomcat server.
@cameronmcnzАй бұрын
How are things! Great to see modern interest in Struts. It really is a great framework. At 11:37 I right-click and select Run-on Server. I don't think I set the server up in this tutorial, but in a previous one, or before I did this tutorial, I would have just gone to the servers tab and added a server, and likely chose the option to download and install Tomcat 9 all within Eclipse. The video was recorded 4 years ago so I can't remember exactly, but that is the standard way I still do it today.
@ashwikraoalladi33204 ай бұрын
i have a small doubt that in web.xml you mentioned as index.jsp in tag but the file is index.html and how it can open for you ?.
@jagadeesh.a42723 жыл бұрын
I am upgrading struts to 2.5.26 from 2.5.22 , while deploying geetting StringIndexOutofBoundException in weblogic server.. How can i overcome from this.
@tathagata514 жыл бұрын
Great Tutorial. But I am facing a problem, although I am entering a name in browser through index.html in console it is showing "Value of firstName is:null". But in url firstName=Tathagata appearing. And as an output: Results Page Hello !!! Name entered through input box is not appearing
@tathagata514 жыл бұрын
Nevermind, in index.html, solved the problem.
@cameronmcnz3 жыл бұрын
I'm so glad I could help without helping! It's always the little things. Always the little things.
@LiteTh-b9k10 ай бұрын
The requested resource [/demo_struts/index.html] is not available. I am getting this error is there any way I can get it resolved
@r287944 жыл бұрын
How can I migrate struts version from 2.3.35 to 2.5.22 maven project eclipse??
@cameronmcnz4 жыл бұрын
I'd start by switching the JARs in the Maven POM and seeing what breaks. There were only a few issues where backwards compatibility wasn't maintained between those two versions. What errors are you getting?