Implementing jasper integration component i think need to used an active
JDBC connection. problem is it's working outside the framework a
On Wed, Apr 7, 2010 at 12:22 PM, Ulrich Stärk wrote:
> Welcome on this list Charith.
>
> So what exactly are you planning to do? What will your integ
On Wed, Apr 7, 2010 at 8:52 AM, Ulrich Stärk wrote:
> Welcome on this list Charith.
>
> So what exactly are you planning to do? What will your integration look
> like? Please discuss your more concrete ideas. Just saying "I'll do a
> JasperReports integration because JasperReports is nice" just i
On Wed, 07 Apr 2010 04:26:04 -0300, Charith Madusanka
wrote:
Implementing jasper integration component i think need to used an active
JDBC connection. problem is it's working outside the framework a
Hi!
That's not correct. JasperReports receives a JRDataSource instance. Its is
a
Suggestion:
Add a context binding to loop that can be used to set the "value" binding upon
link submission.
Why:
As a new user of tapestry, loop actually bit me because I assumed it did
this already and was surprised in my event handlers when my value binding was
null.
Usage Example:
On Wed, 07 Apr 2010 09:12:10 -0300, Pierce T. Wetter III
wrote:
As a new user of tapestry, loop actually bit me because I assumed it
did this already and was surprised in my event handlers when my value
binding was null.
Why not passing the current object as the context of th
>>As a new user of tapestry, loop actually bit me because I assumed it did
>> this already and was surprised in my event handlers when my value binding
>> was null.
>>
>
> Why not passing the current object as the context of the EventLink instead?
>
> t:context="value.id">
>
> publ
hi pierce,
don't you have the same problem if you
put 10 eventlinks on your page. how do you
distinguish them? either you have 10 different
event links onEventFromC1() or you use the
context onEvent(String id)... or onEvent(AlmostAnyObject obj)
having a loop rendering the 10 eventlinks is
more or
Except in my example, it wasn't the component with the loop that creates the
eventlink, it was the component _inside_ the loop that makes the eventlink.
Adding context to the loop is about encapsulating the information needed at
the appropriate level. At the level of the outer component wh
Thanks Thiago!
I understand the memory requirements, but thought you might have meant
something more sinister. :-)
mrg
On Tue, Apr 6, 2010 at 4:43 PM, Thiago H. de Paula Figueiredo
wrote:
> On Tue, 06 Apr 2010 17:32:04 -0300, Michael Gentry
> wrote:
>
>> Hi Thiago,
>
> Hi!
>
>> I'm curious a
On Wed, 07 Apr 2010 09:34:21 -0300, Pierce T. Wetter III
wrote:
1. What if the eventlink is nested several layers deep in components?
Then value has to be passed all the way down...
The context in the Loop wouldn't solve this problem. The context is only
passed from the event that tri
On Wed, 07 Apr 2010 10:18:48 -0300, Michael Gentry
wrote:
Thanks Thiago!
You're welcome!
I understand the memory requirements, but thought you might have meant
something more sinister. :-)
I'm always concerned about using resources (CPU, memory, database access)
as little as possible
Hi,
I see lots of activity in the trunk, which is great, but the bug fix release
for 5.1 seems to be forgotten. There was that issue with the default
configuration, IIRC. Wasn't everybody saying a bug fix release has to be done
asap?
I'd like to help finding a solution for the remaining probl
Hi all,
First all I'm thank to Thiago information about JRDataSource instance,
I'm plane
to implement JasperReports integration component. my
project deliverables are given below ,
- Basic jasper reports.
- Generated reports into more popular formats such as PDF, HTML , XML
and OpenOffic
My Proposal for three components
*Tapestry Drag and Drop Palette *
Create a new component by
modificating the component Tapestry Palette so the user can select and
deselect items
using droppables e sortables de Scriptaculous
The new component will be based on the javascript language. The new
co
<<
And then in your onSuccess() and/or onValidate() event handler
method,
you can inject the Request get get the selectedObjects query
parameter
value.
>>
Have you got sample code about this ?
Regards.
--- En date de : Lun 29.3.10, Howard Lewis Ship a écrit :
De: Howard Lewis Ship
Objet:
Hi,
Has anyone succeeded in integrating Envers (http://www.jboss.org/envers) in a
T5.1 app, to audit information HttpRequest based?
I succeeded on putting Envers to work, but I'm stuck at this point and I would
like to know which approaches some people used to achieve that.
The problem is... I
On Apr 7, 2010, at 6:29 AM, Thiago H. de Paula Figueiredo wrote:
> On Wed, 07 Apr 2010 09:34:21 -0300, Pierce T. Wetter III
> wrote:
>
>> 1. What if the eventlink is nested several layers deep in components? Then
>> value has to be passed all the way down...
>
> The context in the Loop wou
Problem:
You have a form in a page, and you have navigation off to the side. So
the navigation is outside the form. If someone clicks the navigation, you want
to make sure you get any edits they've made.
Solution:
LinkSubmit could take an id that it would use when outside a fo
I'm also interest to implement JavaScript-only PDF viewer component and
Google maps component, because both component are base on
the JavaScript.(and ajax)
Google maps component,
The GMap componet provides an interface to the Google Maps API within T5.
It will provide users a clickable map for en
Hi everyone,
I'd love to make a contribution to Tapestry with my first mailing to the
list, but it's yet another newbie issue.
The above issue has apparentely been solved (according to this jira
issue: http://issues.apache.org/jira/browse/TAP5-913), but yet no new
stable release has been rel
on tapestry4, the existing palette is selected by "label", can select by "key" ?
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
i'm refering to this component
http://tapestry.apache.org/tapestry4/tapestry-contrib/ComponentReference/Palette.html
can advise how to modify it so that i can get by key rather than label ?
-
To unsubscribe, e-mail: users-uns
hi everton,
if you really can't add the RevisionListener programmatically, define a
public
static field in your listener using the service type, eg. UserInformation.
then define a eagerload service that has the UserInformation injected and
set the
public static field in your RevisionListener:
23 matches
Mail list logo