[ 
https://issues.apache.org/jira/browse/WICKET-3906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067039#comment-13067039
 ] 

Igor Azarny commented on WICKET-3906:
-------------------------------------

Just idea. 

Guess the #set(final String name, final Object value) shall check is name 
exists in parameters. And perform set(name, value, getPosition(name));

Your thoughts?

> PageParameters#set not follow INamedParameters#set behavior
> -----------------------------------------------------------
>
>                 Key: WICKET-3906
>                 URL: https://issues.apache.org/jira/browse/WICKET-3906
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.5-RC5.1
>            Reporter: Igor Azarny
>            Assignee: Martin Grigorov
>             Fix For: 1.5-RC6
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Couple of problems to work with page parameters:
> Major - The PageParameters#set(final String name, final Object value, final 
> int index) used remove/add pattern instead of set parameter value by 
> specified index.
> Minor - Inposible to get the index of key in elegant way to use obtained 
> index in #set operation

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to