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
--
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
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
.
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
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
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.
>>
li
>
> Am 23.04.2009 11:14 schrieb kk4Nabble:
>> Hi all,
>>
>> Am learning Tapestry 5.
>>
>> This is createclient.tml
>>
>>
>>
>>
>>
>
Hi all,
Am learning Tapestry 5.
This is createclient.tml
First Name:
Last Name:
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
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:
>>
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,
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
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
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;
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
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
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
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
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
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
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
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
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
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
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
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-
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
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
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
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
30 matches
Mail list logo