Re: Access hidden fields array

2017-05-03 Thread Tobias Soloschenko
Hi, thanks a lot for the clarification. I changed the implementation to access the parameter with brackets, now. Everything is working like expected. kind regards Tobias - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache

Re: Access hidden fields array

2017-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tobias, On 5/3/17 6:48 AM, Tobias Soloschenko wrote: > The reason why I used the brackets was that in some cases > (browsers) only the first value was returned. (Even if there were > more then one hidden field with that name) This is incorrect. Bro

Re: Access hidden fields array

2017-05-03 Thread tomcat
Hi again. First, on this list please do not top-post. See : http://tomcat.apache.org/lists.html#tomcat-users Important --> 6 I have reformated your message according to that. > 2017-05-03 12:05 GMT+02:00 André Warnier (tomcat) : On 03.05.2017 11:23, Tobias Soloschenko wrote: Hello everyon

Re: Access hidden fields array

2017-05-03 Thread Tobias Soloschenko
Hi, thanks for the detailed answer. The reason why I used the brackets was that in some cases (browsers) only the first value was returned. (Even if there were more then one hidden field with that name) Also mentioned here: http://stackoverflow.com/a/6547234 - PHP is also resolving the variable

Re: Access hidden fields array

2017-05-03 Thread tomcat
On 03.05.2017 11:23, Tobias Soloschenko wrote: Hello everyone, I just updated to tomcat 8.0.43 and I noticed a special behavior I want to discuss. (I don't know if this only occurs with this version) When I add two hidden fields within a form like: I just thought to access the parameter v

Access hidden fields array

2017-05-03 Thread Tobias Soloschenko
Hello everyone, I just updated to tomcat 8.0.43 and I noticed a special behavior I want to discuss. (I don't know if this only occurs with this version) When I add two hidden fields within a form like: I just thought to access the parameter values within the java api like String[] myArray