Re: [JSF 2.0] Moving ViewDeclairationLanguage Impl's to shared

2009-12-19 Thread Matthias Wessendorf
Sent from my iPod. On 19.12.2009, at 03:30, Scott O'Bryan darkar...@gmail.com wrote: As for the VDL, simply put the current JSP VDL casts to some servlet objects (at least in the R.I.) to do some things. ;) yodaClassCastExceptions do not an effective bridge make../yoda Not to

AW: [ANNOUNCE] release of myfaces orchestra 1.4

2009-12-19 Thread Mario Ivankovits
Great to see a new release!! :-) Thanks Leonardo! Von: Leonardo Uribe [mailto:lu4...@gmail.com] Gesendet: Samstag, 19. Dezember 2009 01:09 An: annou...@apache.org; annou...@myfaces.apache.org Cc: MyFaces Development; MyFaces Discussion Betreff: [ANNOUNCE] release of myfaces orchestra

Re: [JSF 2.0] Moving ViewDeclairationLanguage Impl's to shared

2009-12-19 Thread Ganesh
+1 if it's about sharing the VDL base classes sharing is good. So you are basically suggesting to reuse the ViewDeclarationLanguage from MyFaces (including ViewDeclarationLanguageBase and ViewDeclarationLanguageStrategy) and make them part of the shared project ? -Matthias

JSF [Trinidad] treetable, How to define Initially Selected Rows?

2009-12-19 Thread Majid Hussain
Hi, My project is build in JSF, Hibernate and Faclets. i m using trinidad treetable tag to build a tree with multiselection nodes. Now i m facing a problem to initially selection of the nodes when page is loaded at the first time. i have tried alot to accomplish this task, but still unable to

Re: JSF [Trinidad] treetable, How to define Initially Selected Rows?

2009-12-19 Thread Blake Sullivan
Majid, Since you are using a ChildPropertyTreeModel, the keys are collections of the Object where the Object is the key at each level. Note that for performance, you are going to want to cache your TreeModel someplace since it is likely that it will be accessed at least once per phase

[jira] Updated: (MYFACES-2454) Adapt default error page generation to new spec

2009-12-19 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2454: --- Status: Patch Available (was: Open) Adapt default error page generation to new spec

[jira] Created: (EXTSCRIPT-39) Add class dependency scanning and resolution

2009-12-19 Thread Werner Punz (JIRA)
Add class dependency scanning and resolution Key: EXTSCRIPT-39 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-39 Project: MyFaces Extensions Scripting Issue Type: Improvement