Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-16 Thread mraible
Strangely enough - it works fine when I use "mvn", but not when I use my Ant build file that reads from pom.xml. Oh well, chaulk the compile problem up to a Maven issue - obviously not something you should worry about. As far as @DatePicker and @DropdownDatePicker in 4.1.1-SNAPSHOT, I'm experien

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-16 Thread Jesse Kuhnert
Is this something I can attempt on my own as well (like in an svn repo somwhere)? What I mean to say is I'm willing to invest a little time to figure out wtf is happening if you think it'll help by trying the same on my own comp. On 10/17/06, mraible <[EMAIL PROTECTED]> wrote: Jessek wrote:

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-16 Thread Jesse Kuhnert
"WHAT" ? Problem though. There are so many variations of problems in this thread I can't tell what is happening. I just need something like expected, got..and an example I can use to easily re-produce. On 10/17/06, Patrick Moore <[EMAIL PROTECTED]> wrote: This problem is showing up in the 4.1.

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-16 Thread Jesse Kuhnert
Wtf? Yeah, none of that should be happening :) God damnitEvery time snapshots gets involved things start going to pooh. Maybe run the same mvn command a couple times ? (I've seen cases where jars are downloaded but not recognized by the classloader, sometimes starts magically working when inv

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-16 Thread Patrick Moore
This problem is showing up in the 4.1.1-snaphot from today... On 10/16/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Ah. I guess I was expecting you to use the 4.1.1 version, it is available in the apache snapshot repos only (the main repos are reserved for official releases) : http://people.apa

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-16 Thread mraible
Jessek wrote: > > Ah. I guess I was expecting you to use the 4.1.1 version, it is available > in > the apache snapshot repos only (the main repos are reserved for official > releases) : > > http://people.apache.org/repo/m2-snapshot-repository/ > > The 4.1 version is hopelessly behind what is

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-16 Thread Jesse Kuhnert
Ok... I just went back and re-read the thread. Are people having issues with window positioning , fields being rendered or ? :( Everything is working fine in the Workbench demo that uses these components: http://opencomponentry.com:8080/workbench/app If only that covered all cases...I'd really

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-16 Thread Jesse Kuhnert
Really? I guess I'm not getting what the issue is or how to re-produce it. Are you guys using the @Shell component when you try this? On 10/17/06, Patrick Moore <[EMAIL PROTECTED]> wrote: I noticed this problem today. I thought it was just me :-) I have a pretty simple program. pretty much jus

Re: Async=true stops listener from being called in ImageSubmit

2006-10-16 Thread Jesse Kuhnert
I was looking at this just now, but sleep is starting to take hold so it'll have to wait until tomorrow. Looks like it will be easy enough to fix (js only issue), but I need to of course "carefully think through" things and I don't feel like I'm doing that this late at night. On 10/16/06, Peter B

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-16 Thread Patrick Moore
I noticed this problem today. I thought it was just me :-) I have a pretty simple program. pretty much just tapestry and hibernate On 10/16/06, mraible <[EMAIL PROTECTED]> wrote: I just tried upgrading Equinox (http://equinox.dev.java.net) from Tapestry 4.0.2 to 4.1 (b/c 4.1.1 isn't in the Mave

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-16 Thread Jesse Kuhnert
Ah. I guess I was expecting you to use the 4.1.1 version, it is available in the apache snapshot repos only (the main repos are reserved for official releases) : http://people.apache.org/repo/m2-snapshot-repository/ The 4.1 version is hopelessly behind what is in 4.1.1. (At least it seems that w

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-16 Thread mraible
I just tried upgrading Equinox (http://equinox.dev.java.net) from Tapestry 4.0.2 to 4.1 (b/c 4.1.1 isn't in the Maven repo) and I'm experiencing the same issue. I tried changing from: To: But this results in an input field not even showing up. In my Jetty 6 log it shows: 2

Re: Portlets in tapestry 4.1 doesn't works

2006-10-16 Thread Jesse Kuhnert
Ouch. I'm really sorry about this. Either everyone else has been very kind to me or you are the first portlet user using 4.1.1. I will make this my "top priority" of things to do in my next available multi hour segment of time. (Probably sometime during this week. ) On 10/16/06, Vitaly Baranovsk

Re: Form focus not working?

2006-10-16 Thread Jesse Kuhnert
Ok... "oops" . Will be fixed in whatever makes it out tonight. (Should work on widgets + normal fields equally well as an added bonus to make up for breaking it. ) On 10/16/06, Leo Sakhvoruk <[EMAIL PROTECTED]> wrote: I only have a single form on one of the pages where it's not working and sev

Re: Component resolution question

2006-10-16 Thread Ryan Holmes
Hi Patrick, I was referring to the class resolution ambiguity you encountered in your Navigation example. Had you specified the 'type' parameter, you would be forced to indicate whether you meant 'Navigation' or 'members/Navigation'. Specifically, I was talking about the ambiguity in the

Re: How do you add custom dojo widget?

2006-10-16 Thread Karthik N
peter - the first step would be to isolate the issue are you able to make this widget work without tapestry and with just plain vanilla HTML and dojo? if not, then that would be an excellent starting point. On 10/17/06, Peter Beshai <[EMAIL PROTECTED]> wrote: I am interested in using the dojo

Re: Form focus not working?

2006-10-16 Thread Leo Sakhvoruk
I only have a single form on one of the pages where it's not working and several on another one where it's not working either. In fact, none of them work in my application :( I'm using 4.1.1-SNAPSHOT but I believe that this problem was even there in 4.0.2 I'll try to post in JIRA later today if

Re: Component ApplicationRuntimeException Tap-4.1.1 help please (thanks)

2006-10-16 Thread Jesse Kuhnert
It looks like you are defining the "contrib" library ID twice, once to the Tapestry contrib library and once to your proto library? I think you shuold be doing something more like: You probably shouldn't recursively define the proto library within the proto.library specificati

Re: Form focus not working?

2006-10-16 Thread Jesse Kuhnert
Hmm...This should be working correctly. I went through the same thing the other day and found that there were actually a few forms on the page, so I had to pick which one I wanted to give higher "default" priority to using the @Form focus parameter. If it really looks like a bug a JIRA issue wou

Re: Form focus not working?

2006-10-16 Thread Leo Sakhvoruk
For the time being I'm using "dojo.addOnLoad" with "dojo.html.selectInputText" and it seems to do the trick. Howard Lewis Ship wrote: I've seen some problems with this when using Tacos; it may be Tacos or Dojo related. On 10/16/06, Leo Sakhvoruk <[EMAIL PROTECTED]> wrote: I'm trying to get

Re: Form focus not working?

2006-10-16 Thread Howard Lewis Ship
I've seen some problems with this when using Tacos; it may be Tacos or Dojo related. On 10/16/06, Leo Sakhvoruk <[EMAIL PROTECTED]> wrote: I'm trying to get a form to receive focus when a page loads but binding the 'focus' parameter with 'true' in a form component doesn't seem to have the inten

Re: RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-16 Thread andyhot
Why define the components both in the library and in the app? BTW, should work. Also, where is ShowMessages.jwc located? Do you also have a ShowMessages.java somewhere? Ken nashua wrote: > Ok, I have taken this to another level. > > My package spec had slashes instead of dots. No indicator of

Re: Component resolution question

2006-10-16 Thread andyhot
Patrick Moore wrote: > Hi Ryan -- > > Eclipse can look for fully specified names but 'members/Navigation' > isn't fully specified. > The component specification looks like: > > @Component(type="member/Navigation") > public Navigation getNavigation(); > > (FYI, in my example I was only giving the fu

How do you add custom dojo widget?

2006-10-16 Thread Peter Beshai
I am interested in using the dojo progress bar discussed at http://www.richardrodger.com/roller/page/richard/Weblog/dojo_progress, but I can't figure out how to get it to work in Tapestry (4.1). I'm confused about where to put the widget files and how to reference them. Do I have to add it as a

Form focus not working?

2006-10-16 Thread Leo Sakhvoruk
I'm trying to get a form to receive focus when a page loads but binding the 'focus' parameter with 'true' in a form component doesn't seem to have the intended effect. It seems to do nothing. Even when an error occurs, the form doesn't receive focus on the field in error. Am I doing something

Re: RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-16 Thread Patrick Moore
Hi Ken -- I would also look at the components the ShowMessages component also references. It seems that if it can' find a nested component that Tapestry doesn't always complain well. -Pat On 10/16/06, Ken nashua <[EMAIL PROTECTED]> wrote: Ok, I have taken this to another level. My package spe

RE: How to change table page index by a form submit event

2006-10-16 Thread Thomas.Vaughan
Try the .reset() method on the table. I've got a page with something like this (in the .java): @InjectComponent( "table" ) public abstract Table getTable( ); void resetFields( ) { ... setItemsPerPage( DEFAULT_PAGE_SIZE ); // Reset table, so that on next rendering it begins at

How to change table page index by a form submit event

2006-10-16 Thread Huang Gehua
I made a T4 page with a Contrib:Table and a form in it. In the form there is a textbox and a submit button to add record to the table.If i was view the 3rd page of the table and then add a new record . After submitting the new record was added and i was still at the 3rd page of the table.But the

RE: Async=true stops listener from being called in ImageSubmit

2006-10-16 Thread Peter Beshai
Err, that should read doImageSubmit() (the LinkSubmit pointed to that listener.. but they both do the same thing) From: "Peter Beshai" <[EMAIL PROTECTED]> Reply-To: "Tapestry users" To: users@tapestry.apache.org Subject: Async=true stops listener from being called in ImageSubmit Date: Mon, 1

Async=true stops listener from being called in ImageSubmit

2006-10-16 Thread Peter Beshai
Has anyone else experienced this? As soon as I add the binding async=true to my ImageSubmit, it stops calling the listener. If I remove the binding, it works as expected. When I try changing ImageSubmit to LinkSubmit, it works with and without async=true. Any ideas? Here is the code I am usi

Re: Ajax form that updates itself destroys the ajaxy-goodness of said form

2006-10-16 Thread Patrick Moore
... And I am having the time of my life being able to *use* your good work to be able to reach higher than I thought I would be able to :-) On 10/15/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: No need for thanks. I'm having the time of my life doing this stuff. I've never had access to learning

Re: Component resolution question

2006-10-16 Thread Patrick Moore
Hi Ryan -- Eclipse can look for fully specified names but 'members/Navigation' isn't fully specified. The component specification looks like: @Component(type="member/Navigation") public Navigation getNavigation(); (FYI, in my example I was only giving the full flassname for illustration only)

RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-16 Thread Ken nashua
Ok, I have taken this to another level. My package spec had slashes instead of dots. No indicator of such at runtime though... although I have been operating dots/slashes for 20 years now. ---> Here is the latest library spec specification-path="/org/apache/tapestry/contrib/Contrib.library"/

RE: Tapestry Session

2006-10-16 Thread Thomas.Vaughan
Add a block like this in your web.xml (this is for 15 minutes): ...stuff... 15 ...stuff... Tom -Original Message- From: Bibek Shrestha [mailto:[EMAIL PROTECTED] Sent: Monday, October 16, 2006 12:57 PM To: users@tapestry.apache.org Subject: Tapestry Sessio

Tapestry Session

2006-10-16 Thread Bibek Shrestha
Can u tell me how i can have control of the time the session is valid for any user. I'd like to make a session last for several hours (around 5-6 hrs) Thanks in advance -- BS

Re: RE @Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-16 Thread Karthik N
Thanks for any tips... First Tip: Kindly don't change the subject of your message - email clients like Gmail don't show them in the same thread and it becomes really hard to follow.

RE: Re: Customizing the Shell Component

2006-10-16 Thread Mark Stang
Dennis, Thanks, I will give it a shot. regards, Mark Mark J. Stang Senior Engineer/Architect office: +1 303.468.2900 mobile: +1 303.507.2833 Ping Identity -Original Message- From: news on behalf of Dennis Sinelnikov Sent: Sun 10/15/2006 10:30 AM To: users@tapestry.apache.org Subject:

RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-16 Thread Ken nashua
Well it is obviously in the *.application file Here is the latest *.application file.. apologies for the slop value="proto/component"/> specification-path="/org/apache/tapestry/contrib/Contrib.library"/> specification-path="classes/proto/component/ShowError.jwc"/> specif

RE @Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-16 Thread Ken nashua
Well i tried a couple of things finding out that contrib was named in two places when it should haven't... ---> new *.application file value="proto/component"/> specification-path="/org/apache/tapestry/contrib/Contrib.library"/> specification-path="ShowMessages.jwc

Component ApplicationRuntimeException Tap-4.1.1 help please (thanks)

2006-10-16 Thread Ken nashua
Guys, I am just testing out a simple @ShowMessages component that highlights text whereby the *.html and *.jwc are located under my WEB-INF/proto/component/ directory ---> Here is the proto.library file Prototype Component library specification-path="/proto/component/proto.library"/>

Portlets in tapestry 4.1 doesn't works

2006-10-16 Thread Vitaly Baranovsky
Good day! I've downloaded tapestry 4.1. I've created "hello world" portlet. But there is an error when trying to run this portlet: Nested Exception is java.lang.UnsupportedOperationException: Method getHeader() is not supported for portlet requests. So, portlets doesn't works in tapestry 4.1.

Redirect in portlets doesn't works

2006-10-16 Thread Vitaly Baranovsky
Good day! Redirect in portlets doesn't work. Sample code: View.html: View.java: public abstract class View extends BasePage{ @InjectObject("service:tapestry.portlet.ActionResponse") public abstract javax.portlet.ActionResponse getActionResponse(); public void doAction() th

Re: For component ConcurrentModificationException during rewind.

2006-10-16 Thread Christian Haselbach
Zitat von Gareth <[EMAIL PROTECTED]>: > I have gotten around the problem by, in the listener for "onDelete", I flag > the row for deletion, and then in the "PageBeginRender" method, I check to > see that it is not rewinding - i.e. it is about to start rendering the > response, and if the deletion

For component ConcurrentModificationException during rewind.

2006-10-16 Thread Gareth
hi, I am making use of the tapestry For loop in my HTML to create a table (I'm using this rather than a table due to the simplicity). I have 3 columns of data, and 2 buttons per row. one button deletes the row, and the other changes all fields to edit boxes so it can be amended. At the bottom