Re: Images from DB to PDF File

2012-11-30 Thread arterzatij
I'll check it Lance, but in the while the Itext solution fits on my requirement they are just pictures, thanks folks it's up and running :) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Images-from-DB-to-PDF-File-tp5718438p5718445.html Sent from the Tapestry - User mail

Images from DB to PDF File

2012-11-30 Thread arterzatij
Hi folks, There is a way to build a pdf files from images stores on DB? I like to do something like follows: The user has a link that contains context params, when the user clicks on it the PDF gonna be generated (as stream response) and then downloaded to client side ... Any point is welc

Re: Add icon to a t:submit

2012-11-27 Thread arterzatij
I done it with <${button}> ${button}: asset on tapestry page -- View this message in context: http://tapestry.1045711.n5.nabble.com/Add-icon-to-a-t-submit-tp5718324p5718347.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: Jquery Tooltip on production mode

2012-11-27 Thread arterzatij
Doesn't work... -- View this message in context: http://tapestry.1045711.n5.nabble.com/Jquery-Tooltip-on-production-mode-tp5718174p5718344.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe

Re: Jquery Tooltip on production mode

2012-11-23 Thread arterzatij
I try this: -- View this message in context: http://tapestry.1045711.n5.nabble.com/Jquery-Tooltip-on-production-mode-tp5718174p5718207.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Jquery Tooltip on production mode

2012-11-23 Thread arterzatij
Seems like YUI pom avoiding is still no working. There are configuration that I missing? Thanks! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Jquery-Tooltip-on-production-mode-tp5718174p5718206.html

Re: Tapestry-JQuery: use of GoogleMap component

2012-11-22 Thread arterzatij
I found the same problem with the component, so what I did, I changed the scripts by this ones on Tapestry-Jquery Project http://gmap.nurtext.de/ And this is what I got: -- View this message in context: http://tapestry.1045711.

Jquery Tooltip on production mode

2012-11-21 Thread arterzatij
Hi all, Has anyone had problems with the project Tapestry-jQuery specifically tooltip script when we put the application in production mode? configuration.add(SymbolConstants.PRODUCTION_MODE, "true"); if I put has configuration.add(SymbolConstants.PRODUCTION

Re: beandisplay hide label if value is null?

2012-10-31 Thread arterzatij
And how to avoid NPE on beandisplay if the obj is null? I dont want to test the null value every time that I need to verify the obj, on my app there are data that is not required so I want to display something like "Data no available" like grid does when there is no rows... Suggestions? -- Vie

Re: T:Grid with fixed header!

2012-09-11 Thread arterzatij
Hi all, How I can avoid sorting on grid component for all columns thanks in advance! -- View this message in context: http://tapestry.1045711.n5.nabble.com/T-Grid-with-fixed-header-tp5716187p5716212.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: AjaxFormLoop

2012-09-11 Thread arterzatij
Fixed thansk for all! The problem was in the encoder object, I was requesting information to the db instead of the object flashed on the page. -- View this message in context: http://tapestry.1045711.n5.nabble.com/AjaxFormLoop-tp5716130p5716205.html Sent from the Tapestry - User mailing list a

AjaxFormLoop

2012-09-07 Thread arterzatij
Hi all, Now I'm getting some particular issue, when I submit the form from an ajaxformloop I loose the information on the server side, all information I provide turns to null values... I have next: Java file: @Property @Persist private List expenses; @OnEvent(value

Re: datefiled and null value 2

2012-09-07 Thread arterzatij
thanks my bad... -- View this message in context: http://tapestry.1045711.n5.nabble.com/datefiled-and-null-value-2-tp5716109p5716129.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-ma

datefiled and null value 2

2012-09-06 Thread arterzatij
Hi all, There is a way to display an empty datefiled avoiding the NPE, I have the next code on my tml file but if the date is null, tapestry rise the NPE... Failure reading parameter 'value' of component expenses/Expenses:date: Property 'expense' (within property expression 'expense.date

Re: datefiled and null value

2012-09-06 Thread arterzatij
Seems like gmail remove raw tag... -- View this message in context: http://tapestry.1045711.n5.nabble.com/datefiled-and-null-value-tp5716107p5716108.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To

datefiled and null value

2012-09-06 Thread arterzatij
Hi all, There is a way to display a datefiled avoiding the NPE, I have the next code on my tml file but if the date is null, tapestry rise the NPE... So, if the value is null I want to display an empty field, How can I reach that? Thanks in advance! -- View this message in contex

Re: BigDecimal on Tapestry pages

2012-08-13 Thread arterzatij
Hi, Currently I tested with 'en' locale and it works well, so bigdecimal is not the problem. But when I changed to 'es' locale (I live in Mexico), it gets the decimal separator as ',' ,on my regional settings of OS and browser are configured to handle '.' as decimal separator. Any suggestions? Th

decimalFormatSymbols

2012-08-10 Thread arterzatij
Hi all, How do I change the settings of "decimalFormatSymbols" programmatically? I am getting the JSONObject as Tapestry.decimalFormatSymbols = { "minusSign" : "-", "groupingSeparator" : ".", "decimalSeparator" : "," }; But my regional settings are grouping

Re: How to get a page's html to send it as an email?

2012-07-26 Thread arterzatij
Hi Luna, luna_guo wrote > > > > 1)In the first version of this service(t5.0.14?),you must save the > activate context to a @Persist property. In Tapestry 5.1.0,i did a little > test.It works well without this problem. > > > luna > How does this can be done? Do you have an example?

Re: Uploading then displaying Images

2012-07-19 Thread arterzatij
Hi Thiago, how do you get the file from db? I mean the BLOB type of data base to a Java Type? Thanks in advance! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Uploading-then-displaying-Images-tp3423946p5714604.html Sent from the Tapestry - User mailing list archive at

Re: BigDecimal on Tapestry pages

2012-07-05 Thread arterzatij
How the browser gets this locale? I have my regional configuration, to handle the decimal separator as ".", when I submit a number with a "," as decimal separator de js tapestry validator rise me an error, so, how tapestry is telling me that? If tapestry js validator has a "," like decimal separat

BigDecimal on Tapestry pages

2012-07-03 Thread arterzatij
Hello,     I am using a property of my entity as BigDecimal to manage prices in my app.     When filled with data, I provide a number with point as decimal separator, such as this "12.35". By submitting the information and displaying the information in the logger, I am getting the following num

Re: Tapestry output with special characters

2012-06-06 Thread arterzatij
Thanks! I works! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-output-with-special-characters-tp5713661p5713666.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsu

Tapestry output with special characters

2012-06-06 Thread arterzatij
Hi all, I have a problem with the output of special characters in one of my pages. In the properties file I have the following: billing=Lineamientos de facturación But when I load the page I get exactly the same as is on the properties file, and my expected value would be: / Lineamiento

Re: Example of jquery tabs with formfragments

2012-05-29 Thread arterzatij
BTW, when you do a click the tab component update the form needed by zone component, but it is donde by tabs component... -- View this message in context: http://tapestry.1045711.n5.nabble.com/Example-of-jquery-tabs-with-formfragments-tp5713510p5713512.html Sent from the Tapestry - User mailing l

Re: Example of jquery tabs with formfragments

2012-05-29 Thread arterzatij
Hi, I did that oin this way...

Re: Best place to put application/page parameters?

2012-04-24 Thread arterzatij
That kind of config I prefer to do it by db and handle them by page config, Just an opinion :) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Best-place-to-put-application-page-parameters-tp5658805p5662525.html Sent from the Tapestry - User mailing list archive at Nabble.

Re: Tapestry-jQuery

2012-04-24 Thread arterzatij
Hi, I actually did in this way an it works, but I want to use the jquery accordion provided on Tapestry-Jquery... # ${node.name}

Tapestry-jQuery

2012-04-24 Thread arterzatij
Hi all, Just a quick question, how do I do to make dinamic content in an accordion component. Thanks! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-jQuery-tp5662365p5662365.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: File System Asset Factory help needed and petition wanted

2012-04-17 Thread arterzatij
bhorvat wrote > > > arterzatij wrote >> >> And what is the better approach in order to upload files to a web app >> without using DBs and file system? >> > > Hi, > > Can you please check out my "solution" and try to figure out what i

Re: Tapestry with Spring

2012-04-17 Thread arterzatij
It works thanks! And how do I need to inject a service to call it from an static method? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-with-Spring-tp5574749p5646920.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: File System Asset Factory help needed and petition wanted

2012-04-16 Thread arterzatij
And what is the better approach in order to upload files to a web app without using DBs and file system? Cheers! -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p5644119.html Sent from the Tapestry - User

Re: Tapestry with Spring

2012-04-15 Thread arterzatij
e you have used is for Pages and Components. > > On Sat, Apr 14, 2012 at 11:56 AM, arterzatij <[hidden > email]<http://user/SendEmail.jtp?type=node&node=5641422&i=0>> > wrote: > > > Hi, > > > > I'm currently doing some similar integrati

Re: Tapestry with Spring

2012-04-14 Thread arterzatij
Hi, I'm currently doing some similar integration. First thing, while loading services the spring bean is loaded. This is the log info [DEBUG] spring.TapestryBeanFactory Creating shared instance of singleton bean 'loginService' [DEBUG] spring.TapestryBeanFactory Creating instance of bean 'login