RE: @Import for style sheets

2014-03-12 Thread nhhockeyplayer nashua
Apologies... the javadoc that came up in the value tip in eclipse told me Annotations to control the importing of JavaScript stacks and libraries as well as stylesheets. This annotation may be placed on a class, in which case importing will occur as part of the SetupRender render phase. Altern

RE: @Import for style sheets

2014-03-12 Thread nhhockeyplayer nashua
Apologies... the javadoc that came up in the value tip in eclipse told me Annotations to control the importing of JavaScript stacks and libraries as well as stylesheets. This annotation may be placed on a class, in which case importing will occur as part of the SetupRender render phase. Altern

Re: Import/export in tapestry

2012-09-13 Thread Thiago H de Paula Figueiredo
On Thu, 13 Sep 2012 01:00:08 -0300, gonzalomp87 wrote: Hi Hi! I was busy these days and I resume today with the application. I try doing what you told me but there are two problems: 1. Do not let me select the directory where I want download, just ask if I> want cancel or save and a

Re: Import/export in tapestry

2012-09-12 Thread gonzalomp87
Hi I was busy these days and I resume today with the application. I try doing what you told me but there are two problems: 1. Do not let me select the directory where I want download, just ask if I want cancel or save and automatically download in the download folder. 2. Do not know how you c

Re: Import/export in tapestry

2012-08-09 Thread Alex Kotchnev
What I mean is that if you need to download multiple files at the same time, when the user clicks the "Download" button or link, you can create a zip file containing the files they need and send the zip file back to the user. Cheers, Alex K On Thu, Aug 9, 2012 at 9:19 AM, gonzalomp87 wrote: >

Re: Import/export in tapestry

2012-08-09 Thread gonzalomp87
Thanks. Sorry but I dont understand that meaning of this phrase Alex Kotchnev-2 wrote > > *If you have multiple files that > you need to download, you can always zip them up (on the fly) to download > all at the same time.* > > Cheers - Alex K > > On Wed, Aug 8, 2012 at 11:12 PM, gon

Re: Import/export in tapestry

2012-08-09 Thread Alex Kotchnev
No way to do it from Tapestry (or any other web app for that matter) - where the file will be stored on your client machine when you click on a link to download it is a browser feature. If you have multiple files that you need to download, you can always zip them up (on the fly) to download all at

Re: @Import

2011-04-02 Thread Howard Lewis Ship
Note that the syntax of annotations is defined by the Java language, not Tapestry, as is the limitation (?) that a given method (or other member) have only one annotation of a given type. On Sat, Apr 2, 2011 at 5:39 AM, Angelo C. wrote: > how about this? > > @Import(library = > {"context:ext-3.2.

Re: @Import

2011-04-02 Thread Angelo C.
how about this? @Import(library = {"context:ext-3.2.1/adapter/ext/ext-base.js","context:ext-3.2.1/ext-all-debug.js"}) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Import-tp4277615p4277644.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: Import and Export to .xls in Tapestry 5

2010-03-29 Thread Daniel Jue
Sorry, for importing I would suggest using POI. On Mon, Mar 29, 2010 at 8:40 PM, Daniel Jue wrote: > IMHO, you should really have an intermediate model (with column > definitions, and a list of rows containing a list of cells) > From there you can pretty much load it into anything (including your

Re: Import and Export to .xls in Tapestry 5

2010-03-29 Thread Daniel Jue
IMHO, you should really have an intermediate model (with column definitions, and a list of rows containing a list of cells) >From there you can pretty much load it into anything (including your Tapestry Grid). You're going to want this when you eventually need cell styles/formatting/borders/etc th

Re: Import and Export to .xls in Tapestry 5

2010-03-29 Thread Thiago H. de Paula Figueiredo
Hi! On Mon, 29 Mar 2010 16:55:18 -0300, faye alaska wrote: Does anyone here have experience of import and exporting to an .xls form the grid component in Tapestry5 or point me to a good example? The import part would need some library to do the file parsing. Apache has one: http://poi.