Panel isn't displayed

2010-05-24 Thread Rubén khanser
Hi, I run on wicket 1.3.5 and I'm having a strange issue. When I request a specific panel nothing comes to display however I get on the DEBUG messages that the panel ended the request for page and there aren't any errors being throwed in my app. The last page where I clicked is still on screen

Fwd: Panel isn't displayed

2010-05-24 Thread Rubén khanser
SOLVED! It was a problem with wicket:head and unresolved .js URI -- Mensaje reenviado -- De: Rubén khanser khan...@gmail.com Fecha: 24 de mayo de 2010 12:37 Asunto: Panel isn't displayed Para: users@wicket.apache.org Hi, I run on wicket 1.3.5 and I'm having a strange issue

Required error message pointing to different FeedBackPanel

2010-05-12 Thread Rubén khanser
Hi, I've been searching through this but I can't seem to find anything. I have a general porpouse FeedBackPanel in my Page so the required error messages go automatically to this feedbackpanel. Now i needed to do some dynamic appending subpanels in my page and i need required error messages to

Re: TextArea in repeater doesn't update it's model

2010-02-12 Thread Rubén khanser
Igor Vaynberg igor.vaynb...@gmail.com it has nothing to do with nested forms. regular links do not submit forms, that is how html works. you can either use a button or a submitlink. -igor 2010/2/11 Rubén khanser khan...@gmail.com: Then should I use nestedforms better than this? 2010/2

Re: TextArea in repeater doesn't update it's model

2010-02-12 Thread Rubén khanser
Ok i got it solved using a Form in each row that contains the textarea and the submitlink. Thanks El 12 de febrero de 2010 09:53, Rubén khanser khan...@gmail.com escribió: It still doesn't work. Do I need a form inside my repeater? protected void populateItem(Item arg0) { Label pagina

TextArea in repeater doesn't update it's model

2010-02-11 Thread Rubén khanser
I have an AjaxFallBackLink that executes an update in a service, but i need the textArea of the same row to be updated. I have wasted all morning but i can't still make it work. I reached this point: DataView dv = new DataView(dataView,ldp) { private static final long serialVersionUID

Re: TextArea in repeater doesn't update it's model

2010-02-11 Thread Rubén khanser
Then should I use nestedforms better than this? 2010/2/11 Igor Vaynberg igor.vaynb...@gmail.com you need to use a submit link if you want the values to be submitted back to the server -igor 2010/2/11 Rubén khanser khan...@gmail.com: I have an AjaxFallBackLink that executes an update