Re: Usage of getString with parameters (model?)

2008-11-21 Thread Eyal Golan
to be: Reports.ReportTitle.SuspectedConnectionsUserRes = Suspected User-Resource Connections by ${0} Pattern Report (The $ was missing before). Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please don't print this e-mail

Re: datatable and access to toolbars

2008-11-21 Thread Eyal Golan
=pagingLabel /label select wicket:id=pagingSelect /select/td /tr /wicket:panel Hope that helps. Eyal Golan [EMAIL PROTECTED] 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

Running wicketstuff examples

2008-11-23 Thread Eyal Golan
Hi, I've checked out wicket-stuff trunk. I want to run examples but can't. For example, I want to run Start in the accordion sub project. Right click on the mouse gives doesn't give me the Run option. Should I check out again differently? Eyal Golan [EMAIL PROTECTED] Visit: http

Re: datatable and access to toolbars

2008-11-24 Thread Eyal Golan
Alex, I think you can still use the DataTable provided by Wicket. Why not make a toolbar as a member of the table, add it, and then you'll get all the access you need? Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save

Re: [VOTE] Organizing Wicket Stuff / Regular Release Schedule?

2008-11-25 Thread Eyal Golan
[X] - YES Eyal Golan [EMAIL PROTECTED] 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 Tue, Nov 25, 2008 at 10:51 AM, Björn-Peter Tietjens [EMAIL PROTECTED]wrote: [X] - YES

Hand on session code

2008-11-27 Thread Eyal Golan
of the exception and show a different message in our internal error page accordingly? For example: if we get NullPointerException, show a message: You developer coded null !!! . And ArrayIndexOutOfBoundException will show: oops.. the array is too small . Thanks Eyal Golan [EMAIL PROTECTED] Visit: http

Re: Hand on session code

2008-11-27 Thread Eyal Golan
in respond ? Without overriding all this method? Thanks Eyal Golan [EMAIL PROTECTED] 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 Thu, Nov 27, 2008 at 3:31 PM, Michael Sparer

Re: Hand on session code

2008-11-27 Thread Eyal Golan
and add the information. I have noticed one thing. Overriding this method caused the getExceptionSettings().setUnexpectedExceptionDisplay to be overridden. Thanks again, that was very much helpful. Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http

Re: Hand on session code

2008-11-27 Thread Eyal Golan
I actually did find it afterward :) the ctrl+o in my eclipse confused me. :/ And I understood that it's the same Thanks anyway... I Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please don't print this e-mail

Markup other than HTML

2008-11-27 Thread Eyal Golan
Hi, I was asked today if it's possible to render a page to different format than HTML. I guess it is possible, but how one can do it? Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please don't print this e-mail

Re: Changing appearance of ModalWindow?

2008-12-07 Thread Eyal Golan
it to the header. Eyal Golan [EMAIL PROTECTED] 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 Sun, Dec 7, 2008 at 1:50 PM, Ashis [EMAIL PROTECTED] wrote: Dear all, How

Re: Changing appearance of ModalWindow?

2008-12-07 Thread Eyal Golan
(w_caption Text for example) and see what happens. Then, if all is OK, I would try setting my own CSS classes. Eyal Golan [EMAIL PROTECTED] 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

Re: Changing appearance of ModalWindow?

2008-12-08 Thread Eyal Golan
if it was actually added to you HTML output). And in myCustomizedCss.css you need to do something like: span.w_captionText { color: red !important; } The !important is so other CSS won't override yours. Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http

Re: Changing appearance of ModalWindow?

2008-12-08 Thread Eyal Golan
: setCssClassName(ModalWindow.CSS_CLASS_GRAY); (or BLUE instead of GRAY). Good luck :) Eyal Golan [EMAIL PROTECTED] 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 Mon, Dec 8, 2008 at 2:03 PM

Checkboxes validator

2008-12-28 Thread Eyal Golan
will be appreciated as well. 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

Re: Twenty Six Wicket Tricks

2008-12-30 Thread Eyal Golan
I can't wait for yet another great Wicket book. I will surly buy it. regarding tricks, using Modal window can be nice. Integrating Wicket with JS libs (If it's not a topic for a small book by itself). Cool stuff with Ajax. Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net

UML Diagram of Wicket structure

2009-01-08 Thread Eyal Golan
Hi, A few months ago someone sent a link that had a nice class diagram of Wicket. Can anyone point me there? I think it was a presentation about Wicket but not sure. OR, Does anyone have a detailed Wicket class diagram? Thanks Eyal Golan egola...@gmail.com Visit: http

Re: UML Diagram of Wicket structure

2009-01-08 Thread Eyal Golan
Actually it is. Thanks. I want to show it to some friends whom are learning with me a course in OOD. 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

Re: UML Diagram of Wicket structure

2009-01-11 Thread Eyal Golan
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 Thu, Jan 8, 2009 at 8:24 PM, Curtis Cooley curtis.coo...@venture.com.sgwrote: Eyal Golan wrote

Re: Drop Down Box - Ajax Behaviour

2009-02-16 Thread Eyal Golan
Where do yo u have the values in the DropDown in the first place? If you use a model, why not updating 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

Application.CONFIGURATION

2009-02-24 Thread Eyal Golan
'wicket.configuration' ? Wouldn't it be better? Thanks 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

Re: Application.CONFIGURATION

2009-02-24 Thread Eyal Golan
Thanks Marcelo and James. I still prefer the solution we have come to: In the web.xml put deployment and in the Jetty plugin (StartWebServer) put the development. My question was why Application.java doesn't have 'wicket.configuration' as a static field. Wouldn't it be nice? Eyal Golan egola

Re: Application.CONFIGURATION

2009-02-24 Thread Eyal Golan
we don't need to worry. Igor: got your point ... 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 Tue, Feb 24, 2009 at 7:03 PM, Brill Pappin br

Re: Application.CONFIGURATION

2009-02-24 Thread Eyal Golan
not be static. And we use this method ... 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 Tue, Feb 24, 2009 at 8:31 PM, Marcelo Morales

Feedback panel problem

2009-03-22 Thread Eyal Golan
Wicket 1.3.4 (and planning to change to 1.3.5 soon). My solution is to use a normal panel that shows error messages when the page is constructed. But I would like to understand why this is happening. Thanks for any suggestion. Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net

Re: HeaderContributer for a title

2008-07-01 Thread Eyal Golan
come from my application's .properties file, like this: UserPage=User ClientPage=Client I re-use these labels when creating links to the same page. Of course, I can override getPageTitleModel() to return a custom title when needed. jk On Tue, Jul 01, 2008 at 03:36:45PM +0300, Eyal Golan

Problem getting child component in UNIX - AIX

2008-07-09 Thread Eyal Golan
). In AIX UNIX we get null. Is it because a wicket id has '.' (dots)? Or is is something with the separator? Thanks for any help -- Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please don't print this e-mail unless

Re: Problem getting child component in UNIX - AIX

2008-07-09 Thread Eyal Golan
this: Component c = form.get(PropertyType.SAGE.managedItems:panelXML); or this Component c = form.get(PropertyType.SAGE.managedItems + Component.PATH_SEPARATOR+ panelXML); shouldnt matter 1 bit. johan On Wed, Jul 9, 2008 at 9:13 AM, Eyal Golan [EMAIL PROTECTED] wrote: Hello all, We

strange behavior with DropDown

2008-07-23 Thread Eyal Golan
confDropDown.setNullValid(false); but it did not help. One of the buttons is CANCEL so I don't need any input and don't mind what are the values in the components. Is there any way of a walk through? Please advise, -- Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com

Re: strange behavior with DropDown

2008-07-23 Thread Eyal Golan
One more thing, If I put a break point in the onSubmit of the Button, the debugger doesn't even reach it if the configuration DropDown is not chosen. On Wed, Jul 23, 2008 at 3:34 PM, Eyal Golan [EMAIL PROTECTED] wrote: Hello all, I have a class that holds two DropDownChoice object. We have

Re: strange behavior with DropDown

2008-07-23 Thread Eyal Golan
if there was an error? On Wed, Jul 23, 2008 at 3:42 PM, Martijn Dashorst [EMAIL PROTECTED] wrote: override onError and set a breakpoint there. And add a feedbackpanel to your page. Martijn On Wed, Jul 23, 2008 at 2:40 PM, Eyal Golan [EMAIL PROTECTED] wrote: One more thing, If I put a break

error doesn't seem to work (?)

2008-07-23 Thread Eyal Golan
ContainerFeedbackMessageFilter but it still didn't work. We tried to put the feedback panel in the form and outside (in the page itself) - no difference. Why? -- Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please

Re: strange behavior with DropDown

2008-07-23 Thread Eyal Golan
, Eyal Golan [EMAIL PROTECTED] wrote: One more thing, If I put a break point in the onSubmit of the Button, the debugger doesn't even reach it if the configuration DropDown is not chosen. On Wed, Jul 23, 2008 at 3:34 PM, Eyal Golan [EMAIL PROTECTED] wrote: Hello all, I have a class

Re: error doesn't seem to work (?)

2008-07-23 Thread Eyal Golan
ContainerFeedbackMessageFilter but it still didn't work. We tried to put the feedback panel in the form and outside (in the page itself) - no difference. Why? -- Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please

Re: Reporting Engine on Wicket 1.3.4

2008-09-09 Thread Eyal Golan
, e-mail: [EMAIL PROTECTED] -- Eyal Golan [EMAIL PROTECTED] 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

Re: Assert that all models are detached at the end of the request?

2008-09-09 Thread Eyal Golan
) ? ((Component) root).getPath() : ; } check(root); } } - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net

Re: Reporting Engine on Wicket 1.3.4

2008-09-09 Thread Eyal Golan
looked at the JasperReports integration but the docs say it's not complete Thanks in advance - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Eyal Golan [EMAIL

Re: DateField throwing runtime error in IE only

2008-09-10 Thread Eyal Golan
] For additional commands, e-mail: [EMAIL PROTECTED] -- Eyal Golan [EMAIL PROTECTED] 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

Re: DateField throwing runtime error in IE only

2008-09-10 Thread Eyal Golan
archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http

Re: DateField throwing runtime error in IE only

2008-09-10 Thread Eyal Golan
archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net

Re: Hot deployment / code swapping

2008-09-10 Thread Eyal Golan
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Eyal Golan [EMAIL PROTECTED] 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

Re: Add a * (star) to a mandatory field

2008-09-17 Thread Eyal Golan
a use case where the customer wanted a '*' to represent a mandatory field. IMO, using a border is more subtle and tidier then your approach. On Tue, Sep 16, 2008 at 12:40 PM, Eyal Golan [EMAIL PROTECTED] wrote: Hi, I created this behavior for adding a star BEFORE the component is rendered

Re: Add a * (star) to a mandatory field

2008-09-17 Thread Eyal Golan
a '*' to represent a mandatory field. IMO, using a border is more subtle and tidier then your approach. On Tue, Sep 16, 2008 at 12:40 PM, Eyal Golan [EMAIL PROTECTED] wrote: Hi, I created this behavior for adding a star BEFORE the component is rendered: public final class MandatoryBehavior extends

Re: Add a * (star) to a mandatory field

2008-09-17 Thread Eyal Golan
: http://wicketstuff.org/wicket13/compref/?wicket:bookmarkablePage=:org.apache.wicket.examples.compref.BorderPage Best, James. On Wed, Sep 17, 2008 at 9:42 AM, Eyal Golan [EMAIL PROTECTED] wrote: Igor, James, Could you please give a short example of what you mean by using

Re: Add a * (star) to a mandatory field

2008-09-17 Thread Eyal Golan
the input tag. -igor -- Eyal Golan [EMAIL PROTECTED] 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

Navigating from a Modal Window

2008-09-18 Thread Eyal Golan
was. And then do the setResponsePage on it. Is there a nicer way? -- Eyal Golan [EMAIL PROTECTED] 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

Java BlackBelt Wicket exam

2008-09-19 Thread Eyal Golan
Hi, I have proposed to open a Wicket exam in JavaBlackBelt. Here's my proposal: http://www.javablackbelt.com/forum/posts/list/0/118.page#567 Please check it and give your thoughts. I have already written several questions (to myself). Thanks -- Eyal Golan [EMAIL PROTECTED] Visit: http

Re: Java BlackBelt Wicket exam

2008-09-19 Thread Eyal Golan
could specified to further detail as you write. Eyal Golan wrote: Hi, I have proposed to open a Wicket exam in JavaBlackBelt. Here's my proposal: http://www.javablackbelt.com/forum/posts/list/0/118.page#567 Please check it and give your thoughts. I have already written several

Strange behavior withe Modal Window

2008-09-21 Thread Eyal Golan
, the okPressed is FALSE even though I set it to TRUE. I tried many options of subclassing etc. The link with GeneralLinkParametersModalWindow works fine and the okPressed is true. It seems that I look at two different objects. I tried to be as clear as possible. Any thoughts? -- Eyal Golan

Re: Java BlackBelt Wicket exam

2008-09-21 Thread Eyal Golan
. On Fri, Sep 19, 2008 at 11:29 AM, Eyal Golan [EMAIL PROTECTED] wrote: People, it just a first draft. As you saw in the first post, I just wanted to add questions for a Wicket exam, and notified that there isn't. Maybe it's possible to create a basic exam and a more advanced one? I think we

Re: Strange behavior withe Modal Window

2008-09-21 Thread Eyal Golan
call close()); And the bug: In the onOk, newReportPage is null for the originatePage.setResponsePage(newReportPage);. This is very strange for me. Anyone knows something about it? We use 1.3.4 On Sun, Sep 21, 2008 at 12:19 PM, Eyal Golan [EMAIL PROTECTED] wrote: Hello, I have a problem

Re: Strange behavior withe Modal Window

2008-09-22 Thread Eyal Golan
on this for a few days already ... -- Eyal Golan [EMAIL PROTECTED] 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

Re: Strange behavior withe Modal Window

2008-09-22 Thread Eyal Golan
abstract methods. I have made an example with demo project here: http://stuq.nl/weblog/2008-06-05/wicket-how-to-write-a-reusable-modal-window-popup Regards, Daan On 22 sep 2008, at 10:41, Eyal Golan wrote: I thought taking out all state from the modal window to the page it is holding

Re: reading a resource file

2008-09-22 Thread Eyal Golan
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Eyal Golan [EMAIL PROTECTED] 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

how to get values from a property file

2008-09-22 Thread Eyal Golan
); sortOptions.add(descending); } @Override public Object getObject() { return sortOptions; } } I am pretty sure that the way I get the values is not the way I should. How can I do that the Wicket way? -- Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net

Re: update dropdown with ajax

2008-09-22 Thread Eyal Golan
mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http

Re: how to get values from a property file

2008-09-22 Thread Eyal Golan
OK, that's an option which I moved to. Is there another way? On Mon, Sep 22, 2008 at 3:22 PM, Uwe Schäfer [EMAIL PROTECTED]wrote: Eyal Golan schrieb: ResourceModel rmAsc = new ResourceModel(Reports.Parameters.ascending); String ascending = (String) rmAsc.getObject

Re: Re: Get object form Parameters

2008-09-27 Thread Eyal Golan
can even make this page to have several constructors. One that gets a List and one that gets PageParameters. -- Eyal Golan [EMAIL PROTECTED] 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

Re: ListMultipleChoice Defalut Selection

2008-09-28 Thread Eyal Golan
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please don't print this e-mail

ModalWindow and IAjaxIndicatorAware

2008-10-05 Thread Eyal Golan
the indicating ajax button). Naturally it didn't work :) Has anyone did something similar? Thanks -- Eyal Golan [EMAIL PROTECTED] 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

adding favicon using behavior

2008-11-04 Thread Eyal Golan
? Thanks -- Eyal Golan [EMAIL PROTECTED] 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

Re: adding favicon using behavior

2008-11-05 Thread Eyal Golan
at 11:43 PM, Eyal Golan [EMAIL PROTECTED] wrote: Hi, We have a behavior that is added to our main page (we use markup inheritance). In the behavior we add CSS links (and JS). We want to add a favicon as well. Here's what we did: response.getResponse().write(link rel=\SHORTCUT ICON\ href

Re: adding favicon using behavior

2008-11-08 Thread Eyal Golan
=\description\ content=\description\ /); } } Igor Vaynberg wrote: use iheadercontributor -igor On Tue, Nov 4, 2008 at 11:43 PM, Eyal Golan [EMAIL PROTECTED] wrote: Hi, We have a behavior that is added to our main page (we use markup inheritance). In the behavior we add

Re: Reading an attribute that is set in a CSS file as a class

2008-11-17 Thread Eyal Golan
Stephen, I need this the same reason James needs it. We generate an image (a JFreeChart image) and we want it to have the same background color as the one specified in the CSS file. Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74

Re: Reading an attribute that is set in a CSS file as a class

2008-11-17 Thread Eyal Golan
James, Yes, I would like you to send an example of this route. It looks as this is what I need. thanks Eyal Golan [EMAIL PROTECTED] 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

Session / Application : where to put a component

2008-11-17 Thread Eyal Golan
, instead of adding using new, I want something like: add(mySession.getMainTabsPanel()); or add(myApplication.getMainTabsPanel()); Which one is better or is there even something better than this? Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com

Re: Session / Application : where to put a component

2008-11-17 Thread Eyal Golan
OK. Thanks, I'll see if I can do it differently. Eyal Golan [EMAIL PROTECTED] 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 Mon, Nov 17, 2008 at 3:31 PM, Martijn Dashorst

Usage of getString with parameters (model?)

2008-11-18 Thread Eyal Golan
this. Please advise, thanks Eyal Golan [EMAIL PROTECTED] 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

Re: Usage of getString with parameters (model?)

2008-11-18 Thread Eyal Golan
Nino, Ernesto, Thanks. Ernesto, I actually looked into the code that you showed. I was a bit confused and that's why I asked. I think your solution will help me. Thanks. Eyal Golan [EMAIL PROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save

Re: how to create a TabPanel as a separate class.

2009-08-17 Thread Eyal Golan
it's exactly what it says. TabbedPanel doesn't have the default constructor. You must give it at least ID. 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

Dynamic nodes in Tree

2009-08-18 Thread Eyal Golan
DefaultMutableTreeNode parentNode) { if (isVisible(profile)) { parentNode.add(this); } } protected abstract boolean isVisible(Profile profile); } Thanks, Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P

Re: Dynamic nodes in Tree

2009-08-18 Thread Eyal Golan
something with dynamic model !! 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 Tue, Aug 18, 2009 at 4:55 PM, Eyal Golan egola...@gmail.com wrote: Hello, I

Re: Time Component for wicket.

2009-08-18 Thread Eyal Golan
Look at DateTimeField of YUI. Also, in the book WIA there's an example for that. The components are not with the arrows, but do have the hour, minutes fileds Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please

Re: Dynamic nodes in Tree

2009-08-18 Thread Eyal Golan
Still have a problem. When I use the IModel instead of the TreeModel, in the constructor, the nodes are not responding to the clicks. Any ideas? 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

Re: Date/Time Validation in Forms

2009-08-19 Thread Eyal Golan
Have a look at DateTimeField from YUI. In any case, you can always create a FormValidator so it can validate several components. BTW, you should really change the fields to be Integer and not String. Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net/ LinkedIn: http

Modal window and SSL

2009-08-19 Thread Eyal Golan
causing it? I googled a bit about it and found some tips on changing the IREquestCycleProcessor: http://cwiki.apache.org/WICKET/how-to-switch-to-ssl-mode.html It this what we should do? BTW, does anyone know how to run the embedded Jetty with SSL? Thanks Eyal Golan egola...@gmail.com Visit

Re: Modal window and SSL

2009-08-19 Thread Eyal Golan
Thanks Igor and Peter.Peter, we did change the JS that builds the ModalWindow. I'll look into it. Thanks, 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

Re: Modal window and SSL

2009-08-20 Thread Eyal Golan
: without success. (after looking at WICKET-855https://issues.apache.org/jira/browse/WICKET-855 ) Igor, there is no call to any resource that is in an http:// path. Please advice, Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P

Re: Regarding datepicker popup when inputfield pressed

2009-08-20 Thread Eyal Golan
without looking into code, you probably need to add a behavior with onclick to the text field. look how it's done in the click on icon. 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

Re: wicket auth roles example

2009-08-26 Thread Eyal Golan
10x 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 Wed, Aug 26, 2009 at 5:17 PM, Robin Sander robin.san...@gmx.net wrote: In wicket-examples

Grouping messages in FeedbackPanel

2009-08-31 Thread Eyal Golan
Hello, I there a way to change the feedback panel so we we group the messages according to levels: Errors: error message 1. error message 2. Info: info 1. etc. Do we need to *completely* override FeedbackPanel? My team mate wants to do that and I really holding him off. Thanks Eyal Golan

Re: Grouping messages in FeedbackPanel

2009-09-01 Thread Eyal Golan
Wouldn't it be nice to make the creation of the list protected? so we can override 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 Mon, Aug 31

Re: Dynamic Optgroups in Wicket

2009-09-01 Thread Eyal Golan
I'm not sure this is what you want, but have a look at this: http://www.wicket-library.com/wicket-examples/ajax/choice It's drop down with ajax. What they did is setting in the model Map of values. Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net/ LinkedIn: http

AbortWithWebErrorCodeException and RequestCycle newRequestCycle

2009-09-03 Thread Eyal Golan
that will be thrown instead of the AbortWithWebErrorCodeException(...) and to analyze it in the onRuntimeException. But, is there a way to map the 403 error page to another page? A setting of the Application or even in the web.xml? Thanks, Eyal Golan egola...@gmail.com Visit: http

Re: AbortWithWebErrorCodeException and RequestCycle newRequestCycle

2009-09-03 Thread Eyal Golan
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 Thu, Sep 3, 2009 at 2:04 PM, Pedro Santos pedros...@gmail.com wrote: don't you gona fall

Re: Form and PageParameters

2009-09-07 Thread Eyal Golan
with the form, and pass this object to the RequestPage. 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 Mon, Sep 7, 2009 at 11:38 AM, Charles Moulliard

Re: Form and PageParameters

2009-09-07 Thread Eyal Golan
everything and call it from each constructor. everything 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 Mon, Sep 7, 2009 at 4:34 PM, cmoulliard cmoulli

Re: Help on wizard solution...

2009-09-08 Thread Eyal Golan
I had some experience with what you need so i hope I could help you if you need something. I implemented the dynamic wizard and it was actually lots of fun :) Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree

problem with ResourceLink

2009-09-08 Thread Eyal Golan
) { //} } return contentType; } BTW, I've noticed that there's DownloadLink. Should we use this? Thanks 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

Re: Help on wizard solution...

2009-09-08 Thread Eyal Golan
+1 for john 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

DownloadLink and Resource

2009-09-09 Thread Eyal Golan
that is used? thanks, 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

Re: CSS and Javascript in Modal Panel

2009-09-10 Thread Eyal Golan
we used Page in the modal instead of Panel. In the page we added all header contributers. I'm not sure, but what if you add these contributers to the page that the modal window is in? Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com

Re: how to embed one wicket app into another

2009-09-10 Thread Eyal Golan
in the A app (the main), we show it in iframe and calling URLs. We had to implement a very bad security patch. One of my main assignments currently, is to merge the two applications back to one. Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net/ LinkedIn: http

HttpSessionStore instead of the default SecondLevelCacheSessionStore

2009-09-15 Thread Eyal Golan
detail the implications / differences of using the Http instead of the SecondLayer? The reason I'm asking this, is because, if it's better use, then I want to convince my team that we change the implementation of our application to use Http store. Thanks very much. Eyal Golan egola...@gmail.com

Re: HttpSessionStore instead of the default SecondLevelCacheSessionStore

2009-09-15 Thread Eyal Golan
Thank you all. This thread was very informative and educated. Peter, I will try the two suggestions you've mentioned. 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

WARN [org.apache.wicket.protocol.http.WebResponse] - redirect to ?wicket:interface=:5:::: failed: null

2009-10-06 Thread Eyal Golan
do I get this. Can someone give me a hint on where to start looking and to understand what's going on? Thanks, Eyal 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

Re: WARN [org.apache.wicket.protocol.http.WebResponse] - redirect to ?wicket:interface=:5:::: failed: null

2009-10-07 Thread Eyal Golan
: 475 We use Wicket 1.3.6 Thanks for your help. 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 Wed, Oct 7, 2009 at 1:18 AM, Jeremy Thomerson jer

Re: WARN [org.apache.wicket.protocol.http.WebResponse] - redirect to ?wicket:interface=:5:::: failed: null

2009-10-07 Thread Eyal Golan
BTW, the 'null' is the message of the exception. Looking at the exception in the break-point: the exception is: org.mortbay.jetty.EofException thanks. Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please

Re: WARN [org.apache.wicket.protocol.http.WebResponse] - redirect to ?wicket:interface=:5:::: failed: null

2009-10-08 Thread Eyal Golan
Jeremy, That's the problem. I didn't have an exception. It's a warning in a catch clause in WebResponse. I copied the stack trace when I stopped in a break point in that location. I will do what you suggest and look the 'close' method. Thanks Eyal Golan egola...@gmail.com Visit: http

Re: getCallbackUrl question

2009-11-08 Thread Eyal Golan
Any one ?

  1   2   3   4   >