tr:commandNavigationItem does not provide navigation in frames

2008-04-16 Thread dushyant agarwal
Hi, I am using JDev 11g,JBoss 4.2.1, Trinidad 1.2.4. In my project I have top,bottom center frames. I have a page in the center frame that consists of a tr:commandNavigationItem component. I have provided the destination as another page(target.jsp) and targetFrame as

Re: Trinidad rendering problem

2008-04-16 Thread [EMAIL PROTECTED]
I believe Nuno has an app that worked fine *until* tomahawk was added to the project. After adding tomahawk, there is now a trinidad internal error. So it's some kind of interaction problem between tomahawk and trinidad. There might well be other problems with trinidad/richfaces, but that doesn't

Re: Trinidad rendering problem

2008-04-16 Thread Matthias Wessendorf
On Wed, Apr 16, 2008 at 8:45 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I believe Nuno has an app that worked fine *until* tomahawk was added to the project. After adding tomahawk, there is now a trinidad internal error. So it's some kind of interaction problem between tomahawk and due to

Re: [myfaces 1.2.2] session timeout issue

2008-04-16 Thread [EMAIL PROTECTED]
As far as I know, MyFaces has no equivalent to the clientStateTimeout setting. If client-side state-saving is used, then the state remains valid for as long as the browser keeps it. What kind of AJAX requests are you sending? Tomahawk sandbox PPR? Or Trinidad PPR? Or something else? Are you

[Trinidad] inputText and partialSubmit

2008-04-16 Thread Mathias Walter
Hi, I'm trying to get PPR work with an inputText component as follow: tr:inputText id=testId label=something value=#{something} partialSubmit=true autoSubmit=true valueChangeListener=#{backingBean.idHasChanged} immediate=true / tr:selectOneChoice label=choose value=#{something} binding=#{choise}

Re: [myfaces 1.2.2] session timeout issue

2008-04-16 Thread lmk
My environement: facelets 1.1.14,myfaces 1.2.2 and richfaces 3.2.0 even I dont send an ajax request the exception occurs when i try to sent any request to the server . timeout is defined on web.xml session-config session-timeout20/session-timeout /session-config Im using server state

Re: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Matthias Wessendorf
Hi Matthias On Wed, Apr 16, 2008 at 10:42 AM, Mathias Walter [EMAIL PROTECTED] wrote: Hi, I'm trying to get PPR work with an inputText component as follow: tr:inputText id=testId label=something value=#{something} partialSubmit=true autoSubmit=true

Re: Trinidad rendering problem

2008-04-16 Thread Nuno Sousa
Thanks for the tips people but it isn't working i tried to change the position of the trinidad / myextensions filter but nothing... it's a weird message because seems like trinidad filter is not ok, but the trinidad components are rendered, only tomahawk are not. I think it's better i try another

Re: How to remove selection from a tr:selectManyListBox

2008-04-16 Thread Matthias Wessendorf
Hi On Wed, Apr 16, 2008 at 7:25 AM, dushyant agarwal [EMAIL PROTECTED] wrote: Hi, Let us suppose that a JSF page consists of a tr:selectManyListBox and a tr:commandButton. On clicking on an option in the list box that option gets highlighted. If press the commandButton then the page simply

Re: acegi and JSF

2008-04-16 Thread kace
Thanks guys, @Davide - I'll give this a shot - what myfaces version are you using by the way? @Chris - how would yuo go about doing something like So what you need to do is override the FaceletsViewHandler and call the interceptor before createView ? that sounds good but I have no idea - I'll

Re: My Faces - SelectOneRadio Problem

2008-04-16 Thread Volker Weber
Hi, see layout=spread and t:radio http://myfaces.apache.org/tomahawk/tlddoc/t/radio.html Regards, Volker 2008/4/16, Rajnikant [EMAIL PROTECTED]: Hello All, I am working on My Faces 1.2.2 version to implement SelectOneRadio. Its working fine with both (Horizontal and vertical)

trinidad: combining trinidad and tomahawk

2008-04-16 Thread arne anka
hi, how do i combine trinidad and tomahawk in one project? apache.org is rather silent about both the relationship of trinidad and tomahawk (do they complete each other? does one supersed the other?) and the way how to use both together. either the jscookemenu does not work (js errors) or i

Re: Popups Broken After Upgrade to MyFaces 1.2.2

2008-04-16 Thread mjovanov
Leonardo Uribe wrote: On Tue, Apr 15, 2008 at 4:42 PM, mjovanov [EMAIL PROTECTED] wrote: I upgraded from MyFaces 1.1.4 to 1.2.2 only to find out all the popups used throughout the app would no longer open; instead, a blank popup page appeared along with an indication of a JavaScript

Re: [Trinidad] : 1.0.8 Snapshot and http://issues.apache.org/jira/browse/TRINIDAD-812

2008-04-16 Thread Ana Tatavu
Sorry, my mistake. It is working for selectOneListBox, it doesn't(and is the normal to don't work per patch description) for selectOneChoice that I actually need. I need to display a cascaded action drop-down box (simialr to a cascaading menu). Ana - Original Message From: Andrew

Re: tr:commandNavigationItem does not provide navigation in frames

2008-04-16 Thread Andrew Robinson
sounds like a bug if the targetFrame attribute of commandNavigationItem is not working On Wed, Apr 16, 2008 at 12:12 AM, dushyant agarwal [EMAIL PROTECTED] wrote: Hi, I am using JDev 11g,JBoss 4.2.1, Trinidad 1.2.4. In my project I have top,bottom center frames. I have a page in the center

Tomahawk rendering problem

2008-04-16 Thread Nuno Sousa
Hi, I'm using seam+richfaces+tomahawk, tomahawk components aren't getting rendered on my .xhtml page, i have the tomahawk jar on WEB-INF/lib and i have the filters configured, do i need to use tomahawk.taglib.xml? Because on myfaces page Requirements Setup this file is not refered. thanks for

Re: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Andrew Robinson
Have you checked that it is not PPRing correctly and that a navigation rule is somehow being run? I know it may be a stretch, but maybe worth asking. You aren't hitting enter in the field to submit it are you? -Andrew On Wed, Apr 16, 2008 at 2:42 AM, Mathias Walter [EMAIL PROTECTED] wrote: Hi,

Re: Trinidad rendering problem

2008-04-16 Thread Andrew Robinson
I am not sure if this will help you, but here is my web.xml from a dead project I was working on that was Seam/Facelets/Tomahawn/Trinidad: ?xml version=1.0 encoding=UTF-8? web-app version=2.5 xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Tomahawk rendering problem

2008-04-16 Thread Andrew Robinson
You need to write your own tomahawk tomahawk sandbox taglib files as tomahawk doesn't support facelets and every time adding support for it is brought up the discussion dies in the pile of code generation debates. Check the WIKI for ppl. that have attempted to maintain taglib.xml files for

trinidad: disable debug output

2008-04-16 Thread arne anka
hi, i play around with tr:table and when hitting the next XX link, a lot of output, apparently xml response from ppr, is written to stdout/stderr. this makes it very hard to read the messages i am interested in -- so, does anybody know how to disable this? context-param

Re: Tomahawk rendering problem

2008-04-16 Thread arne anka
there's a tomahawk-taglib-project at code.google.org -- but they neither did implement all necessary tags nor are the accessible via email. i downloaded the code and added the stuff i needed myself. http://code.google.com/p/tomahawk-facelets/ regards On Wed, 16 Apr 2008 19:05:50 +0200,

Re: Tomahawk rendering problem

2008-04-16 Thread Bruno Aranda
Hi, You can always create Issues for the project... but I am very short of time these days. If you want, I can you grant permissions for the taglib project and commit any changes and improvements yourself! (and this goes to any other soul wishing to help a bit with that...) Thanks! Bruno On

Re: trinidad: disable debug output

2008-04-16 Thread Leonardo Uribe
context-param param-namefacelets.DEVELOPMENT/param-name param-valuefalse/param-value /context-param context-param param-nameorg.apache.myfaces.ERROR_HANDLING/param-name param-valuefalse/param-value /context-param regards Leonardo Uribe

RE: problem associated with RadioButton(Response to Richard)

2008-04-16 Thread Nutulapati, Krishna
Hi Richard, Thanks for your help. I tried it in the way you suggested. Here is my jsf code h:column id=column1 f:facet name=header h:outputText styleClass=itemListHeader value=SEL id=testRadio /h:outputText /f:facet

RE: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Mathias Walter
Hi, On Wed, Apr 16, 2008 at 10:42 AM, Mathias Walter [EMAIL PROTECTED] wrote: Hi, I'm trying to get PPR work with an inputText component as follow: tr:inputText id=testId label=something value=#{something} partialSubmit=true autoSubmit=true

Re: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Andrew Robinson
Don't know, I have to punt On Wed, Apr 16, 2008 at 1:10 PM, Mathias Walter [EMAIL PROTECTED] wrote: Hi, On Wed, Apr 16, 2008 at 10:42 AM, Mathias Walter [EMAIL PROTECTED] wrote: Hi, I'm trying to get PPR work with an inputText component as follow: tr:inputText

Re: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Matthias Wessendorf
Nope. that example works for me. I guess your bean is in request scope ? No, it is in session scope. not the best, but ok :-) (I added it to one of my tests and my bean is not in request scope, mine is in Orchestra's *access* scope) I've rechecked it with Firefox and it works

Re: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Andrew Robinson
Have you tried firebuglite? It may show the AJAX traffic. It requires an extra JS file, but it may be good as a temporary tool: http://www.getfirebug.com/lite.html On Wed, Apr 16, 2008 at 1:13 PM, Andrew Robinson [EMAIL PROTECTED] wrote: Don't know, I have to punt On Wed, Apr 16, 2008 at

Re: problem associated with RadioButton(Response to Richard)

2008-04-16 Thread Richard Yee
This code: public void handleRadio1ValueChange(ValueChangeEvent valueChangedEvent) { System.out.println(Value Change Event is+valueChangedEvent.getSource().toString()); } doesn't match what you have for your valueChangeListener. tri:selectOneRadio id =radio required=yes

RE: problem associated with RadioButton(Response to Richard)

2008-04-16 Thread Nutulapati, Krishna
Hi Richard, Sorry for confusing you. In fact I tried with relavent method, but copied the wrong method here. The JSF code, I wrote is as follows. h:column id=column1 f:facet name=header h:outputText styleClass=itemListHeader value=SEL id=testRadio tri:selectOneRadio id =radio

RE: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Mathias Walter
Hi, Have you tried firebuglite? It may show the AJAX traffic. It requires an extra JS file, but it may be good as a temporary tool: Firebug Lite does not show any HTTP traffic. But I tried the WebDev Helper (http://projects.nikhilk.net/WebDevHelper) and could see the PPR response. So it's just

RE: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Mathias Walter
Hi, Nope. that example works for me. I guess your bean is in request scope ? No, it is in session scope. not the best, but ok :-) I've no idea how to implement special parts of my backing been (i.e. currently edited row in an inline editable table) without session scope.

facelets tomahawk tag issue

2008-04-16 Thread Paolo Scopa
all, i have a problem with this simple myTest.xhtml !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; t:document xmlns=http://www.w3.org/1999/xhtml; xmlns:ui=http://java.sun.com/jsf/facelets;

Re: facelets tomahawk tag issue

2008-04-16 Thread Andrew Robinson
Stupid question, but have you checked that the taglib.xml is in the correct location in your WAR file? On Wed, Apr 16, 2008 at 3:39 PM, Paolo Scopa [EMAIL PROTECTED] wrote: all, i have a problem with this simple myTest.xhtml !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

Re: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Andrew Robinson
t:saveState? On Wed, Apr 16, 2008 at 3:35 PM, Mathias Walter [EMAIL PROTECTED] wrote: Hi, Nope. that example works for me. I guess your bean is in request scope ? No, it is in session scope. not the best, but ok :-) I've no idea how to implement special parts of

Re: facelets tomahawk tag issue

2008-04-16 Thread Paolo Scopa
more stupid answer :) which taglib.xml? I only put the tomahawk.taglib.xml in the web-inf Is there another taglib that i need? Andrew Robinson-5 wrote: Stupid question, but have you checked that the taglib.xml is in the correct location in your WAR file? On Wed, Apr 16, 2008 at 3:39 PM,

Re: facelets tomahawk tag issue

2008-04-16 Thread Andrew Robinson
Most third party components have facelets support built in, so just check that all your taglibs that you set in your web.xml are in the WAR: context-param param-namefacelets.LIBRARIES/param-name param-value/WEB-INF/tomahawk.taglib.xml/param-value

Re: facelets tomahawk tag issue

2008-04-16 Thread Paolo Scopa
ok, thanks, checked, it is there in the war file and it contains definition of the outputText tag. Not sure what else i can check. Is there a simple example application somewhere that include facelets and tomahawk i can check against? Andrew Robinson-5 wrote: Most third party components

Re: facelets tomahawk tag issue

2008-04-16 Thread Andrew Robinson
Not that I know of, maybe facesGoodies on google? Anyone else know? -A On Wed, Apr 16, 2008 at 4:12 PM, Paolo Scopa [EMAIL PROTECTED] wrote: ok, thanks, checked, it is there in the war file and it contains definition of the outputText tag. Not sure what else i can check. Is there a

Calling a Myfaces Portlet from a non-JSF request ..

2008-04-16 Thread souravm
Hi All, I've a MyFaces (1.1.4) Portlet deployed in jboss portal server. First time I need to access this portlet from a non-JSF (jsp) page which sends a http post request with some request parameters. The solution does not work when the request does not have any request parameter (works fine

Re: problem associated with RadioButton(Response to Richard)

2008-04-16 Thread Richard Yee
Krishna, Do you have handleRadio1ValueChange anywhere else in your page? Is your valueChangeListener attribute on one line or two? From the error message, the JSP page processor is treating handleRadio1ValueChange as a property instead of a method. -Richard || Nutulapati, Krishna wrote:

Re: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Matthias Wessendorf
On Wed, Apr 16, 2008 at 11:35 PM, Mathias Walter [EMAIL PROTECTED] wrote: Hi, Nope. that example works for me. I guess your bean is in request scope ? No, it is in session scope. not the best, but ok :-) I've no idea how to implement special parts of my backing