Re: wicket-jasper UI

2009-05-03 Thread raviJPYADAV
Hi , can you please share some sample code how to integrate this api with our code? --Ravi freak182 wrote: > > Hello, > > I just wanna share this simple project called wicket-jasper. It is > basically jasperreports embeded in wicket. If you wanna share your idea or > added some features,please

[announce] Wicket 1.3.6 released

2009-05-03 Thread Igor Vaynberg
The Apache Wicket team is proud to announce the availability of the fifth maintenance release: Apache Wicket 1.3.6. A lot of bugs have been squashed and several improvements implemented. It is recommended you update to Wicket 1.3.6 at your earliest convenience. Eager people click here to download

Re: Populate fields with data on button submit

2009-05-03 Thread Igor Vaynberg
show us your code. -igor On Sun, May 3, 2009 at 9:01 PM, srinivas wrote: > Hi, > > I have been facing some problem to do the following task in wicket, > > I have 2 buttons in same page, one is for form submission and the other one > is to populate the > all the fields with data in the form and i

Populate fields with data on button submit

2009-05-03 Thread srinivas
Hi, I have been facing some problem to do the following task in wicket, I have 2 buttons in same page, one is for form submission and the other one is to populate the all the fields with data in the form and it should not perform any validations. But when i am clicking the button the data is

Re: Wicket in Action book p95 Listing 4.6 change not rendered

2009-05-03 Thread Jeremy Thomerson
Check your classes (compiled) directory - does the HTML file there have the change? Also, carefully scrutinize your classpath - it is very likely that another jar has the HTML file higher in the classpath than yours. -- Jeremy Thomerson http://www.wickettraining.com On Sun, May 3, 2009 at 6:3

Re: LoadableDetachableModel onDetach() event

2009-05-03 Thread Mauro Ciancio
This issue has been solved today by Igor. Thanks Igor Greentings! On Sun, May 3, 2009 at 12:29 PM, Mauro Ciancio wrote: > Johan: > > On Sun, May 3, 2009 at 6:02 AM, Johan Compagner wrote: > >> We dont need to give the object to the method if we would call >> ondetach first and then set the boole

Wicket in Action book p95 Listing 4.6 change not rendered

2009-05-03 Thread david
Hello Martijn, Eelco and the Wicket users, I'm up to p. 94 in WIA. Getting this far I decided to make a small change to the Example form in index.java (Class MyForm3) and index.html (). I added the following respectively: add(new TextField("lastName")); and... Last I did complete: mvn clean,

Re: Share Localization across many pages/componets

2009-05-03 Thread Martijn Dashorst
and use in your pages... but it seems you already found this one :) Martijn On Fri, May 1, 2009 at 4:45 PM, Jeremy Thomerson wrote: > Typically you should avoid this raw data push / pull and instead use a > ResourceModel. > > -- > Jeremy Thomerson > http://www.wickettraining.com > > > > > On Fr

Re: [Improvement] getPageParameters()

2009-05-03 Thread Alex Objelean
Is check for null is better in this case? Should I create a JIRA issue, or it is better to see what other have to say? Alex Matej Knopp-2 wrote: > > PagePameters is mutable object. I don't think one shared empty > instance is a good idea. > > -Matej > > On Sun, May 3, 2009 at 11:44 AM, Johan

Re: Wicket Offline Applications

2009-05-03 Thread Carlo Camerino
hmm, ya i guess you're right. --> further i would look into security of gears, how easy is it for --> someone to access the underlying data store? this will be the major issue. sad to say, i don't know how safe is this with the branch servers i'm safer. i don't really know how google gears plays

Re: Wicket Offline Applications

2009-05-03 Thread Igor Vaynberg
you already said each branch has their own server, so why not simply make this server sync to the central server when the connection is available. your argument for administering cost does not make sense as you are heading down the fat client path so instead of having a single server per branch to

Re: LoadableDetachableModel onDetach() event

2009-05-03 Thread Mauro Ciancio
Johan: On Sun, May 3, 2009 at 6:02 AM, Johan Compagner wrote: > We dont need to give the object to the method if we would call > ondetach first and then set the boolen/clear the reference. Exactly. I agree. > You can then just call getModelObject to get it. I dont see currently > all the impl

Re: [Improvement] getPageParameters()

2009-05-03 Thread Matej Knopp
PagePameters is mutable object. I don't think one shared empty instance is a good idea. -Matej On Sun, May 3, 2009 at 11:44 AM, Johan Compagner wrote: > make a jira issue for this. > > On Sun, May 3, 2009 at 11:38, Objelean Alex wrote: > >> When using getPageParameters(), I used to have some tr

css and dreamweaver problem

2009-05-03 Thread Anantha Kumaran
hi I am using netbeans and dreamweaver to develop my wicket app The problem is dreamweaver expects the stylesheets and the html in the same folder . But in wicket app the stylesheets will be in web folder and the html files will be in pakage along with the java file Is there anyway to fix this

Automatically adding a parameter to every link?

2009-05-03 Thread Matthew Welch
The data in the application that I'm working on is divided in any number of different contexts. The pages displayed for each context are the same but the data shown on those pages will be different depending on the specific context. A logged in user might might have multiple pages (browser windows)

Re: Problem with Link,PopupSettings and dynamic window names

2009-05-03 Thread Tobias Gierke
Hi, The class you want to edit must implement Serializable. It is serializable. My actual code uses domain objects wrapped in LoadableDetachableModels that only hold the (serializable) primary key and fetch the domain object using a Spring-injected DAO. I just sketched a rough outline of th

Re: Wicket Offline Applications

2009-05-03 Thread Carlo Camerino
just to add, we don't have any plan of exposing this to the public (retail) but rather only to people within organization. so maybe we could have some sort of control. I don't know the implications of opening offline banking applications to the public yet :P and i don't really see any usecase for t

Re: Wicket Offline Applications

2009-05-03 Thread Carlo Camerino
There are really a lot of things i have to consider. Especially security. Here Are Some Of The Considerations I Guess 1.) To View (Subset) Records But Not Edit Or Delete Them 2.) Users must not be able to edit reference tables. Tables that are referenced by others. 3.) Users must be able to enter

Putting HTML files in src/main/webapp

2009-05-03 Thread Alan Garfield
Hi all, Just a quick question, I'd like to move all the .html files so my directory layout will be :- . |-- pom.xml \-- src |-- main ||-- java ||\-- com ||\-- foo |||-- WicketApplication.java ||\-- bar.java ||

Re: How to enable debugging port for Jetty

2009-05-03 Thread Martin Grigorov
mvnDebug jetty:run El dom, 03-05-2009 a las 08:13 +, HHB escribió: > Hey, > How to enable debugging port for Jetty server that is > launched via the command: > mvn jetty:run > ? > Thanks. > > > - > To unsubscribe, e-mail: u

Re: [Improvement] getPageParameters()

2009-05-03 Thread Johan Compagner
make a jira issue for this. On Sun, May 3, 2009 at 11:38, Objelean Alex wrote: > When using getPageParameters(), I used to have some troubles because > forgetting to call page super(params). As a result, getPageParameters() > returns null. This problem also occur when working with non bookmarkab

[Improvement] getPageParameters()

2009-05-03 Thread Objelean Alex
When using getPageParameters(), I used to have some troubles because forgetting to call page super(params). As a result, getPageParameters() returns null. This problem also occur when working with non bookmarkable page. My suggestion is to take advantage of Null Object Pattern

Re: LoadableDetachableModel onDetach() event

2009-05-03 Thread Johan Compagner
We dont need to give the object to the method if we would call ondetach first and then set the boolen/clear the reference. You can then just call getModelObject to get it. I dont see currently all the implications if we change this. Can you make a jira issue so that we can track this? On 03/05/20

Re: Get tag type?

2009-05-03 Thread Johan Compagner
You only can know then when it is getting rendered so not before. So for example the onComponentTag methods of component/behavior On 03/05/2009, nino martinez wael wrote: > Hi > > How do I get the underlying tag type of a component (the tag the > component are bound to).. > > For example > > >

Re: Wicket Offline Applications

2009-05-03 Thread Johan Compagner
I cannot believe that a typical wicket application (and a banking app fall under that category) does well in offline mode, to me offline mode works if the app is just about personal data (like gmail for your email) because if that is not the case and loads of none peronal == shared data is used, ho

Get tag type?

2009-05-03 Thread nino martinez wael
Hi How do I get the underlying tag type of a component (the tag the component are bound to).. For example I want to pickup "div"... - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail

Re: using OpenJPA with wicket?

2009-05-03 Thread nino martinez wael
yeah, iolite or wickettopia does not care if it's hibernate or openjpa etc.. 2009/5/1 Igor Vaynberg : > search this list for wicket and hibernate or wicket and jpa > > -igor > > On Thu, Apr 30, 2009 at 8:49 PM, Christopher L Merrill > wrote: >> I'm just getting my feet wet with Wicket and OpenJPA

How to enable debugging port for Jetty

2009-05-03 Thread HHB
Hey, How to enable debugging port for Jetty server that is launched via the command: mvn jetty:run ? Thanks. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache

Re: Wicket Offline Applications

2009-05-03 Thread Vladimir K
Agree, I mentioned already it depends on the nature of the application. Anyway unless the bank pays you on time-and-material basis it is risky to implement two modes application (for bank and for dev team). Consider Java Web Start vs Gears. Carlo Camerino wrote: > > hmm, you have a point here.

Re: listview and windowmodal

2009-05-03 Thread Per Newgro
No problem. This is a common technique in working with wicket. Define the component once and exchange the modelobject. Just my 1 EURO. Cheers Per - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional comm