« Return to Thread: Too many path parts in page parameters

Too many path parts in page parameters

by Bas Vroling :: Rate this Message:

Reply to Author | View in Thread

I have a page which takes one parameter ('id') and build itself from  
there. In the debugger it shows that only one parameter is passed, and  
the constructor of the page runs without problems. Somewhere further  
down the line however an exception is thrown:

ERROR - RequestCycle               - Too many path parts, please  
provide sufficient number of path parameter names
java.lang.IllegalArgumentException: Too many path parts, please  
provide sufficient number of path parameter names
        at  
org
.apache
.wicket
.request
.target
.coding
.MixedParamUrlCodingStrategy
.decodeParameters(MixedParamUrlCodingStrategy.java:167)

The page is loaded ok, although the markup is changed (references to  
css files are prepended with '../' for some weird reason) and all  
panels are there and working.

Any ideas?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Too many path parts in page parameters