Re: Submit a form and ignore nested forms

2008-04-08 Thread AshleyAbraham
ponse... thanks Ashley AshleyAbraham wrote: > > Igor, > Thank u for your fast response... > > Thanks again, > Ashley > > > > Pills wrote: >> >> Hi everybody, >> >> I'm using nested forms in my web app to provide to the user a simp

Question about wicket:message

2007-12-13 Thread AshleyAbraham
I am trying to use wicket:message inside a tag in the following format wicket:message="attribute:resource_identifier" My question is the attribute which I am using is a custom attribute "ric:title" (without quotes) and it also has a colon in it. How can I tell wicket to ignore the colon in the a

Re: Question about wicket:message

2007-12-14 Thread AshleyAbraham
igor.vaynberg wrote: > > have you tried encoding the column's : char into &whatever; ? if that > doesnt work then add an rfe into our jira > > -igor > > > On Dec 13, 2007 3:22 PM, AshleyAbraham <[EMAIL PROTECTED]> wrote: >> >> I am

Wicket Wizard form need to add custom validation to each panel

2008-02-28 Thread AshleyAbraham
Hi everyone, I am working on a wicket wizard component, I am trying to add an AbstractFormValidation to each wizardStep, so when the wizardStep is added/replaced the wizard form will know how to custom validate that particular wizardStep. Since I am not able to find or access the wizard form

Re: Submit a form and ignore nested forms

2008-02-29 Thread AshleyAbraham
Hi everyone, I have a similar problem using Wizard, I have a idea but I dont know whether its a right approach or is there an easy way to do it... here is my thought, if I use a FormComponentPanel and put my nested form in it, then override the processChildren() to return false. So, when the

Re: Submit a form and ignore nested forms

2008-02-29 Thread AshleyAbraham
Igor, Thank u for your fast response... Thanks again, Ashley Pills wrote: > > Hi everybody, > > I'm using nested forms in my web app to provide to the user a simple way > for editting a product and its stock state at the same time (PRODUCTS and > STOCKS are bound with a relation 1-n in m

Having problems with resource keys in a form which has two panels of the same kind

2008-03-06 Thread AshleyAbraham
Hi everyone, I am having problems with finding resource keys for formComponents in a form which has two panels of the same kind. My formcomponents are inside couple levels of panels from the form and I am having hard time to figure out the resource key for those formComponents. Is there an e

Is there an ajax WizardButton to use in a wizard inside a ModalWindow?

2008-03-11 Thread AshleyAbraham
Hi everyone, I am using a Wizard inside a ModalWindow and I am trying to close the ModalWindow when the CancelButton or FinishButton is clicked. When one of those button's are clicked nothing happens, and I've found out that I need to use either AjaxButton or AjaxLink to make it work. Is ther

Re: Is there an ajax WizardButton to use in a wizard inside a ModalWindow?

2008-03-11 Thread AshleyAbraham
AshleyAbraham wrote: > > Hi everyone, > I am using a Wizard inside a ModalWindow and I am trying to close the > ModalWindow when the CancelButton or FinishButton is clicked. When one of > those button's are clicked nothing happens, and I've found out that I need &

Re: Nabble users: don't edit your posts!

2008-03-12 Thread AshleyAbraham
One other reason why Nabble resends the message is if someone posts a message and if it hasn't been accepted yet, Nabble puts these notices saying your message has not been accepted so try posting your message again... for someone new to Nabble forum they think they need repost their message again

Re: Is there an ajax WizardButton to use in a wizard inside a ModalWindow?

2008-10-08 Thread AshleyAbraham
helps, Ashley fstof wrote: > > Hey man, I'm looking for something similar, > have you got it working? > > > AshleyAbraham wrote: >> >> Just to clarify: I have created three classes, the parent class is the >> AjaxWizardButton similar to Wicket's