Re: Displaying table in a modalDialog

2011-03-01 Thread Josh Kamau
; in the modal window. Also, I believe it works better with pages than > with panels. You might try that. > > > On Tue, Mar 1, 2011 at 2:14 PM, Josh Kamau wrote: > > Thanks Zultan for your feedback. Striping wicket tags didnt help. > Anything > > other than a table work

Re: Displaying table in a modalDialog

2011-03-01 Thread Josh Kamau
r development and production environment. > only in production environment (where rendering "wicket:" tags is > disabled) use table tags. > > > 2011/3/1 Josh Kamau : > > Thanks Zoltan, > > > > How did you resolve the issue? In my case , the entire > t

Re: Displaying table in a modalDialog

2011-03-01 Thread Josh Kamau
of the generated page, something will be between the > table and th/tr/tbody/thead tags. The browser simply drops your > generated list content or takes it outside of your table tags. > > 2011/2/28 Josh Kamau : > > Has anyone else experienced this problem? > > > > Or

Re: Panel update after Ajax Submit

2011-03-01 Thread Josh Kamau
Hi there, If you want to refresh the panel, call setOutputMarkupId(true) on the panel , then add the panel to the target. If the Ajax Link is on the same panel, you can call this.setOutputMarkupId(true) , and you can also add MyPanel.this to the target. The point is , what ever you want to ref

Re: Displaying table in a modalDialog

2011-02-28 Thread Josh Kamau
Has anyone else experienced this problem? Or do i need to create a quickstart? Josh. On Mon, Feb 28, 2011 at 8:19 PM, Josh Kamau wrote: > Hi there, > > I am > trying to use a list view in a modal dialog. But all the time the modal > dialog shows everything else except wha

Displaying table in a modalDialog

2011-02-28 Thread Josh Kamau
Hi there, I am trying to use a list view in a modal dialog. But all the time the modal dialog shows everything else except what is inside the tags Here is the panel that am setting as the modal dialog content. Panel.html 1 select

Re: internationalizing page title

2011-02-27 Thread Josh Kamau
Anton, This worked. Wicket Demo regards Josh. On Sun, Feb 27, 2011 at 7:13 PM, Anton Bessonov wrote: > Hello Josh, > > have you found any solution? > > Best regards, > > Anton > > Am trying to internationalize the page title. The below snipplet doesnt >> seem >> to work.

Re: Changing dateFormat of DateTimeField

2011-02-27 Thread Josh Kamau
parent's model > (the > compound one). > > On Sun, Feb 27, 2011 at 10:55 AM, Josh Kamau > wrote: > > > The problem is , am using it with a compound property model and there is > > not > > constructor that takes only the String , and the converter.

Re: Changing dateFormat of DateTimeField

2011-02-27 Thread Josh Kamau
: > See > org.apache.wicket.datetime.markup.html.form.DateTextField.DateTextField(String, > IModel, DateConverter) > The 3rd argument is what you need to tweak. > > On Sun, Feb 27, 2011 at 10:17 AM, Josh Kamau > wrote: > > > Hi there, > > > >

Changing dateFormat of DateTimeField

2011-02-27 Thread Josh Kamau
Hi there, How do i change the DateTimeFormat of the org.apache.wicket.extensions.yui.calendar.DateTimeField component? . Currently it displays the date in mm/dd/ format. i would like to make it display as dd/mm/ format. Josh.

Re: Test

2011-02-25 Thread Josh Kamau
I have been having the same problem for the last 2 weeks. Every time i send a mail or a reply, i get a mail delivery failure. Today it however seemed to be working. I have been able to send a reply. If this gets through, i will conclude that the issue has been resolved or resolved its self. Josh.

Re: Problem getting Tomcat to see my webapp

2011-02-25 Thread Josh Kamau
Jim, The easiest way to work with wicket is to use maven. You can start by following the simple instructions listed here http://www.wicketeer.blogspot.com/ On Fri, Feb 25, 2011 at 8:17 AM, Jim Goodwin wrote: > Hello all, > > I've used Java and Eclipse for years but I'm a web-technology > newbi

Re: How to show pdf ByteArrayResouce in browser

2011-02-23 Thread Josh Kamau
Hi; The browser must have the capability to render PDF, mostly via a plugin. I noticed google chrome browser renders pdf without any plugin installed. So i suggest you test with chrome first. There is an adobe plugin, that enables internet explorer to be able to render pdf once the plugin has be

Re: Wicket Job Opportunity in Belgium (Leuven)

2011-02-18 Thread Josh Kamau
Hi, Is this Open to people outside Belgium, Am in Nairobi.Kenya.Africa. Kind regards. Josh. On Thu, Feb 17, 2011 at 11:10 PM, Maarten Bosteels wrote: > Hi everyone, > > We are looking for a senior Java Developer, preferably with good knowledge > of Wicket. > > You will join a team of 5 enthusia

Re: HTML files not reloading in Netbeans on save - quick hack solution

2011-02-03 Thread Josh Kamau
Thanks. I had the same problem since i switched to netbeans 6.9.1 last week. Your solution has helped. Josh. On Thu, Feb 3, 2011 at 2:32 AM, Joachim Rohde wrote: > Hi, > for those of you who are developing Wicket applications with Netbeans will > have encountered the annoyance that since Netbean

Re: showing a wicket page on a ModalWindow

2011-01-23 Thread Josh Kamau
Let me answer myself : Use ModalWIndow.PageCreator On Sun, Jan 23, 2011 at 4:19 PM, Josh Kamau wrote: > Hi there. > > How can i show a wicket page in a modal window? > > Thanks in advance. > > Josh. >

showing a wicket page on a ModalWindow

2011-01-23 Thread Josh Kamau
Hi there. How can i show a wicket page in a modal window? Thanks in advance. Josh.

Bookmarkable resource link

2011-01-18 Thread Josh Kamau
Hi ; I would like to create a link that launches a popup window. The link is a resource link that displays lauches a popup window that displays a pdf (i have the adobe viewer plugin in IE) . How do i do this: Thanks in advance. Josh

Re: How to add tooltips to components?

2011-01-17 Thread Josh Kamau
I use the visural wicket project . it has very nice tooltips. And there is a nice demo for you to view them before you decide to use them http://wicket.visural.net/examples/app/ regards. Josh On Mon, Jan 17, 2011 at 3:43 PM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > use the title

Re: Using CheckGroup with a listview

2011-01-05 Thread Josh Kamau
ok. let me create a quickstart. Josh. On Wed, Jan 5, 2011 at 2:20 PM, Pedro Santos wrote: > Hi Josh, u are right, you code looks good also, can you provide an > quickstart? > > On Wed, Jan 5, 2011 at 8:32 AM, Josh Kamau wrote: > > > Pedros > > > > The Check

Re: Using CheckGroup with a listview

2011-01-05 Thread Josh Kamau
ed. I have also ensured that all my models override the Equals and HashCode methods. Josh. On Wed, Jan 5, 2011 at 1:15 PM, Pedro Santos wrote: > On Wed, Jan 5, 2011 at 7:21 AM, Josh Kamau wrote: > > > Hi guys; > > > > I am trying to use a CheckGroup component in a form

Using CheckGroup with a listview

2011-01-05 Thread Josh Kamau
Hi guys; I am trying to use a CheckGroup component in a form with a ListView to generate a list of checks. Now, everytime i reload the page, it shows all the checkboxes checked instead of cheking only those that exist in the model. Where am i going wrong? I have a Project entity that has many Use

Re: Getting the application path

2010-12-31 Thread Josh Kamau
Thanks James. That worked. On Fri, Dec 31, 2010 at 4:15 PM, James Carman wrote: > WebApplication > On Dec 31, 2010 4:10 AM, "Josh Kamau" wrote: > > Thanks Stefan, > > > > Am trying but Application instance doesnt have getServletContext() > >

Re: Getting the application path

2010-12-31 Thread Josh Kamau
--Ursprüngliche Nachricht- > Von: Josh Kamau [mailto:joshnet2...@gmail.com] > Gesendet: Freitag, 31. Dezember 2010 09:12 > An: users@wicket.apache.org > Betreff: Getting the application path > > Hi, > > I am having a little headache here, How do i get the complete path of the

Getting the application path

2010-12-31 Thread Josh Kamau
Hi, I am having a little headache here, How do i get the complete path of the application root from withing a wicket page. i would like to get something like c:\tomcat\webapps\wicketapp\resources\file.pdf Kind regards. Josh.

Handling OnKeyPress event

2010-12-28 Thread Josh Kamau
Hi Team; Is there a way of handling onKey.. events in wicket, where by i will know which key was pressed. I specifically want to do some ajax update when Return key is pressed. Kind regards. Josh.

Re: Submitting a form via ajax on hitting the Return Key

2010-12-23 Thread Josh Kamau
Thanks Jeremy. I will try one of those solutions. Josh On Fri, Dec 24, 2010 at 3:12 AM, Jeremy Thomerson wrote: > On Thu, Dec 23, 2010 at 6:03 PM, Josh Kamau wrote: > > > Hi there; > > > > I would like to implement submitting of forms when the return key is hit &g

Submitting a form via ajax on hitting the Return Key

2010-12-23 Thread Josh Kamau
Hi there; I would like to implement submitting of forms when the return key is hit via ajax. Is there away of doing this - I would prefer a solution that doesnt involve javascript but any answer is welcome. Kind regards. Josh.

Re: AjaxFormComponentUpdatingBehaviour on CheckBoxMultipleChoice component

2010-12-20 Thread Josh Kamau
Thanks alot Jeremy. I have it working now. That was a really quick response. Josh. On Tue, Dec 21, 2010 at 12:53 AM, Jeremy Thomerson < jer...@wickettraining.com> wrote: > On Mon, Dec 20, 2010 at 3:49 PM, Josh Kamau wrote: > > Hi guys; > > > > I have a Checkbox

AjaxFormComponentUpdatingBehaviour on CheckBoxMultipleChoice component

2010-12-20 Thread Josh Kamau
Hi guys; I have a CheckboxMultipleChoice component. I want whenever a choice is changed, a label lists a comma separated list of the selected items. However, the CheckBoxMultipleChoice component seems to have an empty list whenever a choice is changed. Here is how i have created the component ;

Re: Refreshing DataView component

2010-12-10 Thread Josh Kamau
I just did it. I made my dataprovider a bit dynamic in the way it gets the search parameters. Thanks Josh. On Fri, Dec 10, 2010 at 11:58 AM, Josh Kamau wrote: > Thanks Jeremy, now my question is, how do i refresh the data provider? i > want it to provide a different set of data ba

Re: Refreshing DataView component

2010-12-10 Thread Josh Kamau
com > -- sent from my "smart" phone, so please excuse spelling, formatting, or > compiler errors > > On Dec 10, 2010 1:18 AM, "Josh Kamau" wrote: > > Hi guys; > > I have a dataview component that is using a sortable data provider. I have > created a s

Refreshing DataView component

2010-12-09 Thread Josh Kamau
Hi guys; I have a dataview component that is using a sortable data provider. I have created a sortable dataprovider that has a constructor that takes parameters and produced data based on the parameters passed. I would like to update date the dataview by may be replacing its dataprovider and refre

Re: Wicket link with no server side consequences

2010-12-01 Thread Josh Kamau
de? Cant you just use WebMarkupContainer if you happen to > need generating JavaScipt on server side? E.g. > > Bla > > WebMarkupContainer bla = new WebMarkupContainer("bla") > bla.add(new AttributeModifier("onclick","Whatever JavaScript"); > > ?

Wicket link with no server side consequences

2010-12-01 Thread Josh Kamau
Hello there; I would like to create a wicket link (it has a client side and a serverside component) that only executes a javascript code but never sends any requests to the server, is it possible. Am thinking of adding a javascript function that returns false , and on serverside implementation, i

Re: calling a javascript function after ajax loading a component

2010-11-26 Thread Josh Kamau
/** >* @param id >*/ > public MyPanel(String id) { > super(id); > } > > > public void renderHead(IHeaderResponse response) > { > response.renderOnDomReadyJavascript("your JavaScript here"); >

calling a javascript function after ajax loading a component

2010-11-26 Thread Josh Kamau
Hi guys; I have a javascript function that i would like to call after loading a panel with ajax. What clientside event should trigger my function? regards. josh

Re: Localizing validation messages

2010-11-26 Thread Josh Kamau
I Got it. form.field.IConverter.Integer ... On Fri, Nov 26, 2010 at 3:04 PM, Josh Kamau wrote: > Hi there > > I have a very simple question > > How do i localize/i18n a message like is "'sdfasdf' not a valid Integer." > It doest fall under any of t

Localizing validation messages

2010-11-26 Thread Josh Kamau
Hi there I have a very simple question How do i localize/i18n a message like is "'sdfasdf' not a valid Integer." It doest fall under any of the validators that i know e.g Required, NumberValidator.Range. etc regards. Josh

Re: visural-wicket 0.6.5 released!

2010-11-25 Thread Josh Kamau
Thanks . I have always found this library very useful. On Thu, Nov 25, 2010 at 2:27 PM, Richard Nichols wrote: > Hi all, > > It's a little overdue, but the next release of the visural-wicket component > library is now available. > > For a detailed list of the enhancements / fixes in this releas

Re: Wicket design incompatible with Web 2.0 ?

2010-11-15 Thread Josh Kamau
Hi guys, I came across this. http://jfarcand.wordpress.com/2010/10/07/writing-websocket-application-using-apache-wicket/ regards. On Fri, Nov 12, 2010 at 6:37 PM, Frank van Lankvelt < f.vanlankv...@onehippo.com> wrote: > On Fri, Nov 12, 2010 at 3:55 PM, José Monzón wrote: > > I recently run i

Re: Wicket design incompatible with Web 2.0 ?

2010-11-12 Thread Josh Kamau
any people using AjaxSelfUpdatingTimerBehavior to replace > > long poling. Performing very quick requests to the server (every few > > millisecons). I believe that abusing AjaxSelfUpdatingTimerBehavior > > leads you to scalability issues. Not to mention that the browser gets >

Re: Wicket design incompatible with Web 2.0 ?

2010-11-12 Thread Josh Kamau
I have implemented an application that alerts the user on various events. I created a notification's bar at the top of my page. This bar has a panel on which i added AjaxSelfUpdatingTimerBehavior. The Panel is available in all pages. whatever the page the use is, as long as the panel is rendered,

Re: Guice 3 / Guice persist 3 and wicket 1.5 M3 filter issue

2010-11-12 Thread Josh Kamau
iated. > > On Fri, Nov 12, 2010 at 9:16 AM, Josh Kamau wrote: > > > Hi there; > > > > Has anyone tried working with the wicket 1.5-m3 and the new guice/guice > > persist 3 snapshots? > > > > am getting the below error: > > > > java.lang

Guice 3 / Guice persist 3 and wicket 1.5 M3 filter issue

2010-11-12 Thread Josh Kamau
Hi there; Has anyone tried working with the wicket 1.5-m3 and the new guice/guice persist 3 snapshots? am getting the below error: java.lang.InstantiationException: com.google.inject.persist.PersistFilter at java.lang.Class.newInstance0(Class.java:340) at java.lang.Class.newInstance(Clas

Re: internationalizing page title

2010-11-11 Thread Josh Kamau
page depending on what is declared in each page's properties file. > > On Nov 11, 2010, at 8:43 PM, Josh Kamau wrote: > > > Am trying to internationalize the page title. The below snipplet doesnt > seem > > to work. Where am i going wrong? >

internationalizing page title

2010-11-11 Thread Josh Kamau
Am trying to internationalize the page title. The below snipplet doesnt seem to work. Where am i going wrong? regards Josh

Wicket Web Beans

2010-10-26 Thread Josh Kamau
Hi Guys, Is wicket web beans project still being developed? There is somewhere in the docs where its indicated that it supports wicket 1.3RC1? Is someone using it? regards. Josh

Re: ajax lazy suggestion box

2010-10-11 Thread Josh Kamau
Just did it. It worked just as i wanted. Thanks. On Mon, Oct 11, 2010 at 11:39 AM, Josh Kamau wrote: > Thanks James. > > Let me look at it. > > Seems like there is always an answer with wicket. > > Regards. > Josh > > > On Mon, Oct 11, 2010 at 11:35 AM, James

Re: ajax lazy suggestion box

2010-10-11 Thread Josh Kamau
of the > getChoices() method. It would be trivial to change it to do a > "contains" rather than "startsWith" search. > > > On Mon, Oct 11, 2010 at 4:29 AM, Josh Kamau wrote: > > I have looked at the autocomplete box that you have suggested. The issue > i

Re: ajax lazy suggestion box

2010-10-11 Thread Josh Kamau
point? On Mon, Oct 11, 2010 at 11:24 AM, James Carman wrote: > It's called a auto-complete: > > http://wicketstuff.org/wicket14/ajax/autocomplete > > > On Mon, Oct 11, 2010 at 4:19 AM, Josh Kamau wrote: > > Hi Team, > > > > I am looking for a dropdown list

ajax lazy suggestion box

2010-10-11 Thread Josh Kamau
Hi Team, I am looking for a dropdown list that narrows down based on what is typed and Loads the values from the database as the user types. Something like the dropdown in visural wicket http://wicket.visural.net/examples/app/dropdownbut doesnt preload all the values. My other option is the creat

Dynamic UI Layout

2010-10-10 Thread Josh Kamau
Hi guys; I am trying to create a dynamic layout for bean fields. The fields could have the labels on top or on the side, The layout could be single column or multiple columns. Any idea on how to do this? I am thinking of using a table and use column span for multiple column. Any suggestions will b

Re: Getting client IP address

2010-10-06 Thread Josh Kamau
his will work - > > > getWebRequestCycle().getWebRequest().getHttpServletRequest().getRemoteAddr(); > > > On Wed, Oct 6, 2010 at 9:46 PM, Josh Kamau wrote: > > > Hi Team; > > > > Is it possible to get the IP address of the client and how? > > > > kind regards. > >

Getting client IP address

2010-10-06 Thread Josh Kamau
Hi Team; Is it possible to get the IP address of the client and how? kind regards.

Re: New App - Best Practices

2010-10-04 Thread Josh Kamau
I use Wicket/Guice/JPA-Hibernate. I think you will have to do alot of evaluation of the technologies yourself. You have wicket for the presentation, now find a DI container and an ORM solution and you are sorted. Normally the Presentation layer is the hard part to decide when you are a java develo

Re: Coding - On Software Design Process

2010-10-01 Thread Josh Kamau
Great. I will surely get a copy. I have so many design related issues in my mind. Josh On Thu, Sep 30, 2010 at 5:22 PM, Jonathan Locke wrote: > > Hello Wicketeers! > > I recently finished writing a short book (less than 70 pages) on software > design process. I wrote this book because I wanted a

Re: PDF generation

2010-09-28 Thread Josh Kamau
I use iReport and JasperReport library. regards. On Tue, Sep 28, 2010 at 3:49 PM, Alex Zeit wrote: > We need to generate some PDFs containing formatted text, tables, and images > in a certain layout from Wicket application. What PDF library work best > with > Wicket? FOP, iText, something else?

automatically sizing modal window

2010-09-25 Thread Josh Kamau
Hi guys, Is there are way to ensure that a modal window automatically sizes to fit the available content? the default size seems sometimes too big and sometimes too small for the contents. Regards. Josh

Re: AjaxSubmitButton

2010-09-24 Thread Josh Kamau
i got it. On Fri, Sep 24, 2010 at 1:41 PM, Josh Kamau wrote: > I noted that AjaxSubmitButton is deprecated. What should i use? > > Am using 1.4.12 > > Regards. >

AjaxSubmitButton

2010-09-24 Thread Josh Kamau
I noted that AjaxSubmitButton is deprecated. What should i use? Am using 1.4.12 Regards.

Re: The Long, Long Dependency Trail

2010-09-23 Thread Josh Kamau
I suggest you use hibernate 3.5+. it seems more organized adding hibernate-core , hibernate-annotations adds all the neccessary hibernate dependencies. I normally use hibernate JPA entity manager and all i add is one dependency for hibernate-entitymanager. Regards. On Thu, Sep 23, 2010 at 3:28 P

Wicket on GAE

2010-09-22 Thread Josh Kamau
Is there anyone running a significantly large application on GAE? I would like to know if a database driven wicket application is working on GAE and how much resources it consumes. I need this information to decide on whether GAE is a deployment option, or i need a servlet hosting service. Regard

Re: updating page version after an ajax request

2010-09-21 Thread Josh Kamau
May be you could provide the developer with access to the page history utilities such that i can update the version of the current page at will or leave things to work normally if i dont want to break anything. something like thisPage.getVersion().increment() ; regards. On Fri, Sep 17, 2010 at 6

updating page version after an ajax request

2010-09-17 Thread Josh Kamau
hello, Is there a way of updating the page version after an ajax request in order to support the back button for a 100% component based application (i.e an application based on a single page)? i think my question is related to this https://issues.apache.org/jira/browse/WICKET-271. Has any of the

Styling pagination

2010-09-16 Thread Josh Kamau
Hi team, How can i style the org.apache.wicket.markup.html.navigation.paging.PagingNavigator component? I would also like to replace the << < and >>> with words like previous and next. I tried to use PagingNavigation instead but i dont understand how its markup is supposed to be. Thanks always

Wicket Visural Confirmers

2010-09-15 Thread Josh Kamau
I am trying to use Wicket Visural to Confirm delete but its not poping up anything. Here is my code: private ConfirmerLink lnkDelete ; . . . lnkDelete = new ConfirmerLink("lnkDelete"){ private static final long serialVersionUID = 1L; @Override public void on

Re: Wicket Jobs San Francisco Bay Area

2010-08-20 Thread Josh Kamau
Is this vacancy open to non-US residents? regards. Josh On Thu, Aug 19, 2010 at 8:26 PM, Joachim F. Kainz wrote: > My apologies to most of you who will consider this Spam, but we are > looking for developers with Wicket experience in the San Francisco Bay > Area. > > We are a "boutique" consult

Re: Best Practice passing data between Bookmarkable pages

2010-08-17 Thread Josh Kamau
HI Steve; When i want to maintain bookmarkable pages, i normally pass the record primary key in the PageParameters map . Once i have the primary key on the next page, i can use my dao to retrieve the object and may be "float a div" to display the record. On Tue, Aug 17, 2010 at 10:57 AM, Steve Ma

wicket drag n drop

2010-08-15 Thread Josh Kamau
Hi Which is the best drag and drop library for use with wicket? kind regards. Josh

Re: overriding newRowItem() in AjaxFallbackDefaultDataTable

2010-08-13 Thread Josh Kamau
public void onSubmitButton1(AjaxRequestTarget > target, Form form) >{ > DO SOMETHING >} > }); > _devicesAFDDT = new AjaxFallbackDefaultDataTable("devicesTable", > columns, dataProvider, 20) >

Re: overriding newRowItem() in AjaxFallbackDefaultDataTable

2010-08-13 Thread Josh Kamau
Thanks Jerome. What i want is to make the data in the cells clickable so that users can use them to drill down. For example, one column displays invoice numbers. I want the invoice number displayed to be a link so that a user can click it to open the invoice details page. I thought i would do so by

overriding newRowItem() in AjaxFallbackDefaultDataTable

2010-08-13 Thread Josh Kamau
Hi Somebody please help me with a sample code on how to override the newRowItem method of the AjaxFallbackDefaultDataTable I would like to display some of the columns as links . is this the way to do it? regards. Josh

Re: reusing clientside code for desktop and mobile screens.

2010-08-11 Thread Josh Kamau
Thanks Jeremy. Just what i was looking for. On Tue, Aug 10, 2010 at 8:01 PM, Jeremy Thomerson wrote: > Session.setStyle("mobile") > > On Tue, Aug 10, 2010 at 8:55 AM, Josh Kamau wrote: > > > Thanks Jeremy. > > Am just wondering, how will the appli

Re: reusing clientside code for desktop and mobile screens.

2010-08-10 Thread Josh Kamau
foopage_mobile.html. > > Jeremy Thomerson > http://wickettraining.com > -- sent from my "smart" phone, so please excuse spelling, formatting, or > compiler errors > > On Aug 10, 2010 2:10 AM, "Josh Kamau" wrote: > > Hello team; > > I am creating an applic

reusing clientside code for desktop and mobile screens.

2010-08-10 Thread Josh Kamau
Hello team; I am creating an application that will be accessible via desktop and via the mobile devices. I understand i can have the same java code and different html templates for mobile and desktop. My question is how to i do this. How do i make separate templates that will be used when the devi

Re: When object is null

2010-07-27 Thread Josh Kamau
panel has implementation of what to do with the data once it is passed to it. } else { //forget about the panel and only add the label that says there is no data add(new Label("No data to display")); } regards Josh On Tue, Jul 27, 2010 at 11:48 AM, Josh Kamau wrote: > Abid, >

Re: When object is null

2010-07-27 Thread Josh Kamau
Abid, Hi, I noted that you are adding the panel whether the data is null or not. I would suggest you do this; if (data!= null){ //construct and add the panel } On Tue, Jul 27, 2010 at 11:28 AM, Abid K wrote: > I hope someone can help a newbie who is learning Wicket. > > I have the foll

Re: Forums tools ready-to-use?

2010-07-26 Thread Josh Kamau
Please check www.xaloon.org. This project contains some nice ready to use components for wicket including: - blog; - comments panel; - sports component; - plugin administration console; - registration and activation panel; Regards. Josh On Sun, Jul 25, 2010 at 7:30 PM, Paolo wr

Re: Internationalization on panels

2010-07-23 Thread Josh Kamau
Thanks all. On Fri, Jul 23, 2010 at 10:16 AM, Anh <7za...@gmail.com> wrote: > Yes > > On Fri, Jul 23, 2010 at 12:12 AM, Josh Kamau > wrote: > > Hi team > > > > Can i put internationalization properties files per panel or i have to do > it > &

Internationalization on panels

2010-07-23 Thread Josh Kamau
Hi team Can i put internationalization properties files per panel or i have to do it per page. eg. i have MyPanel.html, MyPanel.java, can i have MyPanel.properties to have messages for the panel? regards. Josh

Re: Clean URLs without /?wicket:interface=:0:::: stuff - is it possible?

2010-07-22 Thread Josh Kamau
Laurentiu Trica,I would highly recommend that you get wicket in action book. Wicket has very many cool features. URL mapping is just one of them. To avoid making obvious mistakes, its a good idea to have a big picture of the entire framework. This will help you make informed design decisions rather

Changing CSS classes

2010-07-15 Thread Josh Kamau
Hi guys; I would like to change the CSS style of my feedback component depending on whether its error or info. How do do that? How do i modify the css class or id attribute of a component. Regards. Josh.

Re: Logging

2010-07-15 Thread Josh Kamau
Thanks Martin. I wanted to make sure am doing the right thing.. Regards. On Thu, Jul 15, 2010 at 10:59 AM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: >private static final Logger log = > LoggerFactory.getLogger(WebPage.class); > > > 2010/7/15 Jos

Logging

2010-07-15 Thread Josh Kamau
Hi guys; I know wicket comes with pre configured logging . How do i get hold of the Logger object so that i can log messages in my pages and panels? regards. Josh.

wicket mailing list

2010-07-14 Thread Josh Kamau
Just out of curiosity, how many members are in the wicket mailing list? regards Josh

Re: Jwicket and Wiquery

2010-06-28 Thread Josh Kamau
che Nachricht- > Von: Josh Kamau [mailto:joshnet2...@gmail.com] > Gesendet: Montag, 28. Juni 2010 16:05 > An: users@wicket.apache.org > Betreff: Jwicket and Wiquery > > Hi team; > > Whats the difference between jwicket and wiquery? I have already read > wiquery tutori

Jwicket and Wiquery

2010-06-28 Thread Josh Kamau
Hi team; Whats the difference between jwicket and wiquery? I have already read wiquery tutorials and seen some examples, but i dont need to find any for jwicket. any help from jwicket team will do Kind regards. josh

Re: Captcha regeneration

2010-06-09 Thread Josh Kamau
I used NonCachingImage instead and it worked. On Wed, Jun 9, 2010 at 12:15 PM, Josh Kamau wrote: > I think the old image is being cached by the browser. any idea how to stop > this? > > regards. > > > On Wed, Jun 9, 2010 at 11:45 AM, Robert Kimotho wrote: > >>

Re: Captcha regeneration

2010-06-09 Thread Josh Kamau
get target) {} > > the key point to note is that you have to remove it first from the > component. > > Regards > Kimotho. > > > On Wed, Jun 9, 2010 at 11:14 AM, Josh Kamau wrote: > > > Hi team; > > > > I am trying to regenerate a captcha to help user

Captcha regeneration

2010-06-09 Thread Josh Kamau
Hi team; I am trying to regenerate a captcha to help users incase the previous one was not very clear. I have tried several things including the code below captchaImg = new CaptchaImageResource(); captcha = new Image("captchaImg", captchaImg); captcha.setOutputMarkupId(true); frmR

CSS contest

2010-06-06 Thread Josh Kamau
Hi guys; What became of the css contest? regards. Josh

Re: Jquery UI Layout

2010-05-20 Thread Josh Kamau
Still on WiQuery, I would also be glad if you let me know how to wrap up any JQuery plugin as a wiquery component. Regards. On Fri, May 21, 2010 at 9:07 AM, Josh Kamau wrote: > Hi WiQuery Team, > > Do you have any plans of including Jquery UI Layout in wiQuery? I urgently

Jquery UI Layout

2010-05-20 Thread Josh Kamau
Hi WiQuery Team, Do you have any plans of including Jquery UI Layout in wiQuery? I urgently need it. regards. Josh.

Re: jWicket 0.5.10

2010-05-17 Thread Josh Kamau
Hi stefan, where can i see a demo? regards Josh On Sun, May 16, 2010 at 12:53 PM, Stefan Lindner wrote: > jWicket 0.5.10 is now available at wicketstuff: > https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jwicket-parent > > Upgraded jQuery-ui to version 1.8.1

Re: Custom Javascript Events

2010-05-05 Thread Josh Kamau
WiQuery rocks!!!. i think am getting the rythm now. Thanks guys On Wed, May 5, 2010 at 1:03 PM, Josh Kamau wrote: > THanks Ernesto. > > I will revisit wiquery > > regards. > > Josh > > > On Wed, May 5, 2010 at 12:34 PM, Ernesto Reinaldo Barreiro < > rei

Re: Custom Javascript Events

2010-05-05 Thread Josh Kamau
THanks Ernesto. I will revisit wiquery regards. Josh On Wed, May 5, 2010 at 12:34 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi Josh, > > Answers inline > > > > > On WiQuery, how do i set component configuration parameters? How do > modify > > the CSS? > > Many "components" h

Re: Custom Javascript Events

2010-05-05 Thread Josh Kamau
Can you be more specific? Which functionality are you missing and > which events you want to handle on the server side? I've been using > wiQuery for over three weeks now and I really find it intuitive and > easy to use. > > Best, > > Ernesto > > On Wed, May 5,

Custom Javascript Events

2010-05-05 Thread Josh Kamau
Hi all Anyone with a sample code on how to handle custom javascript events with wicket on the server side? I would like to use jquery but handle events on the serverside. I had tried wiquery but lack of documentation is really frustrating me. I have great books on Jquery and JQuery UI and i would

Re: DropDownChoice problem

2010-04-29 Thread Josh Kamau
. Could that be the case? > > Ernesto > > On Wed, Apr 28, 2010 at 4:20 PM, Josh Kamau wrote: > > Hi team > > > > I need your help > > > > I am using a DropDownChoice in a form as follows: > > > > DropDownChoice lstNationality = new > > D

<    1   2   3   >