RE: [orchestra] Re: a4j:commandButton break orchetra conversation?

2008-09-03 Thread Songlin Wei
Hi Mario Ivankovits: AH :) I took the newest build (myfaces-orchestra-core-1.3-SNAPSHOT.jar) from http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/ orchestra/ , And replace my old jar (my

Re: [Trinidad] NoClassDefFound error when using XMLMenuModel in Trinidad 1.2.9 and MyFaces 1.2.3 and Facelets 1.1.14

2008-09-03 Thread Richard Yee
I created TRINIDAD-1215 for this issue. This issue prevents Trinidad 1.2.9 to be used with Facelets in a non JSP 2.1 container. Thanks, Richard On Wed, Sep 3, 2008 at 8:52 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > ok, that shouldn't be needed. > do you mind to file bug in jira ? > > O

[orchestra] Re: a4j:commandButton break orchetra conversation?

2008-09-03 Thread Mario Ivankovits
Hi! I use richfaces 3.1.4, myfaces orchestra 1.2,myfaces 1.1.5, We use RichFaces 3.2.1 with Orchestra without any problems, even with ajax. I can't say much about 3.1.4, though. To mask sure a a4j request will break orchestra conversation, I build a demo project, here are the code segment.

a4j:commandButton break orchetra conversation?

2008-09-03 Thread Songlin Wei
Hi: I use richfaces 3.1.4, myfaces orchestra 1.2,myfaces 1.1.5, To mask sure a a4j request will break orchestra conversation, I build a demo project, here are the code segment. Firstly, I create a conversation access scope bean: Secondly, let's check the ui jsp code: Page 1:the first

Re: [TRINIDAD] Jira Issue TRINIDAD 1182

2008-09-03 Thread Matthias Wessendorf
jira is not the place to post user type of questions... So, please stick with the user list. thx On Wed, Sep 3, 2008 at 9:03 AM, veena pandit <[EMAIL PROTECTED]> wrote: > Can someone please take a look at this issue on Jira and make some > suggestions on how to fix > the alignment problems I am h

Re: [Trinidad] NoClassDefFound error when using XMLMenuModel in Trinidad 1.2.9 and MyFaces 1.2.3 and Facelets 1.1.14

2008-09-03 Thread Matthias Wessendorf
ok, that shouldn't be needed. do you mind to file bug in jira ? On Wed, Sep 3, 2008 at 4:02 PM, Richard Yee <[EMAIL PROTECTED]> wrote: > It seems from the stacktrace that the problem is occurring because of > line 77 in MenuNode.java > >if ( _label != null >&& UIComponentTag.isValueR

Re: subform in tomahawk

2008-09-03 Thread Leonardo Uribe
On Wed, Sep 3, 2008 at 10:37 PM, Stan Kwan <[EMAIL PROTECTED]> wrote: > > Hi, > > Does the t:subform tag exist anymore? I could not find it in tomahawk > 1.1.6. > But exists in tomahawk sandbox. Has it been moved? The documentation says > it's there. > http://myfaces.apache.org/tomahawk-project/to

subform in tomahawk

2008-09-03 Thread Stan Kwan
Hi, Does the t:subform tag exist anymore? I could not find it in tomahawk 1.1.6. But exists in tomahawk sandbox. Has it been moved? The documentation says it's there. http://myfaces.apache.org/tomahawk-project/tomahawk/tagdoc/t_subform.html am i missing something? Thanks stan -- View this messa

Re: [Trinidad] NoClassDefFound error when using XMLMenuModel in Trinidad 1.2.9 and MyFaces 1.2.3 and Facelets 1.1.14

2008-09-03 Thread Richard Yee
It seems from the stacktrace that the problem is occurring because of line 77 in MenuNode.java if ( _label != null && UIComponentTag.isValueReference(_label) ) The UIComponentTag extends extends javax.faces.webapp.UIComponentClassicTagBase The UIComponentClassicTagBase impl

Re: [Trinidad] NoClassDefFound error when using XMLMenuModel in Trinidad 1.2.9 and MyFaces 1.2.3 and Facelets 1.1.14

2008-09-03 Thread Andrew Robinson
I had a quick look at the source of NavigationPaneRenderer, and did not find anything. What is disturbing is that UIComponentClassicTagBase is a JSP tag class. That means that somewhere someone created or is attempting to create an EL expression using JSP code, not facelets code. I am not aware of

Re: [Trinidad] NoClassDefFound error when using XMLMenuModel in Trinidad 1.2.9 and MyFaces 1.2.3 and Facelets 1.1.14

2008-09-03 Thread Richard Yee
Andrew, Thanks for your reply. I have this in a file called mainHeader.xhtml This file is being included using inside another

Re: [Trinidad] NoClassDefFound error when using XMLMenuModel in Trinidad 1.2.9 and MyFaces 1.2.3 and Facelets 1.1.14

2008-09-03 Thread Andrew Robinson
Don't know the problem. but it seems something is wrong in your environment. The error is that you have an EL expression trying to resolve a JSP tag attribute inside of a facelets tag value. Are you somehow running both JSP and facelets at the same time? On Wed, Sep 3, 2008 at 3:09 PM, Richard Yee

[Trinidad] NoClassDefFound error when using XMLMenuModel in Trinidad 1.2.9 and MyFaces 1.2.3 and Facelets 1.1.14

2008-09-03 Thread Richard Yee
Hi, I'm converting my MyFaces 1.0.5 and Trinidad 1.0.5 application to use MyFaces 1.2.3, Trinidad 1.2.9, and Facelets 1.1.14 I'm getting a NoClassDefFound error when my application goes to a page that has an XMLMenuModel. The error displayed by Facelets is: oracle.classloader.util.AnnotatedNoClas

Re: MYFACES-1761 (Handling PostConstruct annotations - wrong order)?

2008-09-03 Thread Stan
So for those interested the ticket is still pending as of 1.2.4 although I have only tested it to 1.2.3. Spring 2.5 introduced the same functionality so I was able to unmap my annotated managed beans from faces-config.xml, leaving the @Resource and @PostConstruct annotations, and set them up in

[TRINIDAD] Jira Issue TRINIDAD 1182

2008-09-03 Thread veena pandit
Can someone please take a look at this issue on Jira and make some suggestions on how to fix the alignment problems I am having? I have tried putting a labelwidth and a fieldWidth attributes to see if that would accomodate the extra asterisk and space. But there is still a shift to the right.

Re: [Trinidad] PPR does not show validation error message

2008-09-03 Thread Walter Mourão
FYI: I tested with the blank application with 1.0.9 and 1.2.9 (and 1.2.9+facelets 1.1.14) and both are working fine... it looks the problem is related with my application... Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Mon, Sep 1, 2008 at 6:11 PM, And

Re: [Trinidad] config to set whether span or "input readonly" should be rendered

2008-09-03 Thread Andrew Robinson
-1 It does not make sense to have read only do this. Just set disabled to false to have the input text rendered but not accept user input. If you do need something special for your own needs, then I would suggest extending the renderer. Sent from my iPod On Sep 2, 2008, at 6:35 AM, "Marc

[Trinidad] config to set whether span or "input readonly" should be rendered

2008-09-03 Thread Marco Grimm
Hello altogether, at the moment Trinidad renders a span if readOnly is set, but we would like an "input readonly" to be rendered. Would it be possible to make this configurable? And it would be very nice to have the possibility to render "tabindex = '-1'" together with readonly, so that the focus

Problem with checkbox

2008-09-03 Thread Matt.Rossner-prest
Hi, I'm having a strange problem with the t:selectBooleanCheckbox component. I'm using the Ajax4JSF framework as well. So I have a div containing some form fields, one of them being the checkbox. It has a save button and a cancel button. To the left of that is a tree with different items. The t

Duplicate ID Error

2008-09-03 Thread Sascha Tönnies
Hi, currently I'm trying to get into the topic JSF and MyFaces by reading the book [EMAIL PROTECTED] So I also try to re-implement the example application they have in the book but I get a strange error... "Everything" works fine: Show the list users and delete users. But every time I want to c

R: in FacesMessage

2008-09-03 Thread [EMAIL PROTECTED]
Someone knows how resolve this case? Regards Mario Tutti a Scuola!Il nuovo anno scolastico si avvicina, prendi per tempo tutto ciò che serve per iniziare al meglio la scuola o l'università. Risparmia su elettronica e gadgets, compra portatili e accessori hi-tech piccoli e potenti, acquista l