Re: T4.1.4-SNAPSHOT issue migrating from 4.0.2 with PopupLinkSubmit

2007-11-07 Thread Dom Couldwell
FYI, if we remove the PopupLinkSubmit component we don't get the errors appearing in the logs so it's definitely related to something in that component Dom --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail

Re: T4.1.4-SNAPSHOT issue migrating from 4.0.2 with PopupLinkSubmit

2007-11-07 Thread Dom Couldwell
OK we updated the generated Javascript with the new version of the Javascript function function submitPopupLink(form, elementId, url) { var windowName = 'RDQGraphPopup'; var randomNumber = Math.floor(Math.random()*1000); windowName = windowName+randomNumber; aWindow = window.open(url, wind

T4.1.4-SNAPSHOT issue migrating from 4.0.2 with PopupLinkSubmit

2007-11-06 Thread Dom Couldwell
We have a link on a page that does a submit and pops up a new window once the form has been submitted. The code is based on the PopupLinkSubmit example here: http://wiki.apache.org/tapestry/PopupLinkSubmit This all works fine on 4.0.2 but under 4.1.4-SNAPSHOT we get the following error when the

Re: T4.1.3 loop index issues, migrating from 4.0.2

2007-11-06 Thread Dom Couldwell
Thanks for your help Jessie. Fix you applied to the 4.1.4-SNAPSHOT has fixed our issue. We have run into another issue in the migration which I'll post about separately... Dom Couldwell Global Markets Research +1(212)250-7082 --- This e-mail may contain confidential and/or privi

Re: T4.1.3 loop index issues, migrating from 4.0.2

2007-10-31 Thread Dom Couldwell
Any ideas as to when we might get a fix for this? We're stuck in terms of migrating to 4.1.3 until we get a fix. Thanks, Dom --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the s

Re: T4.1.3 loop index issues, migrating from 4.0.2

2007-10-26 Thread Dom Couldwell
on], line 22, ognl.OgnlException 2007-10-26 08:33:25,328, ERROR, [com.db.rdq.web.tapestry.html.RDQException], line 23, source is null for getProperty(null, "currentFilterGroupIndex") 2007-10-26 08:33:25,344, ERROR, [com.db.rdq.web.tapestry.html.RDQException], line 32, ognl.OgnlRuntime.get

Re: T4.1.3 loop index issues, migrating from 4.0.2

2007-10-25 Thread Dom Couldwell
ira.opensymphony.com/browse/OGNL-130 you mentioned you tried > selected="ognl:getTab().getSearchCriteriaSelections().get(currentFilterGroupIndex).get(currentFilterIndex)" > > > Well, I'm wondering if > selected="ognl:getTab().getSearchCriteriaSelections().get(cur

Re: T4.1.3 loop index issues, migrating from 4.0.2

2007-10-24 Thread Dom Couldwell
looks like an issue during rewind - take a look at all those parameters and the hints for the @For component at http://tapestry.apache.org/tapestry4.1/components/general/for.html I

T4.1.3 loop index issues, migrating from 4.0.2

2007-10-24 Thread Dom Couldwell
Thanks to Jessie for his help fixing our last issue (We've updated to the ognl 2.7.2 snapshot which fixed it) but and have run into another issue migrating form 4.0.2 to 4.1.3. The following works fine under 4.0.2: Under 4.1.3 the pa

Re: Tap 4.0.2 to 4.1.2 migration loop / ognl issue

2007-10-22 Thread Dom Couldwell
OK, I've updated the JIRA with more info on the underlying implementation. Yell if you need more detail. Thanks, Dom Couldwell Global Markets Research "Jes

Re: Tap 4.0.2 to 4.1.2 migration loop / ognl issue

2007-10-22 Thread Dom Couldwell
I should point out that the underlying implementation is a List of Lists not an actual 2D Array, don't know if that makes any difference. Dom Couldwell Global Markets Research +1(212)250-7082 &

Re: Tap 4.0.2 to 4.1.2 migration loop / ognl issue

2007-10-22 Thread Dom Couldwell
Anything in particular that you would suggest? Some of the underlying code is dictating some of this (e.g. the use of the 2D array of booleans). Dom Couldwell Global Markets Research +1(212)250-7082

Re: Tap 4.0.2 to 4.1.2 migration loop / ognl issue

2007-10-22 Thread Dom Couldwell
Tapestry version should be 4.1.3 not 4.1.2, apologies on the typo. I've updated the JIRA as well. Dom Couldwell Global Markets Research +1(212)250-7082 Dom Coul

Re: Tap 4.0.2 to 4.1.2 migration loop / ognl issue

2007-10-19 Thread Dom Couldwell
Done http://jira.opensymphony.com/browse/OGNL-130 Thanks, Dom Dom Couldwell Global Markets Research +1(212)250-7082 "Jesse Ku

Tap 4.0.2 to 4.1.2 migration loop / ognl issue

2007-10-19 Thread Dom Couldwell
.RDQException], line 32, 2007-10-19 17:01:08,287, ERROR, [com.db.rdq.web.tapestry.html.RDQException], line 44, component|[EMAIL PROTECTED]/$Search] location|context:/WEB-INF/Home.html, line 51 2007-10-19 17:01:08,287, ERROR, [com.db.rdq.web.tapestry.html.RDQException], line 22, ognl.InappropriateExpressionException Any ideas? Than

Re: Complex Bindings with Contrib Table

2006-10-19 Thread Dom Couldwell
I did something recently that might be of use, it was not pretty though... Basically the underlying page returned a list of MarketData objects (POJOs) that each have a method called getMarketData(String key) on them that pulled data from a map i.e. each Market Data object held a number of pieces

Re: beware new 4.1.1 snapshot builds

2006-10-03 Thread Dom Couldwell
yes, sorry should have tried that. Dom Couldwell Global Markets Research +1(212)250-7082

Re: beware new 4.1.1 snapshot builds

2006-10-03 Thread Dom Couldwell
y.namespace") I did a clean maven build of the project before redeploying so I'm assuming I should have pulled down

Refreshing popup links

2006-09-11 Thread Dom Couldwell
Hi, I'm having a problem with asynchronous refreshes of table data not refreshing the associated popup link javascript. Basically I've got a set of tabs, under each tab there's a table and I switch between tabs using a DirectLink which asynchronously refreshes the contents of the display tabl

Re: Shell renderBaseTag flag

2006-08-16 Thread Dom Couldwell
t want written, do not use the @Shell Dom Couldwell wrote: > OK, this

Shell renderBaseTag flag

2006-08-16 Thread Dom Couldwell
OK, this may just be down to the fact that it's the end of a very long day but... does the renderBaseTag parameter of the Shell component actually work? see http://tapestry.apache.org/tapestry4.1/components/Shell.html I've tried setting it to false but it still keeps on rendering the element

EventListener follow up event

2006-08-15 Thread Dom Couldwell
Hi, I'm trying to implement a pretty simple menu structure that supposed to update the menu tree when a given link is clicked and also update the content of the page. I've got it working but only for the first click... First time I click on one of the given links the tree expands to show the su

Re: Tapestry 4.1 + Dojo Tabs

2006-08-10 Thread Dom Couldwell
the problem and have started a > test case. ) > > You can expect a new snapshot later tonight that fixes this issue. > > > On 8/9/06, Dom Couldwell <[EMAIL PROTECTED]> wrote: > > > > OK, I've tried this with the latest snapshot as well and get the same

Re: Tapestry 4.1 + Dojo Tabs

2006-08-09 Thread Dom Couldwell
OK, I've tried this with the latest snapshot as well and get the same problem. I've raised a JIRA ticket: https://issues.apache.org/jira/browse/TAPESTRY-1051 Dom Couldwell Global Markets Research +1(21

Re: Tapestry 4.1 + Dojo Tabs

2006-08-09 Thread Dom Couldwell
imeTracker/src/java/org/apache/tapestry/timetracker/page/TaskEntryPage.java?view=markup If you can't make it work can you file a JIRA issue so I can work on this later tonight? On 8/9/06, Dom Couldwell <[EMAIL PROTECTED]> wrote: > > All I've done is add in the BrowserEv

Re: Tapestry 4.1 + Dojo Tabs

2006-08-09 Thread Dom Couldwell
All I've done is add in the BrowserEvent parameter into the method in the java class. This results in the error I described. Please let me know if there is anything else I need to do or if this is a bug. Thanks, Dom Dom Couldwell Global Markets Research +1(212)250

Re: Tapestry 4.1 + Dojo Tabs

2006-08-09 Thread Dom Couldwell
public void tabSelected(Browser event){ log.info("Hi"); } Exception: no listener method named 'tabSelected' suitable for no parameters found in ... Am I missing something obvious? I've tried looking through all the on-line docs but

Re: Tapestry 4.1 + Dojo Tabs

2006-08-09 Thread Dom Couldwell
I think the addChild call has implicitly been made as the contents of the first tab are displayed, it's just the actual tabs at the tab of the screen that are missing. I'll try adding in an explicit addChild call to the script of the LinkPane component. Dom Couldwell Global Market

Tapestry 4.1 + Dojo Tabs

2006-08-09 Thread Dom Couldwell
Hi, I'm trying to use Tapestry 4.1 to create a set of dynamic tabs using custom components. I've got some if it to work using the components that I've written but I can't seem to get the tabs themselves to be created, just the content pane. The main html looks like this: