Re: [Tomahawk] t:stylesheet renders link to an empty page

2008-06-06 Thread R. Müller
i opened a jira-bug on this : https://issues.apache.org/jira/browse/TOMAHAWK-1266 Ronald -- * *M-UniComp Verkehrssysteme GmbH * *Dipl.-Ing. Ronald Müller *Softwareentwicklung * *Plauener Straße 163-165, Haus 11 *13053 Berlin *

[Tomahawk] t:stylesheet renders link to an empty page

2008-06-05 Thread R. Müller
Hi, I've just tested my webapp in different tomcat-versions. So i've tested : tomcat-5.0.27 tomcat-5.5.20 tomcat-5.5.24 tomcat-6.0.16 So far everything works fine, but on tomcat-5.5.24 and tomcat-6.0.16 the link rendered by t:stylesheet links to an empty page, and so the page is not styled.

Re: [Tomahawk] t:stylesheet renders link to an empty page

2008-06-05 Thread R. Müller
just tested tomcat-5.5.23 and everything works fine there. is there any myfaces / tomahawk related change between tomcat 5.5.23 and 5.5.24 ? regards Ronald R. Müller schrieb: Hi, I've just tested my webapp in different tomcat-versions. So i've tested : tomcat-5.0.27 tomcat-5.5.20

Re: howto put inline javascript rendered by myfacestomahawk into CDATA-section

2008-01-08 Thread R. Müller
hi, thanks for your replies. you're right - modifying the tomahawk sources would be the fastest (in terms of rendering-perfomance) and cleanest way, but i don't like 'custom' libraries for future compatibility. it has to be done by the project, if it is common position. so as a workaround,

howto put inline javascript rendered by myfacestomahawk into CDATA-section

2008-01-07 Thread R. Müller
hallo group, i'm working with myfaces/tomahawk 1.1.5 facelets 1.1.3 with tomcat 5.0.28 and mostly firefox-browsers (2.0.x) and trying to serve xhtml-compliant pages. i know that myfaces renders 'only' html 4.01. i'm forcing contentType 'text/xml' or 'application/xhtml+xml' by adding the

Re: Validation Messages - javax.faces.validator._MessageUtils

2006-12-01 Thread R. Müller
ronald Simon Kitching schrieb: R. Müller wrote: I'm surprised that this is null. The classloader hierarchy for modern jvms should be something like: bootloader endorsed-extensions classloader system classloader tomcat shared classloader webapp classloader I expect stuff in the tomcat

Validation Messages - javax.faces.validator._MessageUtils

2006-11-30 Thread R. Müller
Hi group, i have a very special question concering the validation messages. In my special case, i have to put the myfaces-jars to the tomcat-endorsed dir (please don't ask why - its a long story). I figured out, if thats the case, myfaces is not able to load the resources and jumps out with a

Re: submitting forms with panelNavigation2

2006-10-25 Thread R. Müller
maybe no one has tested this special case, but from theoretical point of view should it work or not ? R. Müller wrote: hi group, i'm wondering that it seems not possible to submit a form with a panelNavigation2-Item. I'm using a snapshot of tomahawk 1.1.4 : this is my test-case : h:form

submitting forms with panelNavigation2

2006-10-24 Thread R. Müller
hi group, i'm wondering that it seems not possible to submit a form with a panelNavigation2-Item. I'm using a snapshot of tomahawk 1.1.4 : this is my test-case : h:form t:panelNavigation2 t:commandNavigation2 value=submit action=#{form.submit} / /t:panelNavigation2 t:div

Re: Two faces config files in one war

2006-09-04 Thread R. Müller
basically yes, since you can provide multiple config-files to JSF, separated by comma, with the following context-param in your web.xml : context-param description Comma separated list of URIs of (additional) faces config files. (e.g. /WEB-INF/my-config.xml) See JSF 1.0

Re: XHTML support

2006-08-29 Thread R. Müller
-8859-1 ... -Andrew On 8/28/06, R. Müller [EMAIL PROTECTED] wrote: for it doesn't work, especially in firefox 1.5. the inline-script is not parsed and executed, if the javascript is marked as comment. what is the right behavior from specification point of view. can someone confirm this ? @andrew

Re: XHTML support

2006-08-28 Thread R. Müller
for it doesn't work, especially in firefox 1.5. the inline-script is not parsed and executed, if the javascript is marked as comment. what is the right behavior from specification point of view. can someone confirm this ? @andrew : can you check, whether firefox interprets you pages as xhtml

Re: XHTML support

2006-08-25 Thread R. Müller
to put CDATA tags around the content and it works fine. If you can't add the CDATA tags, then your pages are not XHTML compliant. On 8/24/06, R. Müller [EMAIL PROTECTED] wrote: For some (probably many) reason, it would be nice to serve XHTML-compliant pages e.g. i'm just testing Firefox's native SVG

XHTML support

2006-08-24 Thread R. Müller
For some (probably many) reason, it would be nice to serve XHTML-compliant pages e.g. i'm just testing Firefox's native SVG-support, which only works with XHTML, espacially inline-svg. There was a discussion in this list serveral month ago : cite from=2/15/06 ontopic=Myfaces not XHTML

Re: MessageBundle: internationalization problem

2006-08-24 Thread R. Müller
Hi Dennis, i think you have to provide all supported locales in your faces-conig : Probably the english one is the default locale, if there is no such config. faces-config application locale-config default-localede/default-locale

Re: New component - interested?

2006-08-08 Thread R. Müller
Is it a JavaScript-solution or is there a request sent on popup/popdown ? Is the popup-container a absolute-positioned div/-tag ? regards Ronald Trica Laurentiu wrote: Hello Me and my colleague developed a new component: OptionsMenu. It is essentially a pop up container for other objects. It

Re: tomahawk dataTable rowStyleClass problem

2006-07-26 Thread R. Müller
hi, i got the same trouble, but without facelets! i think its not related to facelets. the behavior is much the same as described by Jason. here are the facts : -static values ends up in no attribute to tr rowStyleClass=row0 -- tr -dynamic values with EL-expression ends up in an empty

ExtDataTable: any row related styling doesn't work

2006-07-26 Thread R. Müller
hi group, i' wondering that nobody seems to notice that row-related style attributes (i.e. rowStyleClass,rowStyle,rowClasses,...) on the datatable doesn't work anymore. the only output is : on static style like 'rowStyleClass=row1,row2' nothing is rendered : --- tr on dynamic style

Re: ExtDataTable: any row related styling doesn't work

2006-07-26 Thread R. Müller
=col00/td tr style=index0td class=col01/td tr style=index1 for me this shows, that there is something wrong with the index-variable in the frist row it is 'null' ??! but later in cell it right again (see col0) ! any hint/ideas highly appreciated. regrads ronald R. Müller wrote: hi group, i

Re: jsp:include and JSF

2006-07-03 Thread R. Müller
/JSFPage3.html Regards, Richard Capraro 2006/6/30, R. Müller [EMAIL PROTECTED]: hi group, i run into troubles while trying to include some fragments into my pages with jsp:include-tag. html f:view head /head body jsp:include page=/fragments/menu/menu.jspf/ h:form

Re: [SOLVED] jsp:include and JSF

2006-07-03 Thread R. Müller
/menu.jspf/ /f:subview i refers to http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSFPage3.html Regards, Richard Capraro 2006/6/30, R. Müller [EMAIL PROTECTED]: hi group, i run into troubles while trying to include some fragments into my pages with jsp:include-tag. html f:view

jsp:include and JSF

2006-06-29 Thread R. Müller
hi group, i run into troubles while trying to include some fragments into my pages with jsp:include-tag. html f:view head /head body jsp:include page=/fragments/menu/menu.jspf/ h:form id=myform [...] /h:form /body /f:view /html where 'menu.jspf' is as

Re: String concatenation in EL

2006-02-28 Thread R. Müller
Hi, the lack of this feature is really annoying to me too -- and this issue was discussed here serveral times without real success. For me the following JSTL-approach works (but also no nice solution) : c:set var=key value=${page.name}'.title' scope=request/ h:outputText

Re: Tree2 reset

2006-02-12 Thread R. Müller
Hi, for me there is one question in conjunction with tree2 why not using plain old swing implementation (DefaultMutableTreeNode) as TreeNode-model. I've done this for me, and as far i can see it works very well. In the meantime the Swing-Toolkit is a very basic thing and comes with each JRE,

Tree2 node selection [again]

2006-02-01 Thread R. Müller
Hi group, in my example i have tree2-component with selectable nodes through nodeToggler-attribute. t:tree2 id=clientTree value=#{foo.treeData} var=node varNodeToggler=t binding=#{foo.uidata} [...] So far this works well. From another controll (commandButton) i want to edit the current

Problems with nested SelectOneRadio, SelectManyCheckBox, ... and panelGrid ...

2006-01-27 Thread R. Müller
Hi Group, in one of pages, i'm using several nested Select...-tags and panelGrids. So far it worked well, but it seems that some selector-components don't return their value to the backing-bean, if the form is submitted. In the following example the value of selector 'selector1' isn't

Re: Problems with nested SelectOneRadio, SelectManyCheckBox, ... and panelGrid ... (SOLVED)

2006-01-27 Thread R. Müller
-bean) [of course, it is not the 'final' submit ...] regards Ronald R. Müller wrote: Hi Group, in one of pages, i'm using several nested Select...-tags and panelGrids. So far it worked well, but it seems that some selector-components don't return their value to the backing-bean, if the form

Re: Sorting dataTable

2006-01-10 Thread R. Müller
have a look at the examples ! but basically it depends on your implementation of the backing bean - in which order you return the list of rows ... regards ronald Marco wrote: Hi Everybody; Thanks a lot for last replies :) I need to know the steps to make a dataTable sortable ? Thanks a

reference to org.apache.myfaces.webapp.StartupServletContextListener

2006-01-10 Thread R. Müller
Hi group, sometimes i switch between the reference implementation and myfaces to see, wether it behaves the same. This time i've got a startup error : java.lang.ClassNotFoundException: org.apache.myfaces.webapp.StartupServletContextListener at

Re: Localizing tree2 strings

2006-01-04 Thread R. Müller
Hi, Saumil Mehta wrote: Hello, [...] For example, could I do qaNode.getChildren().add(new TreeNodeBase(document, #{bundle.pageName}, commonTiles.jsp, true)); why so complicated ?! you're writing a java class, so why not you use plain old 'ResourceBundle' to localize your stuff. It

Re: How to create JSF pages on the fly?

2005-12-29 Thread R. Müller
Werner Punz wrote: Easier... do a blank page, write a backend bean, and do the rendering on code level there. JSF has a full blown component tree facility, which allows such things. Definitly right, but one big disadvantage : speed of development. The big advantage in JSP and JSTL (and

string concatenation EL expressions

2005-12-12 Thread R. Müller
hi group, a bit OT, but nevertheless worth asking this group, since there are much people here, who're dealing with this each day. its often the case, that you ask a property-map for internationalization (i.e. the ResourceBundle) your pages. sometimes you do it in a dynamic way : imagine

init backing bean on page request

2005-12-08 Thread R. Müller
hi group, i have backing bean, which provides data for datatable. i want display this table on two different pages with different properties; in my case just different count of rows. how can i initialize the backing bean depending on the requested page i.e. just setting some values. is

Re: init backing bean on page request [solved]

2005-12-08 Thread R. Müller
=/list.jsp / /t:aliasBeansScope page2.jsp t:aliasBeansScope t:aliasBean alias=#{list} value=#{list01}/ jsp:include page=/list.jsp / /t:aliasBeansScope list.jsp [...] t:datatable value=#{list.itemList} [...] /t:datatable R. Müller wrote: hi group, i have backing bean

commandLink target _parent

2005-12-08 Thread R. Müller
Hi group, does the commandlink target '_parent' work ? I've tried this without success ... regards ronald

Re: editable forms

2005-12-06 Thread R. Müller
hi, Mike Kienenberger wrote: The problem is that #{param.edit} doesn't maintain a constant value. The component's rendered attribute value must be the same between the first and second request. If it's rendered on the initial request, but not rendered on the submitting request, then the

Re: editable forms

2005-12-06 Thread R. Müller
}” / h:selectOneMenu rendered=#{!myBean.editMode} Hope this help. Regards, Yee -Original Message- From: R. Müller [mailto:[EMAIL PROTECTED] Sent: Monday, 5 December 2005 11:06 PM To: users@myfaces.apache.org Subject: editable forms hi group, in a particular form i want the fields

best approach for SelectItems inside a datatables

2005-12-05 Thread R. Müller
hi group, it is common usecase for web-application to be able to select items (rows) of datatable and choosing desired action from a choice. to solve this issue, i personally using often the following construct : (the 'adapter' backing bean serves all necessary data) t:dataTable

editable forms

2005-12-05 Thread R. Müller
hi group, in a particular form i want the fields only editable, if there is explicitly set a edit-param. I've tried it with the following code : h:outputTextrendered=#{empty param.edit} value=#{backingBean.value}/ h:selectOneMenu rendered=#{!empty param.edit}

Re: jsCalendarPopupCalendar not embedded

2005-11-29 Thread R. Müller
Hi, [EMAIL PROTECTED] wrote: [...] I'm still getting the jscalendarPopUpCalendar is not defined JavaScript error. But there is another one, while rendering the page: 'loadPopupScript is not defined' it seems that there is some javascript-code missing (function 'loadPopupScript') in rendered

DateTime Converter doesn't reload the timezone

2005-11-28 Thread R. Müller
Hi Group, In the following snippset the it seems, thats binded timeZone-value will only read one time during the first load of the page. h:outputText id=timestamp value=#{msg.timestamp} f:convertDateTime type=both dateStyle=medium timeStyle=medium

Re: DateTime Converter doesn't reload the timezone

2005-11-28 Thread R. Müller
some more facts : the described behavior only happens inside a datatable. the same construct outside the table, everything runs fine. t:dataTable [...] [...] h:column f:facet name=header t:commandSortHeader columnName=timestamp arrow=false [...] /t:commandSortHeader

Re: Is it possible to use Myface components with SUN RI ?

2005-11-18 Thread R. Müller
Legolas Woodland wrote: Hi Thank you for reading my post. is it possible to use some of Myface components with Sun refrence implementation ? I mean using them in Creator studio ? Thank you Since the JSF is just a API it should work - and actually it works. But there are several

Re: DataTable Single Row Selection using Radio Button

2005-10-06 Thread R. Müller
why it is nessesary, since you can go for t:selectOneRadio forceId=true forceIdIndex=false ... in one column ? Ronald Cenk Çivici wrote: Correct url is http://www.jroller.com/page/cenkcivici?entry=jsf_datatable_single_row_selection

myfaces-all.jar vs. 3 single jars

2005-09-30 Thread R. Müller
After running into problems while using JSF RI with tomahowk extentsion (commandSortHeader doesn't work) i've decided to switch to the 'myfaces' implementation. The Wiki describes there is no difference between myfaces-all.jar and the three single jar-files myfaces-api.jar, myfaces-impl.jar

Re: dataTable is not sortable with the SUN JSF RI

2005-09-29 Thread R. Müller
hello group, i've just discovered exactly the same problem. but no solution yet :-(. Ronald Xavier Loiseau wrote: Hi, The myfaces-1.1.0-examples/simple/openDataTable.jsp table is expected to be sortable through clicking on any of the column headers. This feature works when using the