SelectItems Rendering problem

2006-07-20 Thread ldr
I dont know what Im doing wrong, but when I want to show my created selectitems the rendering fails - nullpointer. There is nothing wrong with the creation, that is there are no error and the structure and data looks fine. I have below added my code and errors and hope that there are someone who

horizontal navigation

2006-07-17 Thread ldr
Hi all, Im getting the following error when implementing horizontal panelnavigation: ERROR: 11:19:59,878 ERROR [UIComponentTag] Faces context not found. getResponseWriter will fail. Check if the FacesServlet has been initialized at all in your web.xml. 11:19:59,898 ERROR [[jsp]]

panelNavigation2 doesn't work - where too report?

2006-07-14 Thread ldr
Hi all I have now been struggeling with panelNavigation2 for some time and have ended up copying the code from the example and verified that it doesn't work. To whom do I report this issue? here is all my code (just to be sure)... faces-config.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE

Re: panelNavigation2 doesn't work - where too report?

2006-07-14 Thread ldr
Im using the following version of myfaces... myfaces-api-1.1.3.jar myfaces-impl-1.1.3.jar tomahawk-1.1.3.jar tomahawk-sandbox-1.1.3.jar -- View this message in context: http://www.nabble.com/panelNavigation2-doesn%27t-work---where-too-report--tf1942379.html#a5323892 Sent from the MyFaces -

Re: panelNavigation2 doesn't work - where too report?

2006-07-14 Thread ldr
Got it working problem is the form, the example shows the following: t:div id=subnavigation_outer t:div id=subnavigation t:panelNavigation2 id=nav1 layout=list itemClass=mypage activeItemClass=selected disabledStyle=color:red;padding: 2px 20px 2px 25px

Re: Is serverSideTabSwitch=true required when using validation with t

2006-07-14 Thread ldr
It would be a nice enhancement, I have also had problems using the tabbedpane. I would like to use the serverSideTabSwitch=false, but when I submit on a tab my app returns to the the first tab in the tabpane. It worked when I put the tabbedpane inside a form - but that gives me other troubles

Other components

2006-07-14 Thread ldr
Hi all Im very new to jsf and just saw that Oracle also have made jsf components - Oracle ADF Faces Components, have used these and are they easy too integrate? all comments on these is much appreciated... chris -- View this message in context:

Im lost.. please help - anyone

2006-07-13 Thread ldr
I have tried to implement panelnavigation2 just like in the tomahawk examples (the dynamic one), but when its inside a form it doesnt render the style and it looks kinda like this: - menu 1 - menuItem1 - menuItem2 - menu 2 - menu 3 but it works fine on clicks

Re: Im lost.. please help - anyone

2006-07-13 Thread ldr
Hi Ondrej thanks for the reply, here is my web.xml - I have added the extensionfilter... ?xml version=1.0 encoding=UTF-8? web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee

Re: Im lost.. please help - anyone

2006-07-13 Thread ldr
This was the web.xml that I have been using all time... the strange thing is that it is working when I put the panelnavigation inside a form... chris -- View this message in context: http://www.nabble.com/Im-lost..-please-help---anyone-tf1937892.html#a5317779 Sent from the MyFaces - Users

Re: Im lost.. please help - anyone

2006-07-13 Thread ldr
I have now made a simple test page where only the panelnavigation2 exist, but it still doesn't work? see below: navigationtest.jsp %@ page language=java pageEncoding=UTF-8% %@ taglib uri=http://java.sun.com/jsf/html; prefix=h % %@ taglib uri=http://java.sun.com/jsf/core; prefix=f % %@ taglib

Actionlistener not activated panelnavigation2

2006-07-12 Thread ldr
Hi all I have added a dynamic created panelnavigation2, just like the tomahawk myfaces examples, but when I place it inside a t:div the actionlistener doesn't get activated. see code below: t:div id=divSettingsMenu binding=#{MpSubscriberProxy.divSettingsMenu} rendered=false

Re: [newbie] MyFaces or Barracuda ??

2006-07-12 Thread ldr
MyFaces is absolute crap... No just kidding, don't know about barracuda, but Im thrilled about how one can build webapplications fast with easy backend interoperability. chris -- View this message in context: http://www.nabble.com/-newbie--MyFaces-or-Barracudatf1932758.html#a5296748 Sent

Fisheye invalid tag

2006-07-11 Thread ldr
/icon_users.png itemLabel=Dine kontakter actionListener=#{MpSubscriberProxy.processAction} / Im using tomahawk, tomahawk-sandbox 1.1.3 myEclipse IDE thanks in advance, ldr -- View this message in context: http://www.nabble.com/Fisheye-invalid-tag

Re: panelnavigation2 stylesheet not working in form?

2006-07-11 Thread ldr
Hi all Im still in a deadend on this problem and would like to know if there is anyone I can address with problem: style isn't rendered with panelnavigation2 when inside a form? thanks, chris -- View this message in context:

Re: Fisheye invalid tag

2006-07-11 Thread ldr
could it be that I have included the wrong tld or is the tld included in the tomahawk jar? chris -- View this message in context: http://www.nabble.com/Fisheye-invalid-tag-tf1925833.html#a5276225 Sent from the MyFaces - Users forum at Nabble.com.

Re: Fisheye invalid tag

2006-07-11 Thread ldr
Worked it out, myeclipse by default included the tld for myfaces-all. thanks, chris -- View this message in context: http://www.nabble.com/Fisheye-invalid-tag-tf1925833.html#a5282003 Sent from the MyFaces - Users forum at Nabble.com.

Re: Should ValueBindings inside rendered=false be evaluated?

2006-07-11 Thread ldr
Try binding the div... I dont think it will work but its worth a shot. chris -- View this message in context: http://www.nabble.com/Should-ValueBindings-inside-rendered%3D%22false%22-be-evaluated--tf1926699.html#a5282038 Sent from the MyFaces - Users forum at Nabble.com.

Re: panelnavigation2 stylesheet not working in form?

2006-07-10 Thread ldr
The problem is that Im using the panelnavigation inside tabbedpane where I have to have enclosed it in a form. :( /ldr_ -- View this message in context: http://www.nabble.com/panelnavigation2-stylesheet-not-working-in-form--tf1915469.html#a5249220 Sent from the MyFaces - Users forum at

panelnavigation2 stylesheet not working in form?

2006-07-09 Thread ldr
When panelNavition2 is inside a form the stylesheet doesnt work? do anyone know a workaround for this problem? thanks in advance, ldr_ -- View this message in context: http://www.nabble.com/panelnavigation2-stylesheet-not-working-in-form--tf1915469.html#a5243964 Sent from the MyFaces - Users

Re: Style not getting reflected.

2006-07-09 Thread ldr
I have the same problem, when the panelnavigation2 is inside a form... did u find a solution? /ldr_ -- View this message in context: http://www.nabble.com/Style-not-getting-reflected.-tf1029954.html#a5244045 Sent from the MyFaces - Users forum at Nabble.com.

Re: dataTable rowOnClick problem

2006-07-07 Thread ldr
You have 2 id decl., maybe that messes it up - just a guess... /ldr_ -- View this message in context: http://www.nabble.com/dataTable--rowOnClick-problem-tf1867456.html#a5218107 Sent from the MyFaces - Users forum at Nabble.com.

Re: Customized image with t:inputDate

2006-07-05 Thread ldr
Is this possible at all? /ldr_ -- View this message in context: http://www.nabble.com/Customized-image-with-%3Ct%3AinputDate%3E-tf1872857.html#a5178317 Sent from the MyFaces - Users forum at Nabble.com.

Re: Antwort: Re: Customized image with t:inputDate

2006-07-05 Thread ldr
that is for the inputCalendar and not inputDate.. correct me if im wrong. /ldr_ -- View this message in context: http://www.nabble.com/Customized-image-with-%3Ct%3AinputDate%3E-tf1872857.html#a5179965 Sent from the MyFaces - Users forum at Nabble.com.

RE: Tomahawk Schedule WORKWEEK Problem

2006-07-04 Thread ldr
: model.setMode(ScheduleModel.MONTH); break; default : model.setMode(ScheduleModel.MONTH); break; if any should have a solution to this problem it would help a lot, ldr

calendar setup

2006-07-03 Thread ldr
Is it possible only to show back, month, forward and omit days? moreover is it possible to use images as back and forward? thanks in advance, Chris -- View this message in context: http://www.nabble.com/calendar-setup-tf1884742.html#a5152266 Sent from the MyFaces - Users forum at Nabble.com.

schedule component month view

2006-07-03 Thread ldr
Is it possible to add row in the top wich shows days in month view and how would one go about doing that? thanks, ldr -- View this message in context: http://www.nabble.com/schedule-component-month-view-tf1885063.html#a5153242 Sent from the MyFaces - Users forum at Nabble.com.

html text TabbedPane?

2006-06-29 Thread ldr
Is it possible to have plain html text in a panelTab - like this: t:panelTab id=syncTab label=Synkronisering rendered=true table tr height=40 td/td

RE: html text TabbedPane?

2006-06-29 Thread ldr
thanks Julian, just found the verbatim tag didn't know about the outputtext... /ldr_ -- View this message in context: http://www.nabble.com/html-text-TabbedPane--tf1866451.html#a5100466 Sent from the MyFaces - Users forum at Nabble.com.

schedule documentation?

2006-06-26 Thread ldr
Is there any documentation for the tomahawk schedule component? especially how to program the model. The examples uses the SimpleScheduleModel, but how do I use the interface ScheduleModel and is that preferred. If anyone has some example code, it would be much appreciated. thx. in advance,

tabbedpane - remove blank row just below menus

2006-06-22 Thread ldr
Does anyone know how to remove the row just the menu or make it height=0 so the border isn't blank just below the menu and doesn't take any room: se css and pic below: http://www.nabble.com/user-images/3071.gif /** CSS */ table.tabbedPane {

myfaces tomahawk components

2006-06-21 Thread ldr
Im trying to use some of the tomahawk components to be exact - TabbedPane - Schedule I've got the TabbedPane working, but it doesn't look very nice and I would like to ask if any have a simple version with stylesheets. Moreover Im not sure if I have the latest version - Im using myfaces-all