that kind of data has to be retrieved from the request completely by youreself in for example the form.submit method.
see WebRequest.getParameter() for example

On 10/1/05, Trieu, Danny <[EMAIL PROTECTED]> wrote:

Hi all,

 

I need to create a Form that has a list of input group, e.g. ListItem(s). The page has _javascript_ that will create

New input group, that allow user enter addition info.

 

My question is how do implement this on the server side, so that wicket knows there is addition nodes for the

Existing ListViewModel. Meaning, if the new input group created on the client browser get submitted to the server.

What do I need to do on the server to capture the new input data.  Is there any name pattern needed to follow for

Those new inputs, so that wicket know and create new node for the model.

 

Is there any example like this out there? That someone can point me to?

 

Thanks for any help,

 

--danny

 

"The essence of knowledge is, having it, to apply it; not having it, to confess your ignorance." -Confucius

 


Reply via email to