Hi,
I have a list of items. For each item I have to select a property from the
set of the predefined values.
If I just needed to display the items and the set of values I could have had
something like this:
Now since I need to both set initially selecte
Here is more
http://wiki.jboss.org/wiki/Wiki.jsp?page=OutOfMemoryExceptions
Jason, what makes you think it is a JVM issue?
Sergiy
> -Original Message-
> From: Jason Dyer [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 25, 2006 5:44 PM
> To: Tapestry users
> Subject: Re: OutOfMemory
You have to allocate more space for permanent object space using
java -XX:MaxPermSize=128m
or whatever you want instead of 128 MB.
Sergiy
==
Multiplex Systems LLC
http://www.mpxsys.com
==
> -Original Message-
> From: Cliff Zhao [mailto:[EMAIL PR
import org.apache.tapestry.AbstractComponent;
import java.util.Date;
import java.text.Format;
import java.text.SimpleDateFormat;
public abstract class BoxInventory extends AbstractComponent {
private Format _dateFormat;
public Format getDateFormat()
{
i
Yura,
You can also check out this link:
https://tapestrywebcomponentexamples.dev.java.net/
Sergiy
=
Multiplex Systems LLC
http://www.mpxsys.com
-Original Message-
From: Gregg Bolinger [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 15, 2006 6:49 PM
To: Tapestry us
The best references here are Open Session in View pattern
http://hibernate.org/43.html and, if you use Hibernate 3.1, generic DAO
pattern http://hibernate.org/328.html and the latest Caveat Emptor (alpha 5)
http://caveatemptor.hibernate.org/ constantly updated for Hibernate in
Action 2nd edition co
No you don't have to change Java files. They refer to page names in your
.application file.
You just have to make sure you've updated your application file:
Sergiy
-Original Message-
From: Yura Tkachenko [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 08, 2006 3:52 PM
To: tapestry-u
In T3, you can inherit all pages not from BasePage but from your own page
class which implements PageRenderListener.
Sergiy
> -Original Message-
> From: albartell [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 29, 2005 1:09 AM
> To: tapestry-user@jakarta.apache.org
> Subject: All p
This means you have an abstract method declared in Java and no corresponding
property in page file or your getter/property has a typo and slightly differ
from each other.
Sergiy
> -Original Message-
> From: spm [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 22, 2005 12:12 AM
> To:
Here is the link that answers your first question:
http://static.springframework.org/spring/docs/1.2.x/reference/webintegration
.html#view-tapestry
And yes it is possible to use Spring with Tapestry.
Sergiy
-Original Message-
From: Mohammad Shamsi [mailto:[EMAIL PROTECTED]
Sent: Monday
What made you think it should work with these files in shared/lib? Have you
read Tomcat documentation about this and class loaders in general?
Sergiy
-Original Message-
From: Alexander Kolesnikov [mailto:[EMAIL PROTECTED]
Sent: Monday, October 10, 2005 3:51 PM
To: Tapestry users
Subject
Shing,
Check Howard's blog on VL status in T4:
http://howardlewisship.com/blog/
As I understand it is still being ported.
Sergiy
-Original Message-
From: Shing Hing Man [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 01, 2005 4:31 AM
To: tapestry Tapestry
Subject: Where is the sourc
Hi,
Is it possible to extend Tapestry exception handling mechanism in an easy
way to send exception report by e-mail to a specified address every time an
exception occurs?
Sergiy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
13 matches
Mail list logo