Tree2 and PPRPanelGroup

2007-03-07 Thread Oellien, F \(Frank\)
Hello, Is it possible to create a Ajax-enabled version of tree2 by putting the component within a pprPanelGroup? I have tried but obviously it does not work as expected: The tree will be rerendered through the Ajax request by pressing a node in the tree. However, the branches will not be

RE: PPRPanelGroup

2007-03-02 Thread Oellien, F \(Frank\)
. cheers, Gerald On 3/1/07, Oellien, F (Frank) [EMAIL PROTECTED] wrote: Hello Gerald, I have now tested the jar files from the nightly build and observed the following: Obviously all action components (buttons, links, etc) in the page that have been configured as partialTrigger

RE: PPRPanelGroup

2007-02-26 Thread Oellien, F \(Frank\)
. But don`t waste time on this, your problem should be another one.. cheers, Gerald On 2/22/07, Oellien, F (Frank) [EMAIL PROTECTED] wrote: I have a question regarding the PPRPanelGroup. When I use the Sandbox-example.war file I can use the PPRPanelGroup example as expected. However

RE: PPRPanelGroup - Additional Info

2007-02-26 Thread Oellien, F \(Frank\)
: 500 Internal Server Error Frank -Original Message- From: Oellien, F (Frank) [mailto:[EMAIL PROTECTED] Sent: Montag, 26. Februar 2007 13:27 To: MyFaces Discussion Subject: RE: PPRPanelGroup Hello, That is what I have done so far. I have tried both 1.1.4 and 1.1.5 in a new web

PPRPanelGroup

2007-02-22 Thread Oellien, F \(Frank\)
I have a question regarding the PPRPanelGroup. When I use the Sandbox-example.war file I can use the PPRPanelGroup example as expected. However when I implement the corresponding jsp file and the backing bean in my own application every action like pressing a commandlink or a commandbutton will be

Div tag and action

2007-01-17 Thread Oellien, F \(Frank\)
Hello, Is there somewhere a JSF div component available that can be used like t:commandLink? The component should provide the definition of different style classes for diefferent mouse events (over, clicked,..) and also the action and actionListener methods like in the case of the commandLink

Dojo Menu2 and JSF

2007-01-11 Thread Oellien, F \(Frank\)
How can I connect onClick Events like in Dojo Menu2 or Dojo Button to my JSF environment. At least I want to communicate with my BackingBeans. Is there a way to solve this with Javascript? I tried to understand the behavior of the JSCookMenu example but it is not very clear to me what happens

RE: Re: Dojo Menu2 and JSF

2007-01-11 Thread Oellien, F \(Frank\)
: Donnerstag, 11. Januar 2007 10:52 To: users@myfaces.apache.org Subject: Re: Dojo Menu2 and JSF Oellien, F (Frank) schrieb: How can I connect onClick Events like in Dojo Menu2 or Dojo Button to my JSF environment. At least I want to communicate with my BackingBeans. Is there a way

JSTL functions and JSF EL

2007-01-02 Thread Oellien, F \(Frank\)
Has anybody an idea why I get a IllegalArgumentException when I try to use JSTL functions in JSF EL? t:panelGroup id=#{fn:replace('ba_execute_ID', 'ID', module.activeID)} -- This message, including attachments, is confidential and may be privileged. If you

RE: Sanbox: DojoSplitPane error - Some more Info

2006-12-20 Thread Oellien, F \(Frank\)
. After all these changes, orientation can be set in the DojoSplitPane component. Regards Frank From: Oellien, F (Frank) Sent: Mittwoch, 20. Dezember 2006 17:12 To: 'MyFaces Discussion' Subject: Sanbox: DojoSplitPane error

Sanbox: DojoSplitPane error

2006-12-20 Thread Oellien, F \(Frank\)
The DojoSplitPane component in the sandbox package seems to have an error in DojoSplitPaneTag.java. I receive an error set the setter method vor set SplitOrientatation is not set in the tag file. Indeed when I look to the DojoSplitPaneTag.java class the setter method is called setOrientation

Dynamically changing newspaperColumns in dataTable

2006-12-15 Thread Oellien, F \(Frank\)
Hello, I am using dataTable to define a tabular layout in my page. The dataTable contains the same class as value. So I use the newspaper option to display the tabular data. My problem is that the tabular layout can change between each request which means that the table can have x columns and y

Problem with dataTable and newspaperOrientation

2006-12-12 Thread Oellien, F \(Frank\)
Hello, I have just setup a dataTable with newspaper functionalitry like described in http://www.irian.at/myfaces/newspaperTable.jsp.source However my application gives the error message: org.apache.jasper.JasperException: /workspaceContent.jsp(24,8) Attribute newspaperOrientation invalid for tag

RE: Problem with dataTable and newspaperOrientation

2006-12-12 Thread Oellien, F \(Frank\)
://wiki.apache.org/myfaces/Building_With_Maven Paul Spencer Oellien, F (Frank) wrote: Hello, I have just setup a dataTable with newspaper functionalitry like described in http://www.irian.at/myfaces/newspaperTable.jsp.source However my application gives the error message

RE: Problem with dataTable and newspaperOrientation

2006-12-12 Thread Oellien, F \(Frank\)
on building the current snapshot see: http://wiki.apache.org/myfaces/Building_With_Maven Paul Spencer Oellien, F (Frank) wrote: Hello, I have just setup a dataTable with newspaper functionalitry like described in http://www.irian.at/myfaces/newspaperTable.jsp.source However

RE: Problem with dataTable and newspaperOrientation

2006-12-12 Thread Oellien, F \(Frank\)
or more parameters could be zero. Not sure what causes that error. Try posting your web.xml file entries for tomahawk. On 12/12/06, Oellien, F (Frank) [EMAIL PROTECTED] wrote: Hello Paul, I have downloaded the 1.1.5-SNAPSHOT and indeed Netbeans reports no dependency error

CommandLink and Tree2

2006-12-11 Thread Oellien, F \(Frank\)
Hello, I have a problem with commandLink and Tree2 in a multi-frames environment. My application has a left frame containing the tree2 and a right frame (name=workspaceContentFrame) which should represent the results of the commandLink action. I have set the target attribute in the commandLink.

CommandLink and Tree2 - addendum

2006-12-11 Thread Oellien, F \(Frank\)
Obviously, action and actionListener are not fired with IE6/7, if the onmouseup event is present!? -Original Message- From: Oellien, F (Frank) [mailto:[EMAIL PROTECTED] Sent: Montag, 11. Dezember 2006 09:45 To: MyFaces Discussion Subject: CommandLink and Tree2 Hello, I have

RE: CommandLink and Tree2

2006-12-11 Thread Oellien, F \(Frank\)
bean property for this to work (as described on the Tree2 wiki). /dmc On 12/11/06, Oellien, F (Frank) [EMAIL PROTECTED] wrote: Hello, I have a problem with commandLink and Tree2 in a multi-frames environment. My application has a left frame containing the tree2 and a right

TabPanel with unknown number of initial tabs

2006-12-11 Thread Oellien, F \(Frank\)
Hello, I am wondering, if it is possible to define a Tabpanel (by using standard components) that contains a undefined number of tabs? Usually, you have to define each tab in the JSF page. I think that this requirement should occur quite often, because a lot of applications (IE7, Firefox,

RE: SplitPane in Webapp

2006-12-11 Thread Oellien, F \(Frank\)
I am not aware of a specific JSF component. However, you can use the Dojo Splitpane and include your JSF components in the div tags. Regards Frank -Original Message- From: Strittmatter, Stephan [mailto:[EMAIL PROTECTED] Sent: Montag, 11. Dezember 2006 15:22 To: MyFaces Discussion