I have a table in which I use a Foreach to add rows.
When I click on one of the buttons in the table, I am getting a
java.util.ConcurrentModificationException (full stack trace below).
Any ideas why this would happen?
Thanks!
Dave
Stack Trace:
*
java.util.AbstractList$Itr.checkForCo
A large page, and got a large page class?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
That WAS easy. Thanks muchly!
Todd
On Apr 2, 2005, at 6:51 PM, Viktor Szathmary wrote:
it's easy:
v.
On Apr 2, 2005 6:46 PM, Todd O'Bryan <[EMAIL PROTECTED]> wrote:
I'd like to put up a dialog box to confirm a DirectLink before I take
it. (Students will be re-doing an assignment, and I just want
it's easy:
v.
On Apr 2, 2005 6:46 PM, Todd O'Bryan <[EMAIL PROTECTED]> wrote:
> I'd like to put up a dialog box to confirm a DirectLink before I take
> it. (Students will be re-doing an assignment, and I just want to make
> sure that they realize their old assignment will be deleted if they
> c
I'd like to put up a dialog box to confirm a DirectLink before I take
it. (Students will be re-doing an assignment, and I just want to make
sure that they realize their old assignment will be deleted if they
continue.)
Is there anything that would help with this, or do I just have to dig
into
You're also free to make your own IAsset implementations and provide
them from a getter
and then have a method:
public IAsset getMyImage() {
return new WhateverIAssetImplementationYouLike();
}
On Apr 2, 2005, at 5:24 PM, Andreas Andreou wrote:
You can try
i
Francis,
This is a bizarre post, have you seen the reaction in the list? It has
been taken as an April fool spoof. Is it? Please clarify.
Adam
> -Original Message-
> From: Francis Amanfo [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 01, 2005 12:48 PM
> To: tapestry-user@jakarta.apache.o
You can try
instead of your custom GeneralImage
The Any component can prove real handy, take a look at its documentation...
Henry Chen wrote:
Hi,
I want to load links from the database, and bind with @Image component. But
this is not possible because the image property requires an IAsset type
obje
You don't seem to have any
fieldTracking.errorError != null
expressions in the html or the jwc.
Did you post the correct source?
Maybe this error message is from a previous version of your app. Did you
refresh correctly?
david joffrin wrote:
Hi,
I tried several things, but I can make it work. I'd
Hi,
I want to load links from the database, and bind with @Image component. But
this is not possible because the image property requires an IAsset type
object. This can be provided by component but it only
support static path. Does Tapestry already have something that can return an
asset set dur
Hi,
I tried several things, but I can make it work. I'd like to display all
errors that have occured.
To do that, I modified the ShowError.jwc sample like that:
Error message goes here.
and,
http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
allow-body="no" allow-inf
Pretty nice component! Well done Viktor!
Adam Saltiel wrote:
That's brilliant. I'm sure it will see a lot of use, hopefully me too
real soon.
Adam
-Original Message-
From: Viktor Szathmary [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 02, 2005 9:08 AM
To: Tapestry users
Subject: partia
Hi Paul,
Here are the details as to how I'm redirecting on each step
step 2. Home page -> Logon page. This is a @PageLink with a
renderer="ognl:beans.httpsRenderer" in the html template.
step 3. Logon page -> Account page. The Logon page uses the following code
to redirect to the Account Page:
Hi T.n.a.!
Sorry for the delay, I am travelling right now, and thank you for your reply.
> I don't understand, Alexander: how did you choose your topic if you need
> a basic introduction to it?
Well, it works in my university like this: we are proposed a list of topics
from which we can choos
That's brilliant. I'm sure it will see a lot of use, hopefully me too
real soon.
Adam
> -Original Message-
> From: Viktor Szathmary [mailto:[EMAIL PROTECTED]
> Sent: Saturday, April 02, 2005 9:08 AM
> To: Tapestry users
> Subject: partial page rendering demo
>
> hi,
>
> i implemented a fi
- Original Message -
From: "Viktor Szathmary" <[EMAIL PROTECTED]>
To: "Filip Balas" <[EMAIL PROTECTED]>
Cc: "Tapestry users"
Sent: Thursday, March 31, 2005 11:55 PM
Subject: Re: Tacos/Ajax (was: [ANN] Tacos Library 2005-03-27)
> hi,
>
> what would this listener would be activated on? no
Henrik Hjalmarsson wrote:
I would like to use the Tapestry page generator (interpretation of the
page specification and building of html data (in this case xml-data)) to
generate my middle format XML.
Hej Henrik,
Although I haven't done so myself you can always chuck a servlet filter
in the mix
In my quest to render a page content to a string I can access I have tried
the following solution
Generate.java
public class Generate extends BasePage
{
private ByteArrayOutputStream stream = new ByteArrayOutputStream();
private IMarkupWriter stringWriter = new HTMLWriter("text/xml",
I do not think I got the answer to my problem, your solutions gives me the
tools for presenting the user with the PDF data in the end if I do not
misunderstand.
I would like to use the Tapestry page generator (interpretation of the page
specification and building of html data (in this case xml
hi,
i implemented a first hack at partial page rendering using
XmlHttpRequest. Check out the demo at:
http://tacos.mine.nu:8080/tacos-demo/app?service=page/Partial
With this approach, you can mark sections of the page for dynamic
replacement (using tacos:Part). tacos:PartialLinks are identica
20 matches
Mail list logo