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,

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.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 privileged

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-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

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

2007-10-25 Thread Dom Couldwell
(currentFilterGroupIndex).get(currentFilterIndex) Well, I'm wondering if selected=ognl:getTab().getSearchCriteriaSelections().get(currentFilterGroupIndex).[currentFilterIndex] would work... Dom Couldwell wrote: Updated first For loop to: select jwcid=@Select multiple

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: select jwcid=@Select multiple=literal:false

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

2007-10-24 Thread Dom Couldwell
this Dom Couldwell wrote: 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: select jwcid=@Select

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
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 Jesse

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 Jesse Kuhnert

Tap 4.0.2 to 4.1.2 migration loop / ognl issue

2007-10-19 Thread Dom Couldwell
, [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? Thanks, Dom Couldwell Global

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 Kuhnert [EMAIL

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

Re: beware new 4.1.1 snapshot builds

2006-10-03 Thread Dom Couldwell
build of the project before redeploying so I'm assuming I should have pulled down everything we require.. Dom Couldwell

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

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

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 html

Re: Shell renderBaseTag flag

2006-08-16 Thread Dom Couldwell
Dom

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

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: span jwcid=[EMAIL

Re: Tapestry 4.1 + Dojo Tabs

2006-08-09 Thread Dom Couldwell
all the on-line docs but I can't find anything covering this. Thanks, Dom Dom Couldwell Global Markets Research +1(212)250-7082

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-7082

Re: Tapestry 4.1 + Dojo Tabs

2006-08-09 Thread Dom Couldwell
/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 BrowserEvent parameter into the method in the java class