[T4]. multiple file upload. Help.

2009-08-04 Thread kk4Nabble
Hi all. Am using Tapestry 4.1.5. Can anybody help me with uploading multiple files. Just like Gmail does. Right now i can upload single file ,But how to upload multiple files via AJAX. Is there any way to do it. is there anyway to do through the dojo which is integrated with tapestry 4? Please

[T4]. multiple file upload. Help.

2009-08-04 Thread kk4Nabble
-- View this message in context: http://www.nabble.com/-T4-.-multiple-file-upload.-Help.-tp24807180p24807180.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@t

Re: how to specify to say more than one java file to share same html

2009-06-16 Thread kk4Nabble
arHome.html, or > - have your build process do that for you > > On Tue, Jun 16, 2009 at 9:55 AM, kk4Nabble wrote: >> >> Hi all, >> My problem is I have CalendarHome.java which extends Calendar.java. >> But i want both the files to share Calendar.html >> How do i

Re: how to specify to say more than one java file to share same html

2009-06-15 Thread kk4Nabble
. Thanks kk4Nabble wrote: > > Hi all. > > I have 2 java pages and i want it to refer same html for both java files. > How do I do it in .application file. > > > > > The above does not work. > By the way am using tapestry 4.1 > Please help. > > T

how to specify 2 java file to same html

2009-06-15 Thread kk4Nabble
Hi all. I have 2 java pages and i want it to refer same html for both java files. How do I do it in .application file. The above does not work. By the way am using tapestry 4.1 Please help. Thanks in advance -- View this message in context: http://www.nabble.com/how-to-specify-2-java-f

Re: How to pass data from page(tml) to java class

2009-04-23 Thread kk4Nabble
ssing that this is causing your NPE. If you had read > the stacktrace or even used a debugger you would know exactly where the > NPE is occurring. > > Uli > > Am 23.04.2009 11:28 schrieb kk4Nabble: >> HI, >> >> It workes for beaneditform perfectly fine. >>

Re: How to pass data from page(tml) to java class

2009-04-23 Thread kk4Nabble
li > > Am 23.04.2009 11:14 schrieb kk4Nabble: >> Hi all, >> >> Am learning Tapestry 5. >> >> This is createclient.tml >> >> >> >> >> >

How to pass data from page(tml) to java class

2009-04-23 Thread kk4Nabble
Hi all, Am learning Tapestry 5. This is createclient.tml First Name: Last Name:

Tweaking the bean edit form.

2009-04-22 Thread kk4Nabble
Hi all, Am learning Tapestry 5. This is my bean edit form.. This outputs as firstname in one div and last name in second div. So suppose we have 20 fields in entity class will it displays everything one below the other? What is to be done to have firstname and last nam

Re: using dojo in tapestry 5

2009-04-22 Thread kk4Nabble
wrote: > > not integrating it natively is a good choice IMHO, because doing so > dojo versions are not boud to T5 releases > > Remember that it's alpha. > I need to do some work on it before going in beta > > On Wed, Apr 22, 2009 at 10:07 AM, kk4Nabble wrote: >>

Re: using dojo in tapestry 5

2009-04-22 Thread kk4Nabble
sing dwr? >> Not that I know of... though its pretty straightforward, the DWR docs are >> nice and detailed with examples. >> >> Peter >> >> - Original Message - >> From: "kk4Nabble" >> To: users@tapestry.apache.org >> Sent: Wednesday,

using dojo in tapestry 5

2009-04-22 Thread kk4Nabble
Hi all, am new to tapestry5. And am learning it. Since tapestry4.1.5 was integrated with dojo. I used the above method to get a dojo widget. What is method in tapestry 5? Is there any example or tutorial using dojo with tapestry 5. Also any tutorial for using dwr? Thanks in advance -- View

Re: relationship between the entities (database tables) in tapestry 5

2009-04-21 Thread kk4Nabble
Thanks a lot for the reply.:-) Otho wrote: > > This is hibernate/jpa specific and has nothing to do with Tapestry. So > yes, > it should work if it did before. > > 2009/4/21 kk4Nabble > >> >> Hi all, >> >> If we wanted to have one to one relat

relationship between the entities (database tables) in tapestry 5

2009-04-21 Thread kk4Nabble
Hi all, If we wanted to have one to one relationship to other entity, in tapestry 4 we used to do in following way. @OneToOne(cascade = CascadeType.REFRESH, fetch = FetchType.LAZY) @JoinColumn(name = "detail_oid") public Detail getDetail() { return Detail;

beaneditform

2009-04-21 Thread kk4Nabble
Hi all, Am learning tapestry 5. I did the tutorial in the link http://tapestry.apache.org/tapestry5/tutorial1/forms.html will give the built in stylesheet with yellow background etc If i want ti change the stylesheet and display of fields in this form, what should i do? In bean edit form if

Clarifiacations about Tapestry 5

2009-04-19 Thread kk4Nabble
Hi all, mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId =quickstart -DgroupId=org.apache.tapestry -DartifactId=tutorial1 -DpackageName=org.apache.tapestry5.tutorial I was trying the tapestry5 tutorial. I gave the above command it did not work. The M

moving from tapestry 4.1.5 to tapestry 4.1.6

2009-04-15 Thread kk4Nabble
Hi All, Am using tapestry 4.1.5. Since Tapestry 5 does not support Dojo and ajax. ( And my application has lot of dojo and ajax stuff) I want to move from tapestry 4.1.5 to tapestry 4.1.6 which is the latest version in tapestry 4. So how to upgrade from tapestry 4.1.5 to Tapestry 4.1.6? Thanks a

Re: Upgrading to Tapestry 4 to Tapestry 5

2009-04-15 Thread kk4Nabble
Thanks a lot for a reply. I want to know which version is the latest version in tapestry 4 itself. Thanks in advance. Thiago H. de Paula Figueiredo wrote: > > On Wed, Apr 15, 2009 at 12:40 PM, Peter Stavrinides > wrote: >> I think this is entirely your decision, the benefits of upgrading ar

Upgrading to Tapestry 4 to Tapestry 5

2009-04-15 Thread kk4Nabble
Hi all, Am using Tapestry 4.1.5 . I want to upgrade to Tapestry 5. I heard that there is no simple, direct upgrade path from Tapestry 4 to Tapestry 5. And also its completely new . Should i rewrite the code? Ours application is quite big.. Please suggest. Thank you -- View this message in c

Re: Problem with direct link

2009-01-07 Thread kk4Nabble
a directr link and triggeres the method everytime you > refresh > > On Wed, Jan 7, 2009 at 7:38 AM, kk4Nabble wrote: >> >> Hi all, >> I am using tapestry 4.1.1 >> >> >> >> Click here >> In the above code , mymethod which is a listener method is call

Problem with direct link

2009-01-06 Thread kk4Nabble
Hi all, I am using tapestry 4.1.1 Click here In the above code , mymethod which is a listener method is called when u click on that link which says "click here" and it takes to new page.. In the method mymethod i have created new object ,also this method calls more methods. But when u refresh

Re: To save the state of the session

2008-12-08 Thread kk4Nabble
Thanks for the reply, Problem is I am using Tapestry 4.1.1. So Any ways to do it in this version . Thank you Ulrich Stärk wrote: > > Use the @Persist annotation on your page properties (see > http://tapestry.apache.org/tapestry5/guide/persist.html) > > Uli > > kk4Nabb

To save the state of the session

2008-12-08 Thread kk4Nabble
Hi all, I have a page with some values set..say suppose a checkbox is checked. when i go to someother page and come back to this page, the state of the page should be same..ie checkbox is still checked. I want to save the state of the objects within the session How to do this in tapestry? Thanks

Re: Changing Default page as another page other than Home page.

2008-12-08 Thread kk4Nabble
ou're already using the tapestry redirect filter (check > your web.xml) > to redirect to /app. In that case, just configure it to forward to > calendar.html > > On Mon, Dec 8, 2008 at 5:11 PM, Thiago H. de Paula Figueiredo > <[EMAIL PROTECTED]> wrote: >> Em Mo

Re: Changing Default page as another page other than Home page.

2008-12-08 Thread kk4Nabble
I am using tapestry 4.1.1 I have a page saying calendar.html I want this to be default page. Thiago H. de Paula Figueiredo wrote: > > Em Mon, 08 Dec 2008 10:17:38 -0300, kk4Nabble <[EMAIL PROTECTED]> > escreveu: > >> I am New to Tapestry. >> I have a question, t

Changing Default page as another page other than Home page.

2008-12-08 Thread kk4Nabble
Hi all, I am New to Tapestry. I have a question, the default page for a tapestry application is Home Page if no request is made. Is there any way to change this default page to some other page other than Home page. -- View this message in context: http://www.nabble.com/Changing-Default-page-as-

Autoformatting..

2008-05-29 Thread kk4Nabble
Hi all, Is there any way to autoformat ssnfield other than maskedit in tapestry 4.1.5.. Please help me with this.. Thanks in advance -- View this message in context: http://www.nabble.com/Autoformatting..-tp17532403p17532403.html Sent from the Tapestry - User mailing list archive at Nabb

Re: formatting ssn

2008-05-19 Thread kk4Nabble
Hi.. I found a way to format ssn field using MaskEdit of contib library.. so.. works fine.. But how to make it a required field and how shall i customise the field.. Cos other fields are different from this.. This looks odd.. Thanks in advance kk4Nabble wrote: > > Hi all, > I

formatting ssn

2008-04-28 Thread kk4Nabble
Hi all, I was using tacos formatter for ssn field in the following manner. Now we have migrated from tapestry 4.0.2 to 4.1.5 we were using tacos 4.0 with the previous version and now in tapestry 4.1we have deleted tacos and formatter is not working. Is there any other way to do the same? Pl

problem with @EventListener

2008-04-02 Thread kk4Nabble
Hi.. I am using tapestry 4.1 My html code is.. and java code is @EventListener(elements = "supplimentalId", events = "onclick") public void watchText(IRequestCycle cycle) { // do something ((Dialog)getComponent("DialogContentSupplimental")).show(); } ie .. when i