Important: My previous mail is spam don't open it

2013-06-03 Thread ayman elwany
from my account i hope Ayman Elwany

Important: My previuos mail is spam don't open it

2013-06-03 Thread ayman elwany
nding mails from my account i hope. Ayman Elwany

Re: Weird feedback message formats

2010-03-28 Thread ayman elwany
is this solution could be used for feedback messages in feedback panels instead of the componenet/field path as resource key ?? On Thu, Mar 25, 2010 at 8:18 AM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > Use same label localization property name as wicket component id: > > Appl

Re: Feedback panel -- message resource bundle

2010-03-24 Thread ayman elwany
Any another approach that's help me to to use resources key instead of companent path key On Wed, Mar 24, 2010 at 3:26 PM, ayman elwany wrote: > Hi all, > > I update my feedback panel messages using "wicketApplication.properties" > and attach the me

Feedback panel -- message resource bundle

2010-03-24 Thread ayman elwany
Hi all, I update my feedback panel messages using "wicketApplication.properties" and attach the message to the component path : ---

Re: feedbackpanel for component using ComponentFeedbackMessageFilter doesn't appear in Listview

2010-03-24 Thread ayman elwany
at > http://wicketinaction.com/2008/10/building-a-listeditor-form-component/ > and the ListView.setReuseItems javadoc > > On Wed, Mar 24, 2010 at 7:09 AM, ayman elwany > wrote: > > > Hi All, > > > > > > I had a reusable component which

feedbackpanel for component using ComponentFeedbackMessageFilter doesn't appear in Listview

2010-03-24 Thread ayman elwany
Hi All, I had a reusable component which have a textfield with its feedback panel using ComponentFeedbackMessageFilter add(new FeedbackPanel("firstFeedback", new ComponentFeedbackMessageFilter(firstField))); and it is working fine but when I put this component in a ListView the feedback pan

testing a wicket panel

2010-03-14 Thread ayman elwany
Hi all, I had this AutoCompleteform.html my question : how can i test setting a value in this input textfield "autoOne"? I only started the panel in the wicket tester : tester.startPanel(new TestPanelSource() { public Panel getTestPanel(String panelId) { return new AutoComp

Re: Integrating Hibernate Validator with Wicket

2010-01-04 Thread ayman elwany
rked *fine *!!! so is there is any problem in the propertymodel with hibernate validator??? On Mon, Jan 4, 2010 at 8:37 AM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > http://42lines.net/content/integrating-hibernate-validator-and-wicket > > 2010/1/4 ayman elwany :

Integrating Hibernate Validator with Wicket

2010-01-03 Thread ayman elwany
Hi, Is there any common practice to integrate wicket with hibernate validator ?

Re: Listview clears all the data in the textfileds after adding new element in the List

2009-12-25 Thread ayman elwany
Hi Martin , thanks for your answer ,I add it the setReuseItems(true); but no effect , but the problem solved by changing the Link to submitLink and putting the Listview and the link in a form so by clicking the link all the fields in the form will be sent to the application.thanks to Sven for this

Re: Listview clears all the data in the textfileds after adding new element in the List

2009-12-25 Thread ayman elwany
a Link, the browser won't send the edited values back to > your application. > Use a SubmitLink instead. > > Sven > > ayman elwany wrote: > >> Hi All , >> I'm new to Apache Wicket , I started working with it from 2 weeks and I'm >> really enjoying

Listview clears all the data in the textfileds after adding new element in the List

2009-12-25 Thread ayman elwany
Hi All , I'm new to Apache Wicket , I started working with it from 2 weeks and I'm really enjoying it .but I have a little problem that I don't know what is the problem with it . I have a Listview contains three text fields as a table data raw with a Link which "onClick" adds a raw to the List