omFormInjector() {
return _newRow;
}
}
> -Original Message-
> From: Igor Drobiazko [mailto:[EMAIL PROTECTED]
> Sent: 15 April 2008 15:28
> To: Tapestry users
> Subject: Re: Dynamic list of strings in a form
>
> Ups, wrong template url. This o
l Message-
> From: Igor Drobiazko [mailto:[EMAIL PROTECTED]
> Sent: 15 April 2008 15:28
> To: Tapestry users
> Subject: Re: Dynamic list of strings in a form
>
> Ups, wrong template url. This one is the correct one:
> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tap
; -Original Message-
> From: Igor Drobiazko [mailto:[EMAIL PROTECTED]
> Sent: 15 April 2008 15:28
> To: Tapestry users
> Subject: Re: Dynamic list of strings in a form
>
> Ups, wrong template url. This one is the correct one:
> http://svn.apache.org/viewvc/tapestry/ta
On Tue, Apr 15, 2008 at 6:51 AM, Michael Dukaczewski
> <[EMAIL PROTECTED]> wrote:
>> I am using Tapestry 5.0.11 and have a problem with a dynamic list of strings
>> in a form. What I am trying, is the following:
>>
>> In the Page.java:
>>
>> @Persis
s into your list.
Hope that helps,
Josh
On Tue, Apr 15, 2008 at 6:51 AM, Michael Dukaczewski
<[EMAIL PROTECTED]> wrote:
> I am using Tapestry 5.0.11 and have a problem with a dynamic list of strings
> in a form. What I am trying, is the following:
>
> In the Page.java:
>
>
Hi Michael,
Try Grid component instead a Loop.
Marcus
Michael Dukaczewski wrote:
[...]
I have a list of values, the user has to enter. The number of values,
that have to be typed in, is dynamic, so the user has to extend the form.
The add button works, but the values are not saved. Can someone tell
me, that I am do
e:
>
> > I am using Tapestry 5.0.11 and have a problem with a dynamic list of
> > strings in a form. What I am trying, is the following:
> >
> > In the Page.java:
> >
> > @Persist
> > private List items;
> >
> > @Property
> > private St
Tapestry 5.0.11 and have a problem with a dynamic list of
> strings in a form. What I am trying, is the following:
>
> In the Page.java:
>
> @Persist
> private List items;
>
> @Property
> private String item;
>
> public List getItems() {
>if (items == nu
I am using Tapestry 5.0.11 and have a problem with a dynamic list of
strings in a form. What I am trying, is the following:
In the Page.java:
@Persist
private List items;
@Property
private String item;
public List getItems() {
if (items == null) {
items = new
10 matches
Mail list logo