Re: The Struts dispatcher cannot be found.

2018-10-09 Thread Lukasz Lenart
Do you use Maven? If so you can try to start with our archetypes https://struts.apache.org/maven-archetypes/ śr., 10 paź 2018 o 07:35 s-sbergg napisał(a): > Message An exception occurred processing JSP page /web/welcome.jsp at > line 15 Do you access this JSP directly or via an action? >

The Struts dispatcher cannot be found.

2018-10-09 Thread s-sbergg
Hello, Struts version 2.5.17 I am trying to setup struts 2 on tomcat, but there is coming up an error. The .jsp was opened directly. If there are more files needed to figure out what is wrong, feel free to ask. Error-message: HTTP Status 500 – Internal Server Error Type Exception Report Me

Re: Hidden Field Name for Token For Struts 1.3

2018-10-09 Thread Yasser Zamani
On 2018/09/25 15:41:47, hanzhid...@gmail.com wrote: > Hi, > Struts version: 1.3 > > Currently our web application is using struts tag on the jsp > page. This tag will generate the html response with the hidden form field > org.apache.struts.taglib.html.TOKEN. This field is used for stori

RE: Struts2 - multipart/related - HttpServletRequest#getParts not working

2018-10-09 Thread Yasser Zamani
I see Struts REST plugin has a handler for multipart request but it and even the whole Struts framework also talks only about multipart/form-data ;) Unfortunately it seems Struts doesn't know such content type at all. Anyway, some tips can be found in net via googling "UT010016: Not a multi part