Re: Issue with struts tags

2017-04-15 Thread sharmila thota
I did add the same.

Sent from my iPhone

> On Apr 15, 2017, at 12:26 PM, Kiran  wrote:
> 
> Hi 
> 
> As a wild guess, did you add the jars in the build class path? 
> Did you add the struts taglib in the jsp?
> 
> 
> 
>> On Apr 14, 2017, at 10:22 AM, sharmila thota  wrote:
>> 
>> Yaah he is using jdeveloper 12 version. 
>> I am planning to upgrade mine too. Will see how it goes.
>> 
>> Sent from my iPhone
>> 
>>> On Apr 14, 2017, at 10:10 AM, Lukasz Lenart  wrote:
>>> 
>>> 2017-04-14 15:48 GMT+02:00 Sharmila Thota :
 Yes. I did clear the tmp folder under
 ..\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\servers\DefaultServer\tmp
>>> 
>>> So it doesn't work in JDeveloper, right? Do you know Suresh Dhanapal?
>>> Looks like you are both working on the same app and it works for him
>>> https://issues.apache.org/jira/browse/WW-4784
>>> 
>>> 
>>> Regards
>>> -- 
>>> Łukasz
>>> + 48 606 323 122 http://www.lenart.org.pl/
>>> 
>>> -
>>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>>> For additional commands, e-mail: user-h...@struts.apache.org
>>> 
>> 
>> -
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>> 
> 
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Issue with struts tags

2017-04-15 Thread Kiran
Hi 

As a wild guess, did you add the jars in the build class path? 
Did you add the struts taglib in the jsp?



> On Apr 14, 2017, at 10:22 AM, sharmila thota  wrote:
> 
> Yaah he is using jdeveloper 12 version. 
> I am planning to upgrade mine too. Will see how it goes.
> 
> Sent from my iPhone
> 
>> On Apr 14, 2017, at 10:10 AM, Lukasz Lenart  wrote:
>> 
>> 2017-04-14 15:48 GMT+02:00 Sharmila Thota :
>>> Yes. I did clear the tmp folder under
>>> ..\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\servers\DefaultServer\tmp
>> 
>> So it doesn't work in JDeveloper, right? Do you know Suresh Dhanapal?
>> Looks like you are both working on the same app and it works for him
>> https://issues.apache.org/jira/browse/WW-4784
>> 
>> 
>> Regards
>> -- 
>> Łukasz
>> + 48 606 323 122 http://www.lenart.org.pl/
>> 
>> -
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>> 
> 
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Disable file uploads

2017-04-15 Thread Jim Macalister
is there a global setting that can be added to web.xml ? or to
struts.properties ?

e.g. set a global non existing upload folder
set max file size to 0 e.t.c.

Regards


On Fri, Apr 14, 2017 at 8:33 AM, Lukasz Lenart 
wrote:

> 2017-04-13 17:43 GMT+02:00 Adam Brin :
> > One step is  to modify the struts.xml to create a custom stack that
> doesn’t include the file-upload interceptor.
>
> Parsing of multipart request happens early, in Dispatcher so to be
> 100% sure you must implement a NoOpMultipartParser or define your own
> Dispatcher and override the wrapRequest() method or or the
> isMultipartRequest() method (new in 2.5.11)
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>