Issue added:
https://issues.apache.org/jira/browse/TAPESTRY-2088
2008/1/24, Howard Lewis Ship <[EMAIL PROTECTED]>:
>
> Please add an issue with all relevant code and stack traces.
>
> On Jan 24, 2008 10:34 AM, Marcelo Lotif <[EMAIL PROTECTED]> wrote:
> > I found the solution to the 2nd problem mys
Please add an issue with all relevant code and stack traces.
On Jan 24, 2008 10:34 AM, Marcelo Lotif <[EMAIL PROTECTED]> wrote:
> I found the solution to the 2nd problem myself, was just a null parameter
> that i was passing and tapestry seems not to allow this anymore(at least on
> this case). Bu
I found the solution to the 2nd problem myself, was just a null parameter
that i was passing and tapestry seems not to allow this anymore(at least on
this case). But i still can't fix the the 1st problem... here's the stack
trace:
An unexpected application exception has occurred.
org.apache.tapes
And i am getting a null pointer exception too, maybe related with the error
that Geoff Callender posted few hours ago about a NPE on the TextField
Component.
Here's the stack trace:
An unexpected application exception has occurred.
org.apache.tapestry.ioc.internal.util.TapestryException
location
Hi all,
I was switching an app to T5.0.9 and i found this error on the PieChart
component that i took from the wiki:
org.apache.tapestry.ioc.internal.util.TapestryException
java.lang.ClassNotFoundException: int[]
the exception occurred on the last line of this snippet from my template.
And thi