Re: [Wicket-user] Re: wicket links and usability

2006-02-07 Thread pepone pepone
I think that a new Link class and a new urlFor method is a lot of work for a simple think as make a link but i don't see another way to create BookmarkableResourceLinks On 2/7/06, pepone pepone <[EMAIL PROTECTED]> wrote: > Yes i working with 1.2 and nice url from the begining of this post > > i ch

Re: [Wicket-user] Re: wicket links and usability

2006-02-07 Thread pepone pepone
Yes i working with 1.2 and nice url from the begining of this post i change the codign strategy for use "_/" (I add a separator param for this) as separator and this works ok for me. for work with nice url I need do litel changes in my application because it use getRequest().getParameters() in a f

Re: [Wicket-user] Re: wicket links and usability

2006-02-07 Thread Eelco Hillenius
Pepone, did you check out URL mounting in 1.2? Those nice urls come much handier than in 1.1 now. There is a usuage example: niceurl in project wicket-examples. Eelco On 1/30/06, pepone pepone <[EMAIL PROTECTED]> wrote: > nobody see this as a problem?? > > On 1/24/06, pepone pepone <[EMAIL PROTE

Re: [Wicket-user] Re: wicket links and usability

2006-02-07 Thread pepone pepone
I can provide a patch for AbstractRequestTargetUrlCodingStrategy that works with any String separator but i haven't any patch for make Bookmarkable links to resources that needs params. because for do it last one easy i need a new urlFor and i don build it yet. On 2/7/06, Johan Compagner <[EMAIL PR

Re: [Wicket-user] Re: wicket links and usability

2006-02-07 Thread Johan Compagner
do you have a nice patch for this that would should youre needs and that is simple and easy to use?On 1/30/06, pepone pepone < [EMAIL PROTECTED]> wrote:nobody see this as a problem??On 1/24/06, pepone pepone < [EMAIL PROTECTED]> wrote:> Hello all>> I using wicket and think that there is samething w

[Wicket-user] Re: wicket links and usability

2006-01-30 Thread pepone pepone
nobody see this as a problem?? On 1/24/06, pepone pepone <[EMAIL PROTECTED]> wrote: > Hello all > > I using wicket and think that there is samething wrong in this > framework when you have 10 diferents classes in > wicket.markup.html.link and there isńt way to create a bookmarkable > link to a res