[displaytag-user] Argument is not an Array??? please help!

2006-05-29 Thread Sergio Cerro Pascual
Hi to all, Im trying to install and to configure the selectable DisplayTag in a proyect web and all i can see is an exception: org.apache.jasper.JasperException: Argument is not an array I dont know what`s wrong. Anyone knows how to correct this mistake. Thanks! Economopoulos Spyros wrote:

[displaytag-user] [displaytag - Help] DisplayTag 1.1 export to excel exception

2006-05-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3754693 By: vikraminfonox Hi everybody, I am exporting data to excel from display tag report, I have just migrated to displaytag 1.1, so that it could export caption and footer data. I am using

[displaytag-user] Excluding entries from table

2006-05-29 Thread Harakiri
Hi list, is anyone aware of excluding entries from a table ? I.e. i have an arraylist with objects and i only want to show specific entries from that list. Is it possible to do this without writing an own decorator ? if that would be the case i had to do that for every table / listing i have.

[displaytag-user] Editing / Saving ALL current displayed entries possible - but bad design

2006-05-29 Thread Harakiri
Hi list, the demo of editing and saving entries using display tag http://demo.appfuse.org/appfuse/demos/users-edit.jsp has the obvious limitation of only allowing ONE entry to be manipulated at each request (save) Ive found a simple way to edit all entries current displayed however - the design

Re: [displaytag-user] Excluding entries from table

2006-05-29 Thread Ed Webb
Harakiri wrote: Hi list, is anyone aware of excluding entries from a table ? I.e. i have an arraylist with objects and i only want to show specific entries from that list. Is it possible to do this without writing an own decorator ? if that would be the case i had to do that for every

Re: [displaytag-user] Excluding entries from table

2006-05-29 Thread Rick Herrick
I think one of the creators of displaytag weighed in on this quite some time ago, explaining that basically they didn't want to weigh displaytag down with data manipulation functions. It's not really a matter of creating a decorator. Just remove unwanted entries from the list before passing it

Re: [displaytag-user] Editing / Saving ALL current displayed entriespossible - but bad design

2006-05-29 Thread Rick Herrick
Again, displaytag is a tag library for displaying things. You're asking for a very open-ended form management tool. That isn't what displaytag is. It does the job for which it's designed very well. It shouldn't be surprising that you find that a hammer is not so good for screwing in bolts.

Re: [displaytag-user] [displaytag - Help] DisplayTag 1.1 export to excel exception

2006-05-29 Thread Jorge Barroso
Sounds like a deployment issue. Double-check that you don't have an old poi version in your classpath. The missing method definitely exits in 2.5.1. -J --- SourceForge.net [EMAIL PROTECTED] wrote: Read and respond to this message at:

[displaytag-user] decorator href newbie

2006-05-29 Thread Chris Pat
Hi List In creating my own decorator, how do I access the properties of current object? Do I have to cast my object from the pageContext, index into that and then use that object's getters? Also, how from within, my own decorator can I use the class implemnting the Href interface to be able

Re: [displaytag-user] Editing / Saving ALL current displayed entriespossible - but bad design

2006-05-29 Thread Harakiri
I just want to make sure I understand exactly what you want before I describe a solution Rick, thanks for your reply - i already have a solution working together with displaytag as i pointed out - however i asked if there is a proper way to do it which differs from mine. I want not to only