No they are just strings and I read the submitted values from in injected
request object because the number of select components is dynamic and may
change. I wrote this form a very long time ago and wanted to be very
tapestry oriented but I think I don't need the tapestry select components
here !

On Sun, May 20, 2012 at 2:58 PM, Howard Lewis Ship <hls...@gmail.com> wrote:

> Typically, that occurs when the values inside the Selects are
> Serializable, but not HIbernate entities. Tapestry serializes them
> which gets very verbose.  Take a close look at the objects being
> stored as values, and the encoder parameter of the Select component.
>
> On Sun, May 20, 2012 at 2:08 AM, Muhammad Gelbana <m.gelb...@gmail.com>
> wrote:
> > Is having 46 select component generated by a loop, a big thing ? It's a
> > dashboard page.
> >
> >
> > On Thu, May 10, 2012 at 7:04 PM, Howard Lewis Ship <hls...@gmail.com>
> wrote:
> >
> >> I can say that it has something to do with encoding data into a
> >> rendering Form (the "t:formdata" hidden field).
> >>
> >> Is it possible you have an very, very, very large form (possibly an
> >> infinite loop)?
> >>
> >> Somewhere in your console, there should be an operations trace from
> >> Tapestry that may shed more light.
> >>
> >> On Thu, May 10, 2012 at 4:34 AM, Thiago H. de Paula Figueiredo
> >> <thiag...@gmail.com> wrote:
> >> > On Thu, 10 May 2012 06:14:10 -0300, Muhammad Gelbana <
> >> m.gelb...@gmail.com>
> >> > wrote:
> >> >
> >> >> This exception is thrown in the logs randomly and I can't track it !
> It
> >> >> looks like tapestry failed to do something but It must be something
> in
> >> my
> >> >> code, although the stacktrace isn't helping.
> >> >
> >> >
> >> >> java.lang.OutOfMemoryError
> >> >> at java.util.zip.Deflater.init(Native Method)
> >> >> at java.util.zip.Deflater.<init>(Unknown Source)
> >> >> at java.util.zip.GZIPOutputStream.<init>(Unknown Source)
> >> >> at java.util.zip.GZIPOutputStream.<init>(Unknown Source)
> >> >>
> >> >>
> >>
> org.apache.tapestry5.internal.services.ClientDataSinkImpl.<init>(ClientDataSinkImpl.java:42)
> >> >
> >> >
> >> > I'd guess you're putting too much stuff in client persistence.
> >> >
> >> > --
> >> > Thiago H. de Paula Figueiredo
> >> > Independent Java, Apache Tapestry 5 and Hibernate consultant,
> developer,
> >> and
> >> > instructor
> >> > Owner, Ars Machina Tecnologia da Informação Ltda.
> >> > http://www.arsmachina.com.br
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> >> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >> >
> >>
> >>
> >>
> >> --
> >> Howard M. Lewis Ship
> >>
> >> Creator of Apache Tapestry
> >>
> >> The source for Tapestry training, mentoring and support. Contact me to
> >> learn how I can get you up and productive in Tapestry fast!
> >>
> >> (971) 678-5210
> >> http://howardlewisship.com
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> >> For additional commands, e-mail: users-h...@tapestry.apache.org
> >>
> >>
> >
> >
> > --
> > *Regards,*
> > *Muhammad Gelbana
> > Java Developer*
>
>
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


-- 
*Regards,*
*Muhammad Gelbana
Java Developer*

Reply via email to