RE: How do you test tapestry 4?

2006-05-18 Thread Oscar Picasso
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

Re: Trouble with session tracking [BUG?]

2006-05-17 Thread Oscar Picasso
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

Trouble with tracking sessions

2006-05-17 Thread Oscar Picasso
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);

Named parameters in DirectLink

2006-05-12 Thread Oscar Picasso
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