I guess your "creative" configuration is in a pom.xml file. Could you post its
relevant parts.
Oscar
---
Daun DeFrance <[EMAIL PROTECTED]> wrote: Rob,
We use HtmlUnit and Canoo Webtest running during a maven 2
integration-test phase. We use the Jetty6 maven
without the
jsessionid.
I have not tested with other Links.
This behaviour seems weird. Should I fill a bug ?
Oscar Picasso <[EMAIL PROTECTED]> wrote: Hi,
I have trouble creating sessions when disabling cookie support in the browser.
Here is the problem.
I have a login component which cont
Hi,
I have trouble creating sessions when disabling cookie support in the browser.
Here is the problem.
I have a login component which contains a form.
The form listener contains the following code:
public void login(IRequestCycle cycle)
{
...
((HubPage) getPage()).getUserState().setUser(user);
Hi,
Is there a way to dynamically use named parameters in a Direct Link?
Let's say that sometimes I can have the parameters
name=..., age=...
other times name=..., city=..., country=...
or even state=..., gender=...
and so on.
We can have many combinaisons like the above so I cannot simply rel