Re: Please, I need help to add noscript tag with Wicket

2015-06-16 Thread Roberto Lavalle de Juan
Thanks a lot Martin, I had a confusion, I don't need a dynamic value. Roberto Lavalle de Juan CTO - tellmeGen tlf. +34 650 129 806 El 12/06/2015 a las 14:01, Martin Grigorov escribió: Hi Roberto, What exactly is the problem? Which part of the HTML is dynamic? BTW you can use span instead of

Please, I need help to add noscript tag with Wicket

2015-06-12 Thread Roberto Lavalle de Juan
Hi all! I need add a noscript tag with this image in wicket, ¿can someone help me please?: noscript div style=display:inline; img height=1 width=1 style=border-style:none; alt= src=//www.googleadservices.com/pagead/conversion/...example/ /div /noscript Thanks a lot!!!

Re: Please, I need help to add noscript tag with Wicket

2015-06-12 Thread Martin Grigorov
Hi Roberto, What exactly is the problem? Which part of the HTML is dynamic? BTW you can use span instead of div style=display:inline. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Jun 12, 2015 at 2:57 PM, Roberto Lavalle de Juan

Need help with FeedbackMessageFilter

2013-04-19 Thread Patrick Davids
Hi all, I have a FeedbackPanel in my page and a FeedbackPanel in the form of my page. Both feedback panels show feedback messages of the form. I tried formfeedbackPanel.setFilter(new ComponentFeedbackMessageFilter(theForm)). I tried formfeedbackPanel.setFilter(new

Re: Need help with FeedbackMessageFilter

2013-04-19 Thread Martin Grigorov
See org.apache.wicket.feedback.FencedFeedbackPanel On Fri, Apr 19, 2013 at 5:20 PM, Patrick Davids patrick.dav...@nuboit.dewrote: Hi all, I have a FeedbackPanel in my page and a FeedbackPanel in the form of my page. Both feedback panels show feedback messages of the form. I tried

Need help setting visibility via AjaxFormChoiceComponentUpdatingBehavior

2013-03-28 Thread Patrick Davids
Hi together, I searched the web for several hours and always get the same results for setting the visibilty for components via ajax, but I cannot get it work. The should work solution is: - Creat an extra a WebMarkupContainer in your page - add your subcomponents to this container -

Re: Need help setting visibility via AjaxFormChoiceComponentUpdatingBehavior

2013-03-28 Thread Sven Meier
My behavior on the gui is: - the first render process of the page itself shows the container once - on clicking my radiochoice the webmarkupcontainer disappears but is still available, due to outPutMarkUpPlaceHolder true, but the content is completly removed and the visibility of the container is

Re: Need help setting visibility via AjaxFormChoiceComponentUpdatingBehavior

2013-03-28 Thread Patrick Davids
Additional info: Its now working partially... I removed the onConfigure() of the markup container to determine the initial visibility of itself depending on the radio default choice. So, my question changes to: Whats the best way todo such an initial visibility without affecting the ajax

Re: Need help setting visibility via AjaxFormChoiceComponentUpdatingBehavior

2013-03-28 Thread Martin Grigorov
Hi, All you have explained should just work. It seems the component is still invisible after setVisible(true). Maybe you override it later ?! As you said in #onConfigure() or #isVisible() returns false ? Please show some code. On Thu, Mar 28, 2013 at 12:30 PM, Patrick Davids

Solved / Re: Need help setting visibility via AjaxFormChoiceComponentUpdatingBehavior

2013-03-28 Thread Patrick Davids
I am not sure what exactly was wrong. Perhaps I had too much code with several active setVisibility...() XYZs code parts. I started from the beginning and found the beautiest way for me, looking like this. final RadioChoiceString r = new RadioChoiceString(id, Model.of(), Arrays.asList(new

Re: Solved / Re: Need help setting visibility via AjaxFormChoiceComponentUpdatingBehavior

2013-03-28 Thread Martin Grigorov
See http://wicketinaction.com/2011/11/implement-wicket-component-visibility-changes-properly/ On Thu, Mar 28, 2013 at 3:36 PM, Patrick Davids patrick.dav...@nuboit.dewrote: I am not sure what exactly was wrong. Perhaps I had too much code with several active setVisibility...() XYZs code

Re: Solved / Re: Need help setting visibility via AjaxFormChoiceComponentUpdatingBehavior

2013-03-28 Thread Patrick Davids
I read this article and my first approach was like If an outside component controls another’s visibility the best way is to override the controlling component’s onConfigure() and call controlled.setVisible() But this doesnt worked, because onConfigure() of my RadioChoice runs only once. What

Need help in refreshing panel..

2012-09-16 Thread kshitiz
. What is the reason? I am refreshing PanelA from PanelB using the same manner. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Need-help-in-refreshing-panel-tp4652014.html Sent from the Users forum mailing list archive at Nabble.com

Re: Need help in refreshing panel..

2012-09-16 Thread kshitiz
.nabble.com/Need-help-in-refreshing-panel-tp4652014p4652016.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Need help in refreshing panel..

2012-09-16 Thread Sven Meier
(); } } }; } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Need-help-in-refreshing-panel-tp4652014p4652016.html Sent from the Users forum mailing list archive at Nabble.com

Re: Need help in refreshing panel..

2012-09-16 Thread kshitiz
Hey...that workedbut still I didn't understand how it worked. I am not calling detach method in ajaxPostSubmitButton of PanelA. So how come it is getting refreshed. I am just trying to understand the concept -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Need

Re: Need help in refreshing panel..

2012-09-16 Thread Sven Meier
but still I didn't understand how it worked. I am not calling detach method in ajaxPostSubmitButton of PanelA. So how come it is getting refreshed. I am just trying to understand the concept -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Need-help-in-refreshing-panel

Re: Need help in implementing Ajax form

2012-05-16 Thread kshitiz
Thank you very much for the reply...you have solved it... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Need-help-in-implementing-Ajax-form-tp4632760p4642518.html Sent from the Users forum mailing list archive at Nabble.com

Need help in implementing Ajax form

2012-05-14 Thread kshitiz
is coming in bottom right corner of my web page? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Need-help-in-implementing-Ajax-form-tp4632760.html Sent from the Users forum mailing list archive at Nabble.com

Re: Need help in implementing Ajax form

2012-05-14 Thread Sebastien
in bottom right corner of my web page? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Need-help-in-implementing-Ajax-form-tp4632760.html Sent from the Users forum mailing list archive at Nabble.com

Re: Need help in implementing Ajax form

2012-05-14 Thread Sebastien
corner of my web page? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Need-help-in-implementing-Ajax-form-tp4632760.html Sent from the Users forum mailing list archive at Nabble.com

Re: Need help in implementing Ajax form

2012-05-14 Thread W Mazur
web page? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Need-help-in-implementing-Ajax-form-tp4632760.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Need help in implementing Ajax form

2012-05-14 Thread Sebastien
this message in context: http://apache-wicket.1842946.n4.nabble.com/Need-help-in-implementing-Ajax-form-tp4632760.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

need help using wicket:enclosure tag.

2011-06-09 Thread Madan Mohan
Hi, I am using wicket:enclosureto hide some rows in a table. Take for ex., trtd Phone: span wicket:id=phoneNumber//td /tr wicket:enclosure trtd Fax: span wicket:id=faxNumbertd/tr /wicket:enclosure Initially faxNumber is *not visible*. So the

Re: need help using wicket:enclosure tag.

2011-06-09 Thread Martin Grigorov
Just make faxNumber component visible and re-render the page. If you use ajax then you'll have to re-render the repeater's parent On Thu, Jun 9, 2011 at 10:10 AM, Madan Mohan mmo...@educator.eu wrote: Hi,        I am using wicket:enclosureto hide some rows in a table. Take for ex.,        

Re: need help using wicket:enclosure tag.

2011-06-09 Thread James Carman
You might want to check out Wicketopia. It has logic for handling this kind of stuff and it might even do some of it automatically for you. http://wicketopia.sourceforge.net/ Download it from SVN, build it, and run the example application. There is an example in there that hides/shows the SSN

Re: need help using wicket:enclosure tag.

2011-06-09 Thread Madan Mohan
@Martin Grigorov, @James Carman: Thanks ;) I was doing mistake while re-rendering the parent. I fixed it, working fine now ;) On Thu, Jun 9, 2011 at 4:59 PM, James Carman ja...@carmanconsulting.comwrote: You might want to check out Wicketopia. It has logic for handling this kind of stuff

need help with spring annotations

2010-11-25 Thread Adam Gibbons
Hi there, I was wondering if anyone could help me with spring annotations, I seem to have having some problems. I'm trying to inject my UserService into a CustomAuthenticatedWebSession I wrote to do validation for my pages. I get a NPE when I hit any page because my bean does not seem to have

Re: need help with spring annotations

2010-11-25 Thread Ernesto Reinaldo Barreiro
://user/SendEmail.jtp?type=nodenode=3058948i=1 For additional commands, e-mail: [hidden email]http://user/SendEmail.jtp?type=nodenode=3058948i=2 --  View message @ http://apache-wicket.1842946.n4.nabble.com/need-help-with-spring-annotations-tp3058944p3058948.html

Re: need help with spring annotations

2010-11-25 Thread adam.gibbons
For additional commands, e-mail: [hidden email] http://user/SendEmail.jtp?type=nodenode=3058948i=2 -- View message @ http://apache-wicket.1842946.n4.nabble.com/need-help-with-spring-annotations-tp3058944p3058948.htmlhttp://apache-wicket.1842946.n4

Re: need help with spring annotations

2010-11-25 Thread Mauro Ciancio
Hello,   �...@springbean(name=userService)    transient private UserService userService; Do not use injected beans as transient fields, because it will produce that the field is not serialized and thus the reference will be null after the page is hydrated. If you mark fields with @SpringBean,

Re: need help with spring annotations

2010-11-25 Thread adam.gibbons
-- View message @ http://apache-wicket.1842946.n4.nabble.com/need-help-with-spring-annotations-tp3058944p3059075.html To start a new topic under Apache Wicket, email ml-node+1842946-1499480286-201...@n4.nabble.comml-node%2b1842946-1499480286-201...@n4.nabble.com To unsubscribe from Apache Wicket

Re: need help with spring annotations

2010-11-25 Thread Mauro Ciancio
Hi, How do you inject Hibernate DAOs into your Spring Services using annotations? Is that possible? I also seem to be having some problems with the sessionFactory being inject into the DAOs. Any ideas? That is configured with Spring, doesn't depends on Wicket at all. I usually configure

Need help with Nested DataTable in Form - finding values in submit method

2010-10-18 Thread leech
looking for? Lee -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Need-help-with-Nested-DataTable-in-Form-finding-values-in-submit-method-tp3000718p3000718.html Sent from the Users forum mailing list archive at Nabble.com

Re: Need help with Nested DataTable in Form - finding values in submit method

2010-10-18 Thread Igor Vaynberg
looking for? Lee -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Need-help-with-Nested-DataTable-in-Form-finding-values-in-submit-method-tp3000718p3000718.html Sent from the Users forum mailing list archive at Nabble.com

Need Help Wicket Stuff push

2010-03-02 Thread Stevenson Cunanan
I tried the wicket push chat example which i found at wicket stuff svn..wicket-stuff/wicketstuff-core/push-parent/push-examples I got the examples to work fine. Now I am trying to create something like a notification using TimerPushService. So i make 2 pages one for sending... and another for

Re: Need Help Wicket Stuff push

2010-03-02 Thread Stevenson Cunanan
On Tue, Mar 2, 2010 at 7:35 PM, Stevenson Cunanan stevenson.cuna...@gmail.com wrote: I tried the wicket push chat example which i found at wicket stuff svn..wicket-stuff/wicketstuff-core/push-parent/push-examples I got the examples to work fine. Now I am trying to create something like a

Re: Need help with error with in my list code

2009-10-26 Thread Maarten Bosteels
On Mon, Oct 26, 2009 at 4:57 AM, Haulyn R. Jason saharab...@gmail.comwrote: I do not think JavaReble is a good tool for Wicket. Try Glassfish with hot deploy with netbeans, works very well with Wicket. Why would Wicket not work well with JavaRebel ? It works fine for me. Maarten On Mon,

Re: Need help with error with in my list code

2009-10-26 Thread Lester Chua
Hi, To set the record straight, JavaRebel works very well for Wicket. My error was that I didnt understand Wicket's object lifecycles. I did not refresh my wicket pages after a building affected page classes. So the object instances where still old ones when I interacted with the pages. I had

Need help with error with in my list code

2009-10-25 Thread Lester Chua
Hi, I'm very new to wicket and need some help with what I thought is very straight forward code. Wicket Version 1.4.3 Code: -- Html - form wicket:id=dataForm Grouping: select wicket:id=grouping size=6/select Additional Remarks: textarea wicket:id=additionalRemarks

Re: Need help with error with in my list code

2009-10-25 Thread Lester Chua
Update: I found out what the was. I was running Jetty via JavaRebel agent. Somehow JavaRebel could not load in the changes in the Java code properly and that was what caused the code error. There was nothing wrong with the code. Thanks. On Mon, Oct 26, 2009 at 10:43 AM, Lester Chua

Re: Need help with error with in my list code

2009-10-25 Thread Haulyn R. Jason
I do not think JavaReble is a good tool for Wicket. Try Glassfish with hot deploy with netbeans, works very well with Wicket. On Mon, Oct 26, 2009 at 10:50 AM, Lester Chua cicowic...@gmail.com wrote: Update: I found out what the was. I was running Jetty via JavaRebel agent. Somehow JavaRebel

Re: Need help with error with in my list code

2009-10-25 Thread Lester Chua
Thanks for the reference, I'll take a look at it. On Mon, Oct 26, 2009 at 10:57 AM, Haulyn R. Jason saharab...@gmail.comwrote: I do not think JavaReble is a good tool for Wicket. Try Glassfish with hot deploy with netbeans, works very well with Wicket. On Mon, Oct 26, 2009 at 10:50 AM,

Need Help in Dynamic CSS generation

2009-07-23 Thread FaRHaN
I am working on creating Dynamic StyleSheets in wicket, and i found an example of similar behaviour in Wicket Examples http://cwiki.apache.org/WICKET/dynamically-generate-a-css-stylesheet.html but it is not working. When i place the following code in my CSS file (style.css), it generates

Re: Need Help in Dynamic CSS generation

2009-07-23 Thread Mathias Nilsson
the varning off. -- View this message in context: http://www.nabble.com/Need-Help-in-Dynamic-CSS-generation-tp24623639p24623863.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Need Help in Dynamic CSS generation

2009-07-23 Thread FaRHaN
@wicket.apache.org Sent: Thursday, July 23, 2009 4:28:08 PM Subject: Re: Need Help in Dynamic CSS generation The $ is used to replace the variable (interpolated value). It's the same technique used in properties files to replace some text. This sample works fine. if you look at the css it has been

Re: Need Help in Dynamic CSS generation

2009-07-23 Thread Mathias Nilsson
I use Eclipse and all I have to do was copying and pasting the code from the url you supplied. I'm no Netbeans user so maybe someone else could answer this. -- View this message in context: http://www.nabble.com/Need-Help-in-Dynamic-CSS-generation-tp24623639p24624432.html Sent from the Wicket

Re: Need Help in Dynamic CSS generation

2009-07-23 Thread FaRHaN
wicket.program...@gmail.com To: users@wicket.apache.org Sent: Thursday, July 23, 2009 5:08:10 PM Subject: Re: Need Help in Dynamic CSS generation I use Eclipse and all I have to do was copying and pasting the code from the url you supplied. I'm no Netbeans user so maybe someone else could answer

FW: need help urgent......Change label dynamicly

2009-05-06 Thread Praveen Kumar A.
Hello, I want to change the Label for the AjaxButton, when it is clicked. Iam not able to work out this. new AjaxButton(preview){ public void onSubmit(AjaxRequestTarget target, Form form){ // need to get the label name here...how to get the label name?

Re: FW: need help urgent......Change label dynamicly

2009-05-06 Thread Per Newgro
Maybe you could add two buttons and set the other visible? Cheers Per - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: FW: need help urgent......Change label dynamicly

2009-05-06 Thread nino martinez wael
Maybe to it with an attribute modifier.. I cant remember ajaxbutton.. 2009/5/6 Per Newgro per.new...@gmx.ch: Maybe you could add two buttons and set the other visible? Cheers Per - To unsubscribe, e-mail:

Re: FW: need help urgent......Change label dynamicly

2009-05-06 Thread Janos Cserep
AFAIR a button's label comes from it's Model. So you should do: new AjaxButton(preview){ public void onSubmit(AjaxRequestTarget target, Form form){ String label = getModelObject(); // or getDefaultModelObject(); if 1.4 if (click.equals(label) {

Re: FW: need help urgent......Change label dynamicly

2009-05-06 Thread Janos Cserep
And of course don't forget to add the button or a parent component to the ajaxrequesttarget as well. On Wed, May 6, 2009 at 11:58 AM, Janos Cserep cser...@metaprime.hu wrote: AFAIR a button's label comes from it's Model. So you should do: new AjaxButton(preview){       public void

Re: Need help with Wicket, ResourceStream (itext adn pdf)

2009-04-26 Thread Eyal Golan
Thanks a-lot. Will look into it. Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please don't print this e-mail unless it's really necessary On Sat, Apr 25, 2009 at 11:16 PM, Ernesto Reinaldo Barreiro

Need help with Wicket, ResourceStream (itext adn pdf)

2009-04-25 Thread Eyal Golan
Hi, I've been struggling to understand the concept of sending resources (such as PDF) to the output with Wicket. I searched many site and wasn't able to find anything useful for me. (I found only one thread in this mailing list regarding iText). Anyway, Suppose I know how to create a PDF file.

Re: Need help with Wicket, ResourceStream (itext adn pdf)

2009-04-25 Thread Ernesto Reinaldo Barreiro
If what you want is streaming back the PDF contents something like: ResourceLink fileLink = new ResourceLink(file, new DynamicWebResource(file.getName()) { private static final long serialVersionUID = 1L; @Override protected ResourceState getResourceState()

Re: need Help on [AutoCompleteTextField]

2009-04-01 Thread nino martinez wael
Look at the examples on wicket library, if you need more then you could try the object autocomplete from wicketstuff.. 2009/3/31 FaRHaN farhan.ba...@ymail.com: Is there any way to display User Defined values in AutoCompleteTextField (ajax behavior) by using array of values. Please refer me

Re: need Help on [AutoCompleteTextField]

2009-04-01 Thread FaRHaN
: nino martinez wael nino.martinez.w...@gmail.com Subject: Re: need Help on [AutoCompleteTextField] To: users@wicket.apache.org Date: Wednesday, April 1, 2009, 9:05 AM Look at the examples on wicket library, if you need more then you could try the object autocomplete from wicketstuff.. 2009/3/31

Re: need Help on [AutoCompleteTextField]

2009-04-01 Thread nino martinez wael
-in (countries languages) values. But i want to display my own values stored in an array or in DBIs there any ? --- On Wed, 4/1/09, nino martinez wael nino.martinez.w...@gmail.com wrote: From: nino martinez wael nino.martinez.w...@gmail.com Subject: Re: need Help on [AutoCompleteTextField] To: users

need Help on [AutoCompleteTextField]

2009-03-31 Thread FaRHaN
Is there any way to display User Defined values in AutoCompleteTextField (ajax behavior) by using array of values. Please refer me some examples and links to demonstrate such type of behaviour. Thanks, FaRHaN

Need help with Upgrade to wicket 1.4-rc1

2009-01-28 Thread Karen Schaper
Hi, I decided now is a good time for me to upgrade to the latest wicket code - wicket 1.4-rc We are currently at 1.3.4. I'll also need to update the following other wicket jars I am using. Are there version that are compiled against wicket 1.4? wicketstuff-dojo-1.3.0-beta.jar

Re: Need help with Upgrade to wicket 1.4-rc1

2009-01-28 Thread Thomas R. Corbin
On Wednesday 28 January 2009, Karen Schaper said: Hi, I decided now is a good time for me to upgrade to the latest wicket code - wicket 1.4-rc We are currently at 1.3.4. I'll also need to update the following other wicket jars I am using. Are there version that are compiled against

Re: Need help with Upgrade to wicket 1.4-rc1

2009-01-28 Thread Jeremy Thomerson
The wicketstuff- has been taken out of the name of most wicketstuff projects in 1.4. See http://wicketstuff.org/maven/repository/org/wicketstuff/ Example: http://wicketstuff.org/maven/repository/org/wicketstuff/yui/1.4-SNAPSHOT/ Or, if you use Maven, just use org.wicketstuff and yui as the

Need help editing a Map plz.

2009-01-19 Thread Ned Collyer
only I have editors for each of the constraints - that bit was easy. I can also render out the field names, and the editors. My question is, how do I bind the editors to the instances that are within the map? -- View this message in context: http://www.nabble.com/Need-help-editing-a-Map-plz

RE: Need help editing a Map plz.

2009-01-19 Thread Jeremy Thomerson
@wicket.apache.org Subject: Need help editing a Map plz. Hi Guys, I have a data construct which is as follows: Template MapString, ListConstraint fieldConstraints; The map is fieldname against a list of constraints. Eg, I might have firstName as the field, and the following constraints length between 2

RE: Need help editing a Map plz.

2009-01-19 Thread Ned Collyer
sense now. Jeremy Thomerson-5 wrote: Maybe try a RepeatingView of some sort (ListView?) over new ArrayList(map.keySet())... Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -- View this message in context: http://www.nabble.com/Need-help-editing-a-Map

RE: Need help editing a Map plz.

2009-01-19 Thread Ned Collyer
))); add(new TextField(maximum, new PropertyModel(model, maximum))); } When the page is rendered - the correct values appear. However when it's submitted - the values for max and minimum are set to null. HELP :) -- View this message in context: http://www.nabble.com/Need-help

RE: Need help editing a Map plz.

2009-01-19 Thread Ned Collyer
(model, maximum))); } When the page is rendered - the correct values appear. However when it's submitted - the values for max and minimum are set to null. HELP :) -- View this message in context: http://www.nabble.com/Need-help-editing-a-Map-plz.-tp21554555p21556545.html Sent

Re: Need help regarding Base Page refresh.

2008-10-06 Thread ravichand
Have the same problem. Can any one help -- View this message in context: http://www.nabble.com/Need-help-regarding-Base-Page-refresh.-tp19602473p19846169.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Need help regarding Base Page refresh.

2008-10-06 Thread Igor Vaynberg
is it really so hard to google refresh parent window from child window wow -igor On Mon, Oct 6, 2008 at 1:50 PM, ravichand [EMAIL PROTECTED] wrote: Have the same problem. Can any one help -- View this message in context: http://www.nabble.com/Need-help-regarding-Base-Page-refresh

Re: Need help fixing bug #1816

2008-09-24 Thread Erik van Oosten
Hello Gili, It is maybe best if you checkout the code from svn and modify the code yourself. When you're satisfied with the changes, you can attach a patch to the issue. Issues with patches are more likely to be solved then others. Regards, Erik. cowwoc schreef: Hi, I spent a few

Re: Need help fixing bug #1816

2008-09-24 Thread Johan Compagner
affects *all* platforms. Tomcat fails silently, which is even worse. Gili -- View this message in context: http://www.nabble.com/Need-help-fixing-bug--1816-tp19641982p19641982.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Need help fixing bug #1816

2008-09-24 Thread cowwoc
, which is even worse. Gili -- View this message in context: http://www.nabble.com/Need-help-fixing-bug--1816-tp19641982p19641982.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Need help fixing bug #1816

2008-09-23 Thread cowwoc
: this bug affects *all* platforms. Tomcat fails silently, which is even worse. Gili -- View this message in context: http://www.nabble.com/Need-help-fixing-bug--1816-tp19641982p19641982.html Sent from the Wicket - User mailing list archive at Nabble.com

Need help regarding Base Page refresh.

2008-09-22 Thread kamlesh Wadhwani
I have a Wicket Page containing tabbedPanels which opens few other pages depending on the tabs. But in few of my tabs, I have BookmarkablePageLink to open a popup for some operation. I want to refresh corresponding tab after popup is closed. Please help. Kammy Add more friends to

Need help with AutoCompleteTextField

2008-08-25 Thread jnorris
://www.nabble.com/Need-help-with-AutoCompleteTextField-tp19143438p19143438.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Need help with AutoCompleteTextField

2008-08-25 Thread jnorris
to get the current values for the dates on the form in the getChoices() method? Or is it even possible? Thanks, Jim -- View this message in context: http://www.nabble.com/Need-help-with-AutoCompleteTextField-tp19143438p19143962.html Sent from the Wicket - User mailing list archive

Re: [offtop] need help with eclipse and m2eclipse

2008-08-22 Thread Nino Saturnino Martinez Vazquez Wael
Yeah thats my preferred approach also. Timo Rantalaiho wrote: On Thu, 21 Aug 2008, Oleg Taranenko wrote: Eclipse Ganymede JEE (3.4) + m2eclipse 0.9.5 works perfect! I can now under eclipse launch mvn jetty:run and comfortable debugging all sources including the wicket core. One

Re: [offtop] need help with eclipse and m2eclipse

2008-08-22 Thread Martijn Dashorst
On Fri, Aug 22, 2008 at 5:04 AM, Timo Rantalaiho [EMAIL PROTECTED] wrote: I don't really see why would you want to have Maven in between your IDE and the servlet container. I Agree. Just use the wicket quickstart archetype generator and look at the Start class in the src/test/java directory

Re: [offtop] need help with eclipse and m2eclipse

2008-08-22 Thread Maarten Bosteels
Hi, On Fri, Aug 22, 2008 at 9:49 AM, Martijn Dashorst [EMAIL PROTECTED] wrote: On Fri, Aug 22, 2008 at 5:04 AM, Timo Rantalaiho [EMAIL PROTECTED] wrote: I don't really see why would you want to have Maven in between your IDE and the servlet container. I Agree. Just use the wicket

Re: [offtop] need help with eclipse and m2eclipse

2008-08-22 Thread Peter Thomas
I use NetBeans and have written a custom Maven plugin that converts a POM to a NetBeans project, works well with the Wicket quickstart, Start class, hot-deploy and all. Also generates a build.xml file for those who miss using Ant instead of Maven. No Maven IDE plugin required. Details here:

Re: [offtop] need help with eclipse and m2eclipse

2008-08-21 Thread Oleg Taranenko
Hello all, sorry for reviving archaic thread, but right now i've tried the combinamtion eclipse + m2eclipse again. Eclipse Ganymede JEE (3.4) + m2eclipse 0.9.5 works perfect! I can now under eclipse launch mvn jetty:run and comfortable debugging all sources including the wicket core. One

Re: [offtop] need help with eclipse and m2eclipse

2008-08-21 Thread Timo Rantalaiho
On Thu, 21 Aug 2008, Oleg Taranenko wrote: Eclipse Ganymede JEE (3.4) + m2eclipse 0.9.5 works perfect! I can now under eclipse launch mvn jetty:run and comfortable debugging all sources including the wicket core. One suggestion, may establish the maven archetype to generate the m2eclipse

Re: Need Help

2008-05-18 Thread Gwyn Evans
At a guess, the m1 quickstart's not been genericised... If you're getting started, I'd suggest sticking to a release 1.3 version, as 1.4-m1 is just a milestone against a moving target not a good starting point if new to Wicket. /Gwyn On Sat, May 17, 2008 at 6:24 PM, Depak Shidu [EMAIL

Re: Need Help

2008-05-18 Thread Erik van Oosten
Try to set the compiler version (as described on http://wicket.apache.org/quickstart.html). I am not sure this is your problem. Regards, Erik. Depak Shidu wrote: i try wicket 4.1-m1 maven using mvn archetype:create -DarchetypeGroupId=org.apache.wicket

PageParameter mysetry - need help

2008-04-29 Thread Ritz123
(ThreadPool.java:685) at java.lang.Thread.run(Thread.java:595) -- View this message in context: http://www.nabble.com/PageParameter-mysetry---need-help-tp16966154p16966154.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: PageParameter mysetry - need help

2008-04-29 Thread Johan Compagner
---need-help-tp16966154p16966154.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: PageParameter mystery - need help

2008-04-29 Thread Johan Compagner
) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685) at java.lang.Thread.run(Thread.java:595) -- View this message in context: http://www.nabble.com/PageParameter-mysetry---need-help

Re: PageParameter mystery - need help

2008-04-29 Thread Ritz123
(LeaderFollowerWorkerThread.java:81) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685) at java.lang.Thread.run(Thread.java:595) -- View this message in context: http://www.nabble.com/PageParameter-mysetry---need-help-tp16966154p16966154

Need help with GridView and checkboxes.

2008-03-18 Thread Trevor Campbell
I have a form containing a GridView with a PagingNavigator. Within each cell I have an image and a CheckBox. When a user submits the form I collect all the image refs from the selected cells and process them. My problem is I would like to do this across multiple pages. So the user scenario

Re: Need help with GridView and checkboxes.

2008-03-18 Thread Maurice Marrink
That is a known issue, unfortunately you will need to create your own version of a submittingpagingnavigator. The api for those classes is however not very extendable friendly so you probably end up copy-pasting large portions of code. I believe Martijn is planning on refactoring that component,

Re: Need help with GridView and checkboxes.

2008-03-18 Thread Trevor Campbell
Thanks Maurice, I was able to get this to work by copying PagingNavigator, PagingNavigation, PagingNavigationLink and PagingNavigationIncrementLink. The only substantial changes I made were to make PagingNavigationLink and PagingNavigationIncrementLink extend SubmitLink and then in the

Re: Need help with GridView and checkboxes.

2008-03-18 Thread Igor Vaynberg
you shouldnt have to do any of that form updating yourself...it should all be done before your link's onsubmit is called, there is a reason why its called a submitlink -igor On Tue, Mar 18, 2008 at 7:47 PM, Trevor Campbell [EMAIL PROTECTED] wrote: Thanks Maurice, I was able to get this to

Re: Need help with GridView and checkboxes.

2008-03-18 Thread Trevor Campbell
I should have added, I needed to setDefaultFormProcessing(false) because I don't want to process the form while just paging forward and without the DefaultFormProcessing, the model wasn't updating. Is this wrong? or am I missing something else. Igor Vaynberg wrote: you shouldnt have to do

Re: Need help with GridView and checkboxes.

2008-03-18 Thread Igor Vaynberg
so you call setdefaultformprocessing(false) and yet update the form yourself? that is the same as leaving setdefaultformprocessing(true) -igor On Tue, Mar 18, 2008 at 8:00 PM, Trevor Campbell [EMAIL PROTECTED] wrote: I should have added, I needed to setDefaultFormProcessing(false) because I

Re: Need help with GridView and checkboxes.

2008-03-18 Thread Trevor Campbell
I am not really doing the normal form processing in the navigation. The form has a navigator, just for showing more parts of the GridView, it also has a submit button to process the users request after they have selected items on one or more pages, So when they use the navigator, all I do is

[offtop] need help with eclipse and m2eclipse

2007-12-01 Thread Oleg Taranenko
Helloall, Sorry for bothering, may be somebody could help. I'm developing web apps under Eclipse. Early I'm using the mvn eclipse:eclipse + jetty launcher plugn. Now i try to use m2eclipse plugin and webapp is started using m2's goal mvn jetty:run. The application works, but when I want to

Re: [offtop] need help with eclipse and m2eclipse

2007-12-01 Thread Martijn Dashorst
You don't need the jetty launcher plugin, in fact I'd recommend using the embedded jetty starter we provide with the quickstarts. Right click the start class, select debug as application and go... Also the mvn jetty:run plugin is not really useful for development in my opinion. It is a nice maven

Re[2]: [offtop] need help with eclipse and m2eclipse

2007-12-01 Thread Oleg Taranenko
Hello Martijn, Jetty launcher has some advantages though, i.e. it allows to set up different context path/port for the projects without changing source code. Thus i can simultaneously run and debug its. If not this annoying bug, i found development with m2eclipse more convenient. I hope the