Re: How to write a common propertie files for specific languages.

2013-01-12 Thread Anbazhagan
Thanks for your replay. it's really helpful for me. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-write-a-common-propertie-files-for-specific-languages-tp5719254p5719263.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

How to write a common propertie files for specific languages.

2013-01-11 Thread Anbazhagan
Hi, I am developing web application using tapestry. I have more than 15 tml files in my application. I am writing a properties files for German, English, French languages, for all the pages. In my all the pages, I have same footer, header and user authentication labels . So I want to avoid writin

Re: Tapestry checkbox focus problem.

2013-01-03 Thread Anbazhagan
Thank you very much. It's working. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-remove-defalut-focus-from-check-box-tp5719130p5719132.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Tapestry checkbox focus problem.

2013-01-03 Thread Anbazhagan
Hi, I am developing web application for iphone and android. I am using tapestry check boxes in my tml page at the bottom. When I load that page, focus goes to bottom of the page. When remove the check boxes and reload that page, focus goes to top of the page. Please any one say how can I solve

Re: How to give the link to the select component value.

2012-11-27 Thread Anbazhagan
Hi Taha really thanks for your valuable reply. Its working. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-give-the-link-to-the-select-component-value-tp5718309p5718320.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

How to give the link to the select component value.

2012-11-26 Thread Anbazhagan
Hi, I am developing a web application. In my application I am using select component to display the categories with submit button. My select component is . Here I select the specific category and click the go button, then only its take the action and display the content. But I want to take th

Image lazy loading using tapestry without jquery.

2012-10-25 Thread Anbazhagan
Hi, I am developing a web application for smart phones using tapestry. I am display more than 40 images in my index page using tapestry loop component. I want image lazy loading when I scroll down that page. I have achieved using jquery but still i have some problem while I am scrolling in smart

Re: How to increase text field size.

2012-10-11 Thread Anbazhagan
Thanks for your reply.. I want visual height display. Now I am using css style(padding-top and padding-left) to increase width and height. But it is not fit for all devices. So please give me your valuable suggestion. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-

Re: How to increase text field size.

2012-10-10 Thread Anbazhagan
Thanks for your reply. Is possible to achieve using tapestry without using css. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-increase-text-field-size-tp5716764p5716766.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

How to increase text field size.

2012-10-10 Thread Anbazhagan
Hi, I am developing web application. In that web application I have designed a login page with two fields(text field and password field). code: I am using size parameter to increase the width and height of that two fields. But it increase only width of the two fields and one more problem is

Re: How to display images in grid view

2012-09-17 Thread Anbazhagan
Thanks for your reply. Now I am using tapestry loop, & css styles to display those images in that style. However in the mean time I am looking for any built-in component in tapestry, Where I would like to give the rows count & columns count & it will generate the structure like that. Is there any

Re: How to display images in grid view

2012-09-17 Thread Anbazhagan
Get the image through url hitting - I just mentioned here about my image retrieval process (Here I got the images to be displayed from json url & parsed that), Please kindly skip that. All I need is to display the images like that above mentioned view, Is there any tapestry component to achieve t

How to display images in grid view

2012-09-17 Thread Anbazhagan
Hi, I want to display images(Get the images through url hitting) in grid view. I have tried grid component but it display all the details from the url in the table format. But i want to display only images images in grid view. image1 image2 image3 image4

Re: Using a own component in different places and using a specific data in that component

2012-09-10 Thread Anbazhagan
I tried that sample. It's working. Thanks lot -- View this message in context: http://tapestry.1045711.n5.nabble.com/Using-a-own-component-in-different-places-and-using-a-specific-data-in-that-component-tp5716161p5716163.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Using a own component in different places and using a specific data in that component

2012-09-10 Thread Anbazhagan
Hi, I have my own component called header. I have designed that component with right side combo drop down and left side logo. I am invoke that header component in two tml pages(A,B). I want to display both logo and drop down in page A and i want to display only logo without combo drop down in

Re: restrict button refresh When i click

2012-08-07 Thread Anbazhagan
Thanks its working to display the title of content of first item only i.e. every action, current index return 0 only. My tml page coding is, Preview java page, @InjectComponent private Zone title; @Inject private AjaxResponseRenderer ajaxResponseRend

restrict button refresh When i click

2012-08-06 Thread Anbazhagan
Hi I using loop component to display the list of items. Each items have separate button. I have designed when i click the button the title of items will display on the same page. Here when i click that button the page was refreshed. so i cannot maintain the current index. Hence can't display the

Re: how to clear the textarea after submit

2012-07-28 Thread Anbazhagan
This is my tml page. ${submitData} My java page @Persist private String returnData ; void onSelectedFromData() { if(feedback.length()!=0) { System.out.println("successfully

how to clear the textarea after submit

2012-07-28 Thread Anbazhagan
Hi I am using textarea component for feedback submit in application. After enter the value how to clear the textarea field. Thank u -- View this message in context: http://tapestry.1045711.n5.nabble.com/how-to-clear-the-textarea-after-submit-tp5714847.html Sent from the Tapestry - User mail

i need example for parameters attribute in t:pagelink

2012-07-24 Thread Anbazhagan
Hi, How to use parameters attribute in pagelink component. Thank you -- View this message in context: http://tapestry.1045711.n5.nabble.com/i-need-example-for-parameters-attribute-in-t-pagelink-tp5714754.html Sent from the Tapestry - User mailing list archive at Nabble.com.