Problem with dynamic links in DataView.

2014-11-03 Thread Aleksey
? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-dynamic-links-in-DataView-tp4668229.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: Problem with dynamic links in DataView.

2014-11-03 Thread Martin Grigorov
-wicket.1842946.n4.nabble.com/Problem-with-dynamic-links-in-DataView-tp4668229.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Problem with dynamic links in DataView.

2014-11-03 Thread Aleksey
Hi Martin Grigorov-4, Thanks a lot for the answer. Don't you know any other solutions? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-dynamic-links-in-DataView-tp4668229p4668246.html Sent from the Users forum mailing list archive at Nabble.com

Re: non caching dynamic links

2011-10-26 Thread Martin Makundi
This is how I did it: return new WebRequestCycleProcessor() { /** * @see org.apache.wicket.protocol.http.WebRequestCycleProcessor#newRequestCodingStrategy() */ @Override protected IRequestCodingStrategy newRequestCodingStrategy() { return new

non caching dynamic links

2011-10-24 Thread Martin Makundi
Hi! What is the best way to add non caching sugar onto all non-bookmarkable and/or ajax links of a wicket 1.4.x application with standard out-of-the-box url encoding schemes? We are facing some problems with using http caching headers, some browsers completely stop working properly. ** Martin

Re: Dynamic links in inmethod DataGrid

2009-07-14 Thread James Carman
in the rendered HTML? -- View this message in context: http://www.nabble.com/Dynamic-links-in-inmethod-DataGrid-tp24424621p24470121.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Dynamic links in inmethod DataGrid

2009-07-13 Thread satar
reason one my want the tags in the rendered HTML? -- View this message in context: http://www.nabble.com/Dynamic-links-in-inmethod-DataGrid-tp24424621p24470121.html Sent from the Wicket - User mailing list archive at Nabble.com

Dynamic links in inmethod DataGrid

2009-07-10 Thread De Soza, Jean-Pierre
Hello, I'm facing a very specific issue with Links in a cell of the inmethod DatGrid: -If I use a link with a static text next to a label with a variable text, the link works perfectly: label wicket:id=labelA variable text/labelnbsp;a href=some url wicket:id=linkRead More.../a -

Re: Dynamic links in inmethod DataGrid

2009-07-10 Thread James Carman
Tell the label to render its body only. On Fri, Jul 10, 2009 at 5:08 AM, De Soza, Jean-Pierrejean-pierre.des...@hp.com wrote: Hello, I'm facing a very specific issue with Links in a cell of the inmethod DatGrid: -        If I use a link with a static text next to a label with a variable

Re: Dynamic links in inmethod DataGrid

2009-07-10 Thread jpds
wrote: Tell the label to render its body only. -- View this message in context: http://www.nabble.com/Dynamic-links-in-inmethod-DataGrid-tp24424621p24426453.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Dynamic links in inmethod DataGrid

2009-07-10 Thread James Carman
like to add another variable in the picture... In fact, the link does work, but only with Firefox, not with IE7, and I unfortunately need to support both. James Carman-3 wrote: Tell the label to render its body only. -- View this message in context: http://www.nabble.com/Dynamic-links

Dynamic links

2009-04-22 Thread Md. Jahid Shohel
tried below given way - - I have used repeater (the data view with a table and td) to put dynamic links. The links are added fine on left menu. But when I click on those links, each click creates a new frame on right side (on first click its 2 frames, on second click its 3 frames, on third click its 4