hi antal,
i'm using your patch now as it is more complete than mine. it still
leaves one problem which is that the selected date (ie 25th) is
highlighted no matter what month/year calendar you are looking at.
ie, if you have selected 25th of may 2011, open the calendar, change the
month and
Hi Taha,
The error will occur if validate required is set in the template for
uploading files.
Maintenance Class
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.dash.t5wdb.pages;
import com.dash.t5wdb.daoservices.*;
import com.da
Yes, If I run it from outside Tapestry/Jetty/etc, it runs ok.
I mean, It comes with some sample .java to show how to load a report. I used
them to load my reports and it worked ok.
The order of the pentaho's method calls is the same in my app.
Regards !
--
View this message in context:
http://ta
OK got it sorry.
The solution was to use the RenderCommand pushing multiple RenderCommands in
the RenderQueue.
I was just doing it in the wrong order.
Cheers,
Dragan Sahpaski
On Mon, May 30, 2011 at 10:26 AM, dragan.sahpas...@gmail.com <
dragan.sahpas...@gmail.com> wrote:
> Hi,
> I just can't
I've just re-tested the JumpStart page and it does what you want. Just be sure
to use two different browsers applications for the two users so you're
absolutely sure they're not sharing one user session.
Are you retrieving the user from the DB in onPrepare()? In debug you would
expect to see i
Hi,
I just can't wrap my head around on how to do the following.
@Parameter
private Block block;
void afterRender(MarkupWriter writer)
{
writer.element("div");
// here I want to render the block
writer.end();
}
I cannot use tml template and also I cannot implement this is different
passes of b
I think the solution lies in
com.dash.t5wdb.pages.Maintenance.onSuccessFromguestForm(Maintenance.java:281)
Can you share that code ?
regards
Taha
On Mon, May 30, 2011 at 12:35 PM, ael wrote:
> Can anyone explain this?
>
> An unexpected application exception has occurred.
>
>org.apache.tap
Can anyone explain this?
An unexpected application exception has occurred.
org.apache.tapestry5.runtime.ComponentEventException
context
eventType
action
location
classpath:com/dash/t5wdb/pages/Maintenance.tml, line 133
128
129
130