Re: wiQuery components with server side state - live demo

2010-06-14 Thread David Leangen
I don't think the project is very active. Started with a bang, but there hasn't been much action lately, or so it seems. On Jun 13, 2010, at 7:42 AM, Thies Edeling wrote: Is this project still alive? The URL below now prompts for a username/password. Thx! On Wed, Mar 10, 2010 at 1:10 AM,

Re: Wicket Ajax Event on Component with Parameters

2010-06-14 Thread MattyDE
No solution in sight yet =/ -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Ajax-Event-on-Component-with-Parameters-tp2251592p2253954.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Wicket Ajax Event on Component with Parameters

2010-06-14 Thread Ernesto Reinaldo Barreiro
Hi Martin, Can you just read the options [1,12,355] on the body of the function you defined and append them to the URL? Ernesto On Mon, Jun 14, 2010 at 8:07 AM, MattyDE ufer.mar...@gmail.com wrote: No solution in sight yet =/ -- View this message in context:

Re: Wicket Ajax Event on Component with Parameters

2010-06-14 Thread MattyDE
Sure i could. But there are more and more complex Parameters as they could be added to an URL ... so i need to Ajax-POST them, instead of GET .. this is my Problem. -- View this message in context:

Re: wiQuery components with server side state - live demo

2010-06-14 Thread Ernesto Reinaldo Barreiro
Hi, I have started [1] sometime ago. This Wicket-jqgrid integration already supports many of jqgrid's options and is capable of rendering of Wicket components as grid cells. I'm planning to maintain this project and I'm also willing to let other people to join in if they think (and prove) they

Re: wiQuery components with server side state - live demo

2010-06-14 Thread David Leangen
Nice! Do you have the example running somewhere so the curious don't need to spend time setting it up? Cheers, =David On Jun 14, 2010, at 3:37 PM, Ernesto Reinaldo Barreiro wrote: Hi, I have started [1] sometime ago. This Wicket-jqgrid integration already supports many of jqgrid's

Re: wiQuery components with server side state - live demo

2010-06-14 Thread Ernesto Reinaldo Barreiro
David, Unfortunately not: my free time is very limited and I've tried to use it doing what I need (create new components). But getting a local copy to work should not be that hard. 1- Check out http://code.google.com/p/wiquery-plugins/source/browse/#svn/trunk/wiquery-plugins 2- on

Re: wiQuery components with server side state - live demo

2010-06-14 Thread Ernesto Reinaldo Barreiro
and David, the project is compatible with wiquery. Best, Ernesto On Mon, Jun 14, 2010 at 9:02 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: David, Unfortunately not: my free time is very limited and I've tried to use it doing what I need (create new components). But getting a

Re: How to implement tabs without using panels?

2010-06-14 Thread Jeremy Thomerson
Then use fragments. I must not be understanding what you actually want to do or why you're so afraid to break up separate things into separate markup. On Mon, Jun 14, 2010 at 12:02 AM, Alec Swan alecs...@gmail.com wrote: Hello, If I understood your suggestion correctly it involves to markup

Re: How to implement tabs without using panels?

2010-06-14 Thread Jeremy Thomerson
Then use fragments. I must not be understanding what you actually want to do or why you're so afraid to break up separate things into separate markup. On Mon, Jun 14, 2010 at 12:02 AM, Alec Swan alecs...@gmail.com wrote: Hello, If I understood your suggestion correctly it involves to markup

Re: signout and encryption key in session

2010-06-14 Thread Jeremy Thomerson
please show your signout code On Mon, Jun 14, 2010 at 8:43 AM, fachhoch fachh...@gmail.com wrote: I encode url in wicket suggested way ie using CryptedUrlWebRequestCodingStrategy. this strategy stores encryption key in session so If I signout user and redirect him to a wicket page I get

Re: How to implement tabs without using panels?

2010-06-14 Thread Pedro Santos
Hi Alec, you can create an wrapper panel, that receive as parameter an component, in your case an fragment, to use in your tabbed panel. Actually I think that will to be more natural if the ITab interface had an getTab method, that return an Component object instead of the getPanel one, since

Re: signout and encryption key in session

2010-06-14 Thread fachhoch
here is the code for signout ((AuditWebSession)(Session.get())).signout(); setRedirect(true); throw new RestartResponseException(new AuditWicketApplication.SignInPageHelper().getSignedOutPage()); AuditWebSession is a subclass of

Re: signout and encryption key in session

2010-06-14 Thread Jeremy Thomerson
Why are you constructing a new page? Just use the page class so that it's a bookmarkable page rather than a session-relative page. On Mon, Jun 14, 2010 at 9:27 AM, fachhoch fachh...@gmail.com wrote: here is the code for signout ((AuditWebSession)(Session.get())).signout();

Re: DataTable with more than one tr per item

2010-06-14 Thread Igor Vaynberg
waiting for matej to wrap up a few things, not sure when that will be because he is very busy -igor On Thu, Jun 10, 2010 at 3:45 AM, vladimir.kovalyuk koval...@gmail.com wrote: Igor, Having played with multi-line data tables I realized that there isn't an easy way to extend the basic

Re: Errors with rendering feedback labels on a form during unit testing. Works fine when viewed from the browser.

2010-06-14 Thread Igor Vaynberg
onbeforerender is called before every render, so the second render that is invoked after onsubmit() is running onbeforerender() again and adding duplicate components. your visitor should check if the component it is trying to add already exists using component#get(id) -igor On Thu, Jun 10, 2010

Re: signout and encryption key in session

2010-06-14 Thread fachhoch
No i am not constructing new page I am just returning the class for that page . I am using public C extends Page RestartResponseException(ClassC pageClass) { RequestCycle.get().setResponsePage(pageClass); } here the code for

Re: How to implement tabs without using panels?

2010-06-14 Thread Igor Vaynberg
you can simply use javascript tabs. all js frameworks provide them. -igor On Sun, Jun 13, 2010 at 6:54 PM, Alec Swan alecs...@gmail.com wrote: Hello, I am working with a web designer who delivers a single HTML page which should display a panel with arbitrary number of tabs. In the HTML the

Re: How to implement tabs without using panels?

2010-06-14 Thread Alec Swan
Pedro, I agree that ITab.getPanel() could just return Component type. Jeremy and Igor, the goal of the project is to automatically generate tabs given tab markup template and a database which provides content for all tabs. Note that the number of tabs can vary depending on the database state. It

LegUp - Updated

2010-06-14 Thread Cemal Bayramoglu
LegUp [1] has been updated to give you a head start creating projects using various combinations of: Wicket 1.4.9 Guice 2.0 Spring 3.0.1 Warp Persist (latest build, 2.0) JPA 2.0 Hibernate 3.5.1-Final wiQuery 1.0.1 Scala 2.8.0.RC3 Regards - Cemal jWeekend Training, Consulting, Development

Re: DataTable with more than one tr per item

2010-06-14 Thread Martin Grigorov
On Mon, 2010-06-14 at 07:42 -0700, Igor Vaynberg wrote: waiting for matej to wrap up a few things, not sure when that will be because he is very busy Let us know what these things are and we may try to help with patches ;-) -igor On Thu, Jun 10, 2010 at 3:45 AM, vladimir.kovalyuk

Re: How to implement tabs without using panels?

2010-06-14 Thread Pedro Santos
I am working with a web designer who delivers a single HTML page which should display a panel with tabs. Simply use javascript With arbitrary number of, loaded from the database at runtime Is preferable to implement an component at server side with the tabs assemble and presentation rules. On

Re: How to implement tabs without using panels?

2010-06-14 Thread Alec Swan
Pedro, could you clarify your last message? I also came across wicket:container. I don't think it is possible to swap container components at runtime because they don't have HTML ids and hence cannot be reference via AJAX. Is that right? Thanks On Mon, Jun 14, 2010 at 10:11 AM, Pedro Santos

Re: How to implement tabs without using panels?

2010-06-14 Thread Pedro Santos
wicket:container are meant to don't output invalid markup when using repeaters. You can use AjaxTabbedPanel to implement your tabbed panel, and ITab for the complexity of swap your tabs contents... In my last mail I said that is preferably to have you logic that use database info to assemble your

Re: FileUpload inside two forms

2010-06-14 Thread Jeremy Thomerson
This shouldn't happen. Please submit a quickstart the replicates this error. On Thu, Jun 3, 2010 at 2:11 PM, Josh Chappelle jchappe...@4redi.com wrote: Hi, I have a generic FileUploadModal class that allows the user to upload files as long as it is not being used inside of another form.

Re: DataTable with more than one tr per item

2010-06-14 Thread Igor Vaynberg
unfortunately these things are pretty big, namely page locking and versioning :) -igor On Mon, Jun 14, 2010 at 8:58 AM, Martin Grigorov mcgreg...@e-card.bg wrote: On Mon, 2010-06-14 at 07:42 -0700, Igor Vaynberg wrote: waiting for matej to wrap up a few things, not sure when that will be

Re: How to implement tabs without using panels?

2010-06-14 Thread Alec Swan
Hello Pedro, I am not sure what you mean by wrapped panels, but I am planning to have a lul/ list and single fragment with wicket:id=tabTemplate on my page. When the user accesses the page the first time, the Page code will populate the list and display the first tab with the content pulled from

Re: How to implement tabs without using panels?

2010-06-14 Thread Pedro Santos
1. Is it OK to create multiple Fragment objects for the same markup fragment? yes, the relation is: 1 markup fragment, 1 fragment type, n fragment objects 2. Is it possible to nest Fragments so that I can support multiple levels of tabs? yes, the Fragment extends from Component, and as an

Re: Override IAjaxIndicatorAware behavior

2010-06-14 Thread Jeremy Thomerson
See the previous response from Ernesto - he describes very well how to accomplish this. On Thu, Jun 3, 2010 at 1:59 AM, Aurelie Boiteux aboiteux@orange-ftgroup.com wrote: Yes, that's exactly what I did. My problem is that I want that div veil shows up only if an ajax call takes more

Re: How to implement tabs without using panels?

2010-06-14 Thread Igor Vaynberg
yep, javascript tabs do that... -igor On Mon, Jun 14, 2010 at 8:29 AM, Alec Swan alecs...@gmail.com wrote: Pedro, I agree that ITab.getPanel() could just return Component type. Jeremy and Igor, the goal of the project is to automatically generate tabs given tab markup template and a database

How to support multiple themes in Wicket application.

2010-06-14 Thread Duy Do
Hi all, I would like to support multiple themes in Wicket application like Wordpress, Drupal. Could you please give me suggestion? Thanks and regards, Duy