Log message : No RenderingContext has been created.

2009-11-04 Thread Marco Huber
, mainly regarding to exceptions. We have configured our application from an example. All works correctly so far. So is this message really SEVERE? Or where can I configure my application that a RendingContext is set? And suggestings are welcome. Marco

Creating own component with RichFaces CDK

2009-11-02 Thread Marco Huber
ithout Trinidad, and the component works as expected: No action is call during the rendering phase. Do I have to configure Trinidad to use it with own components using some ajax features? Any suggestions are welcome. Regards Marco

Re: [Trinidad] Not able to delete a record after sorting the table column

2009-10-07 Thread Marco Grimm-2
Implement your own CollectionModel class (e. g. MySortableModel extends SortableModel) with getRowKey() and setRowKey(Object) methods e. g. like the following: @Override public Object getRowKey() { return isRowAvailable() ? getRowData() : null; } @

Re: tr:table : how to expand just one detailStamp ?

2009-05-22 Thread Marco Grimm-2
Cwele wrote: > > What I want, it to set the current row automatically when selecting the + > image (for detailStamp) _and to close previously opened detail stamp when > a new detailStamp opens. So, how to select an tr:table row with the detail > stamp link ? > In that way, user does not need to

Re: synchronising selectOneChoice and table

2009-05-22 Thread Marco Grimm-2
Mike Quentel-3 wrote: > > valueChangeListener="#{propertyRightBean.setSelectedStationListener}" > autoSubmit="true" immediate="true"> > > > unselectedLabel="(all)" > valueChangeListener="#{propertyRightBean.setSelectedPropertyTypeListener}" > autoSubmit="true" immediate="true"> > > >

Re: Selection across pages in MyFaces Table

2009-05-12 Thread Marco Grimm-2
Did you try to add the attribute "selectedRowKeys" to the tr:table. I just tried it: it works without problems. Regards, Marco Vivek Bawge wrote: > > I want to retain selected rows across pages. E.g. User can select few rows > on the first page and then click on next page

Re: [Trinidad] Problems with tr:table SelectionEvent

2009-05-12 Thread Marco Grimm-2
x27; or 'select none' was clicked. Regards, Marco Rafa Pérez wrote: > > I need to distinguish between a SelectionEvent delivered when a checkbox > is > ckecked or when 'Select all' or 'Select None' is clicked. I have been > looking into the code and the

[Trinidad] sorting a tr:table with immediate="true" sorts by values not by submittedValues and leeds to exception when deleting a row immediate without resorting

2009-03-24 Thread Marco Grimm-2
ria has not changed. I now helped myself by memorizing "List memorizedSortCriteria = aSortableModel.getSortCriteria();" and calling "aSortableModel.setSortCritera(null); aSortableModel.setSortableModel(memorizedSortableModel);". Maybe it would be a good thing to have table sorted by submittedVa

Re: Trinidad: Font difference in line listing?

2009-03-11 Thread Marco Grimm-2
Please reinsert the rowBandingInterval and post the rendered html-Sourcecode for the table (not the xhtml-sourcecode, which you already posted) from the browser. Maybe try different rowBandingIntervals. Marco senore100 wrote: > > Thanks for the reply. > I did remove rowBandingIn

Re: Trinidad: Font difference in line listing?

2009-03-10 Thread Marco Grimm-2
If the same behavior preserves if you remove the rowBandingInterval="1" then please post your skinning css/settings. senore100 wrote: > > Hi everyone. I am developing a line listing using Trinidad. What > frustrates me is that the font alternates between lines in both IE and FF > (Please see th

Re: [Trinidad] UIXGroup inside HtmlRowLayout is leading to "INVALID HTML" if it contains HtmlCellFormat(s)

2009-03-09 Thread Marco Grimm-2
onent) { encodeAllChildren(context, child); } Maybe someone of the developers can do this fix/improvement/enhancement, because I think having the possibility to use UIXGroup inside HtmlRowLayout without getting the ugly "illegal HTML"-message would be a nice feature. Regard, Marco Matt Cooper-2 wro

[Trinidad] UIXGroup inside HtmlRowLayout is leading to "INVALID HTML" if it contains HtmlCellFormat(s)

2009-02-20 Thread Marco Grimm
quot;INVALID HTML:" if you put columns into a UIXGroup inside HtmlRowLayout. Please tell me if you would except this change if I would submit such a patch. Best regards Marco Grimm

Re: [Trinidad][Tomahawk] Unable to select Tomahawk Schedule entries

2008-10-06 Thread Marco Vieira
nsionResource/* Faces Servlet /faces/* resources /adf/* index.jspx faces/welcomeJSF.jsp Personally, I'm at a dead end. Does anybody recommend anything to try and get the Tomahawk schedule to behave with Trini

Re: [Trinidad][Tomahawk] Unable to select Tomahawk Schedule entries

2008-10-06 Thread Marco Vieira
gator]} Any ideas on this? Could this be the problem? Thanks in advance, Marco On Mon, Oct 6, 2008 at 4:55 PM, Marco Vieira <[EMAIL PROTECTED]>wrote: > Never mind, I had the trinidad renderkit commented out. But I still have > the problem of the schedule not selecting the entry. I

Re: [Trinidad][Tomahawk] Unable to select Tomahawk Schedule entries

2008-10-06 Thread Marco Vieira
Never mind, I had the trinidad renderkit commented out. But I still have the problem of the schedule not selecting the entry. I feel Trinidad is interfering in some way. Has anyone else successfully got the Tomahawk Schedule to work with Trinidad? On Mon, Oct 6, 2008 at 4:33 PM, Marco Vieira

Re: [Trinidad][Tomahawk] Unable to select Tomahawk Schedule entries

2008-10-06 Thread Marco Vieira
I've implemented the Tomahawk Schedule examples. Here's the page I'm testing: <%-- Document : testSchedJSP Created on : 6/Out/2008, 12:36:25 Author : Marco --%> <[EMAIL PROTECTED] contentType="text/html"%> <[EMAIL PROTECTED] pageEncoding

Re: [Trinidad][Tomahawk] Unable to select Tomahawk Schedule entries

2008-10-06 Thread Marco Vieira
Hi there, Does anyone have any ideas. Could it be a jar compatibility problem? Has anyone experienced problems with the Tomahawk Schedule and Trinidad? Thanks, Marco On Sun, Oct 5, 2008 at 2:13 PM, Marco Vieira <[EMAIL PROTECTED]>wrote: > Hello everyone, > > I'm worki

[Trinidad][Tomahawk] Unable to select Tomahawk Schedule entries

2008-10-05 Thread Marco Vieira
g/trinidad";> Yet the problem persists, now I feel it could have to do with the fact of me using Trinidad, particularily the tag. My Jars are the following: MyFaces 1.2.3, Tomahawk 1.1.7, Trinidad 1.2.8 Has anyone else come across this problem or might have insight into a possible solution? Thanks in advance, Marco

Re: [Trinidad] Strange subform behavior

2008-10-01 Thread Marco Grimm
you use it ? > > Walter Mourão > http://waltermourao.com.br > http://arcadian.com.br > http://oriens.com.br > > > > On Wed, Oct 1, 2008 at 4:25 AM, Marco Grimm > <[EMAIL PROTECTED]>wrote: > >> >> Did you try the solution Andrew suggested to set t

Re: [Trinidad] Strange subform behavior

2008-10-01 Thread Marco Grimm
Did you try the solution Andrew suggested to set the subform transient? We do use this approach already for some time and for us it works. Andrew Robinson-5 wrote: > > Flag them as transient :) > > Other than that, not out of the box > > On Fri, Sep 19, 2008 at 2:12 PM, Walter Mourão <[EMAIL

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

2008-09-03 Thread Marco Grimm
th readonly, so that the focus does not go through the "input readonly". Thanks in advance Marco Grimm

Re: [Trinidad] Table does not auto-refresh (PPR) when "show details" is clicked

2008-08-27 Thread Marco Vieira
No, unfortunately there's no MyFaces packages or templates deployed with Netbeans. There's JSP, Sun JSF, Spring, Hibernate, EJB, Java Persistence and Project Woodstock JSF Components. It would be nice if they did develop some out of the box MyFaces functionalities. Best regards, Mar

Re: [Trinidad] Table does not auto-refresh (PPR) when "show details" is clicked

2008-08-27 Thread Marco Vieira
, Marco On Wed, Aug 27, 2008 at 12:42 PM, René van Wijk < [EMAIL PROTECTED]> wrote: > Just to be sure I also deployed an application using Trinidad (1.1.7) on > Tomcat 6 and experienced no problems. It must be noted that no extra > libraries where loaded except the essential

Re: [Trinidad] Table does not auto-refresh (PPR) when "show details" is clicked

2008-08-26 Thread Marco Vieira
gt;> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> Any ideas? Thanks in advance, >> >> Marco >> > hi, > there could be problem with show/hide jsf navigation function: if it > returns null, the page isn't rerendered. > > Justinas >

[Trinidad] problem with validators (or only DoubleRangeValidator?) after restoreState

2008-08-26 Thread Marco Grimm
e(...)-Method in the DoubleRangeValidator should additionally execute super.restoreState(...), then the properties/attributes would be set in the javax.faces.validator.DoubleRangeValidator. If my fix suggestion is completely wrong, please execuse me. Marco Grimm

Re: [Trinidad] Table does not auto-refresh (PPR) when "show details" is clicked

2008-08-26 Thread Marco Vieira
when I click the reload button on the browser and the whole page is reloaded do I see the changes (column sorted). Best regards, Marco PS: The Trinidad Demo itself works, but when I use just the table.jspx page and associated beans in my project, it does not. On Tue, Aug 26, 2008 at 7:55 AM

Re: [Trinidad] Table does not auto-refresh (PPR) when "show details" is clicked

2008-08-25 Thread Marco Vieira
is is becoming quite frustrating...does anyone have an ideia as to why the table does not reload. Thanks, Marco On Sun, Aug 24, 2008 at 12:12 AM, Marco Vieira <[EMAIL PROTECTED]>wrote: > No ideas? Please, I don't want to come off as being obnoxious but if anyone > one could help I wo

Re: [Trinidad] Table does not auto-refresh (PPR) when "show details" is clicked

2008-08-23 Thread Marco Vieira
I've compared my web.xml file to that in the demo and do not notice anything that, in my opinion, could be the source of the problem. Any ideas? Thanks in advance, Marco On Sat, Aug 23, 2008 at 12:00 AM, Marco Vieira <[EMAIL PROTECTED]>wrote: > I've tried changing the page to

Re: [Trinidad] Table does not auto-refresh (PPR) when "show details" is clicked

2008-08-22 Thread Marco Vieira
23 PM, Marco Vieira <[EMAIL PROTECTED]>wrote: > Hello everyone, > > After finally getting skinning to work, I face another problem. I have a > table, that has a select-one column and a show-details column. However, when > I click on show/hide or show all or hide all nothing happen

[Trinidad] Table does not auto-refresh (PPR) when "show details" is clicked

2008-08-21 Thread Marco Vieira
Any ideas? Thanks in advance, Marco

Re: [Trinidad] Skinning Error: CSS not available

2008-08-18 Thread Marco Vieira
solution, but I kept getting an error saying that I cannot use #{...} in the templating text body, or something like that. I feel that the issue is simple, but I just can't put my finger on it. Any other suggestions? Thanks, Marco On Mon, Aug 18, 2008 at 6:51 PM, Burghard Britzke < [EMAIL P

Re: [Trinidad] Skinning Error: CSS not available

2008-08-18 Thread Marco Vieira
Thanks for the quick replies, I've tried manually linking the CSS file within trh:head tags. But it didn't work it just added another CSS reference. Anyone have more ideias? I've been on this for 3 days...I'm sort of a beginner :) Thanks in advance, Marco On Mon, Aug

[Trinidad] Skinning Error: CSS not available

2008-08-18 Thread Marco Vieira
TECTED] prefix="trh" uri="http://myfaces.apache.org/trinidad/html"%> <[EMAIL PROTECTED] prefix="tr" uri="http://myfaces.apache.org/trinidad"%> * Thanks in advance, Marco

[Trinidad] SQL ResultSet for tr:table value

2008-08-09 Thread Marco Vieira
columna is the name of a column in the ResultSet. I don't think this is the way it should work. Has anyone done this before? Thanks in advance, Marco

Myfaces tomahawk extension problem with RichFaces fileUpload

2008-05-29 Thread Marco Ceccarelli
I cannot get wokring tomahawk schedule component that need extension filter in combination with RichFaces fileUpload, if i disable tomahawk extension filter work richfaces fileupload buto no schedule component... i try to setup first RichFaces Filter and then tomahawk ext. filter in web.xml as r

Re: Sun's RI 1.1 and Tomahawk 1.1.5 / Sandbox 1.1.5: ClassNotFoundException: [Ljava.lang.String

2007-12-23 Thread Marco Castillo
from SUN is build 14 as far as I know. This works for us. Hope this helps. Marco On Dec 23, 2007 4:41 AM, DZISIAK Jean-Paul <[EMAIL PROTECTED]> wrote: > Hello, > > I have used MyFaces, Tomahawk and Tomahawk sandbox successfully for my > last project. > I have a new project (a

Fwd: 4 new messages in 2 topics - digest

2007-11-04 Thread Marco Mistroni
QL), which means you need to maintain the infrastructure for switching between your Hypersonic and your real configuration. As a result, I'm tending to bypass the HSQL config these days. Regards, Phil Adam Hardy wrote: >Hi Marco, > >I'm using a combination of DbUnit and hypersonic

Re: Tomahawk JSCookMenu with Myfaces 1.2

2007-09-16 Thread Marco Castillo
Dear Sebastian: I'm working with the latest Tomahawk release (1.1.6) and Netbeans VWP 5.5.1using the Woodstock components from SUN. With jscookmenu i found a similar problem. I found using firebug that there was a missing field when the jscookmenu was rendered. I google for this situation, and foun

Re: Problems with JS CookMenu

2007-09-16 Thread Marco Castillo
Dear Marcos: Try to use the z-index css property. Hope this helps Marco On 9/15/07, Marcos Sousa <[EMAIL PROTECTED]> wrote: > > Hello Community, > > I'm using MyFaces 1.1.5, Tomahawk 1.1.6 and Rich Faces 3.0.1. When I use > JSCookMenu + rich:tabPanel, the JS CookMenu b

Tomahawk JSF Components and Netbeans VWP

2007-08-30 Thread Marco Castillo
Dear friends: Has somebody succesfully configure Tomahawk JSF components to work under Netbeans VWP 5.5.1?? Any help would be greatly appreciated. Thanks in advance Regards Marco

RE: How to have the label of SelectOneRadio as a commandLink

2007-06-05 Thread Beelen, Marco
adio-tag before the h:outputText-tag. Thank you for your assistence! With kind regards, Marco -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: dinsdag 5 juni 2007 18:55 To: MyFaces Discussion Subject: Re: How to have the label of SelectOneRadio as a comm

RE: How to have the label of SelectOneRadio as a commandLink

2007-06-05 Thread Beelen, Marco
o be remove / prevents it from being set. Does anybody have any clue about how to get the working properly? Any suggestions are greatly appreciated. With kind regards, Marco Beelen -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTE

How to have the label of SelectOneRadio as a commandLink

2007-06-01 Thread Beelen, Marco
ekerSelection' (calling findComponent on component 'beneficiarySelectList:selectSeekerForm:_id104:0:_id106') The component with id _id106 is the Any suggestions will be greatly appreciated! With kind regards, Marco Beelen

RE: Orchestra vs Spring-Annotations

2007-05-29 Thread Beelen, Marco
don't forget it. -M On 5/29/07, Beelen, Marco <[EMAIL PROTECTED]> wrote: > Hello all, > > I was suprised by the link mentioned as [1], because on the homepage of > MyFaces, Orchestra isn't listed as a MyFaces Project in the menu. > > It would be a shame if

RE: Orchestra vs Spring-Annotations

2007-05-29 Thread Beelen, Marco
Add when doing so: Shouldn't http://myfaces.apache.org/trinidad/ also be included in the list of MyFaces Projects? With kind regards, Marco -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: vrijdag 25 mei 2007 21:22 To: MyFaces Discussion Subject: Re: Orch

RE: enumerated type and f:selectItems

2007-05-23 Thread Beelen, Marco
ories); } Combined with a generic converter for Enums and a getter and setter for the Enum on my managed-bean it works like a charm for me. With kind regards, Marco Beelen -Original Message- From: Erlend Hamnaberg [mailto:[EMAIL PROTECTED] Sent: dinsdag 22 mei 2007 20:17 To: My

t:radio in combination with t:selectItems

2007-05-15 Thread Beelen, Marco
ards and thanks in advance for your time and effort, Marco Beelen -- Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jers

[Trinidad] Publication of snapshots?

2007-05-10 Thread Beelen, Marco
ven 2? (until a stable release will be available) Is the MyFaces project going to setup deployment of snapshots of trididad to the apache snapshot repositry? Any suggestions are appreciated. With kind regards, Marco Beelen

RE: Initializing Beans - Two problems

2007-05-08 Thread Beelen, Marco
-properties are set. With kind regards, Marco Beelen From: Simon Lessard [mailto:[EMAIL PROTECTED] Sent: maandag 7 mei 2007 20:07 To: MyFaces Discussion Subject: Re: Initializing Beans - Two problems Hello Francisco, You could implement your own V

RE: Exception handling in JSF

2007-04-18 Thread Beelen, Marco
Hello Mike, You might want to take a look at FacesTrace ( http://facestrace.sourceforge.net/ http://facestrace.sourceforge.net/> ) I think it does everything you specified or at least provide a good starting point. With kind regards, Marco Beelen F

RE: regarding

2007-04-12 Thread Beelen, Marco
I hope this might help. For more example take a look at: http://www.irian.at/myfaces/home.jsf With kind regards, Marco -Original Message

RE: Programatically updating the model

2007-04-12 Thread Beelen, Marco
With the risk of stating the obvious: Have you taken a look at: http://myfaces.apache.org/sandbox/selectManyPicklist.html It does the trick for me perfectly! With regards, Marco -Original Message- From: monkeyden [mailto:[EMAIL PROTECTED] Sent: donderdag 12 april 2007 4:45 To

RE: [OT?] ui:repeat stops after first entry

2007-04-10 Thread Beelen, Marco
next couple of projects. The t:dataList with type="simple" provided me the needed portable alternative, so again: Using MyFaces (tomahawk) makes me (and my clients) happy. Regards, Marco -Original Message- From: Maciek M [mailto:[EMAIL PROTECTED] Sent: dinsdag 10 a

RE: Scrolling on individual pages

2007-04-04 Thread Beelen, Marco
k about it some more and might come back on this. With kind regards, Marco Beelen -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: dinsdag 3 april 2007 23:04 To: MyFaces Discussion Subject: Re: Scrolling on individual pages I wonder if you could use the

Scrolling on individual pages

2007-04-03 Thread Beelen, Marco
throughout the entire applications?. If it is possible: Could you tell me how to do that? With kind regards, Marco Beelen -- Notice: This e-mail message, together with any attachments, contains information of Merck &

RE: [OT?] ui:repeat stops after first entry

2007-04-02 Thread Beelen, Marco
It's quite disappointing to find that such a great framework like facelets still has such a huge bug. With kind regards, Marco -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: donderdag 29 maart 2007 19:22 To: MyFaces Discussion Subject: Re: [OT?] ui:re

RE: [OT?] ui:repeat stops after first entry

2007-03-29 Thread Beelen, Marco
explains why in my local environment the bug didn't occur since I always start my tomcat for development testing from within Eclipse. With kind regards, Marco -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: woensdag 28 maart 2007 19:28 To: MyFaces Di

[OT?] ui:repeat stops after first entry

2007-03-28 Thread Beelen, Marco
ther applications as well, which doesn't quite fit neetly within the planned schedule. ) Any suggestions how I could further proceed with the investigationof this problem are highly appreciated. With kind regards, Marco Beelen. ---

RE: [TOMAHAWK] inputSuggestAjax

2007-03-07 Thread Beelen, Marco
I'm using the build of the sandbox of 07-02-2007. I'll try with a more recent version of the sandbox soon, but were close to release of the application, so no major changes are wanted at this moment. I'll head over to DoJo and report my issue with them. Thanks for you

RE: [TOMAHAWK] inputSuggestAjax

2007-03-07 Thread Beelen, Marco
SS "with a lower z-index" ) With kind regards, Marco -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Volker Weber Sent: woensdag 7 maart 2007 16:12 To: MyFaces Discussion Subject: Re: [TOMAHAWK] inputSuggestAjax Hi Gerald, if i got him right

[TOMAHAWK] inputSuggestAjax

2007-03-07 Thread Beelen, Marco
wser. Does anybody recognise this behaviour and know how to get around these issues? With kind regards, Marco Beelen -- Notice: This e-mail message, together with any attachments, contains information of Merck &

RE: [Solved] Never before seen exception ( facelets.FaceletViewHandler handleRenderException) - ??

2007-03-01 Thread Beelen, Marco
uite other, which allows me to build reusable components and including them on the actual page. I think most of my duplicateID-exceptions would not occur if every ui:include would automatically imply a f:subview, but this possible solution would have to be implemented in Facelets and not by MyFaces Tomahaw

RE: Issue with the t:dataScroller

2007-02-27 Thread Beelen, Marco
would be called after the action of the commandButton has been executed. This might prove usefull in other usecases as well. ( And if we have a postProcessor, maybe a preProcessor would be usefull to ). Just some thoughts. With kind regards, Marco Beelen -Original Message-

[TOMAHAWK] Facelets support was (RE: [Solved] Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest)

2007-02-27 Thread Beelen, Marco
a facelets-based application? That way the user only needs to include 1 dependancy and the codebases stay clean? With kind regards, Marco Beelen From: Laurentiu Trica [mailto:[EMAIL PROTECTED] Sent: dinsdag 27 februari 2007 16:00 To: MyFaces Discussion S

Issue with the t:dataScroller

2007-02-27 Thread Beelen, Marco
list will be rendered and the message will be something like: Displaying page 6 of 3. I was wondering how I can make the datascoller be resetted on each new search-action? Any suggestions? With kind regards, Marco -- Not

Problem with a managed-property containing a list.

2007-02-15 Thread Beelen, Marco
is kind of behaviour? Any help is greatly appreciated! With kind regards, Marco Beelen -- Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (One Merck Drive, Whit

FYI: Example panelStack is broken.

2007-02-12 Thread Beelen, Marco
java:802) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja va:332) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) With kind regards, Marco --

RE: How to create and config a life scyle bean for automatic authenticate username and password when user open a browser on window XP?

2007-02-09 Thread Beelen, Marco
An alternative to using authentication by the container is to use JCIFS to perform authentication based upon Windows credentials as a ServletFilter. See: http://jcifs.samba.org/src/docs/ntlmhttpauth.html With kind regards, Marco Beelen -Original Message- From: David Delbecq [mailto

Re: JSF lifecyle - managed-bean

2007-02-05 Thread Marco Mistroni
-method for my bean in applicationContext.xml if you expose your JSF beans as Spring beans (jsf-spring or not) they will behave exactly like Spring beans hth marco On 2/5/07, Martin Marinschek <[EMAIL PROTECTED]> wrote: From my experience: don't use jsf-spring-library, use Spring 2

RE: JSF lifecyle - managed-bean

2007-02-05 Thread Beelen, Marco
tains: com.sun.facelets.FaceletViewHandler org.springframework.web.jsf.DelegatingVariableResolve r And in the web.xml I added: de.mindmatters.faces.spring.context.ContextLoaderListener With kind regards, Marco -Original Message- From: Lisa [mailto:[

RE: Problem by opening a page in new browser

2007-01-31 Thread Beelen, Marco
Hello Thomas, I ran into the same problem earlier. I creates an issue for this in JIRA (https://issues.apache.org/jira/browse/MYFACES-1526) Pending it's resolution I change my application, so that it doesn't need the popups any more. With kind regards,

problem with jscookmenu

2007-01-28 Thread Marco Mistroni
ere's my menu-config.xml (only part of it) could anyone tell me where the error is coming from? thanks in advance and regards Marco

Window remains locked onClick of commandLink with target.

2007-01-25 Thread Beelen, Marco
this same behaviour? Is this behaviour conform JSR-spec of is it MyFaces specific and if the latter: Is there a work-araound available? Any suggestions how how I could unlocked my window are greatly appreciated. With kind regards,

RE: What's the difference between (onclick="submit()" immediate="false") and (onclick="submit()" immediate="true")?

2007-01-24 Thread Beelen, Marco
Thomas, The Wiki contains a pretty good articel about the immediate attribute: http://wiki.apache.org/myfaces/How_The_Immediate_Attribute_Works Check it to see if it anwsers your question. Marco From: Thomas Chang [mailto:[EMAIL PROTECTED] Sent

RE: Question about using dataTable

2007-01-23 Thread Beelen, Marco
. Change your css so that it works and afterwards check if the JSF generated page also looks fine. Good luck! With kind regards, Marco From: Thomas Chang [mailto:[EMAIL PROTECTED] Sent: dinsdag 23 januari 2007 12:37 To: MyFaces Discussion Subject: RE

RE: Question about using dataTable

2007-01-23 Thread Beelen, Marco
Hello Thomas, Add the attribute rowClasses to the datatable with two comma-seperated classname for the odd and even-rows. . . With kind regards, Marco From: Thomas Chang [mailto:[EMAIL PROTECTED] Sent: dinsdag 23 januari 2007 11

RE: Hibernate Object and JSF Bean Design

2007-01-18 Thread Beelen, Marco
-filter. ) When we switched to 'proper' view-objects and also were able to increase the performance of the application by retrieve all needed properties of an object at once instead of loading them one-by-one. I would never use hibernate proxies again in my managed-beans. With kind regard

RE: Depency Injection

2007-01-18 Thread Beelen, Marco
icationContext( servletContext ); myService = (ServiceInterface) beanFactory.getBean( "serviceId" ); } I hope this helps get you your ActionListener working. With kind regards, Marco From: Worm, Danny [mailto:[EMAIL PROTECTED] Sent: d

RE: How to use inputSuggest(Ajax)

2007-01-17 Thread Beelen, Marco
Hi Gerard, Thanks for you pointer to the wiki. I must have overlooked the documentation in wiki, because indeed with that information I will be able to get it working. With kind regards, Marco -Original Message- From: Gerald Müllan [mailto:[EMAIL PROTECTED] Sent: woensdag 17

RE: [ABOT] Sending pdf file from webserver to browser?

2007-01-17 Thread Beelen, Marco
. By setting the correct response header you could get the pdf to open correctly in a browser, but the user will have to choose to print it themselves. IMHO: It can't be done. If you ever fid a way around these problems, please let me know! With kind regards, Marco -Original Messa

How to use inputSuggest(Ajax)

2007-01-16 Thread Beelen, Marco
of a type that doesn't accept focus") Any (input)suggestion on how to work with these components is greatly appreciated. With kind regards, Marco Beelen -- Notice: This e-mail messa

RE: Tomahawk-sandbox 1.1.5-SNAPSHOT and maven problem

2007-01-15 Thread Beelen, Marco
Hi Alexey, Your problem is being caused by bug TOMAHAWK-857 (http://issues.apache.org/jira/browse/TOMAHAWK-857) and a nasty workaround is available ( see http://www.mail-archive.com/users@myfaces.apache.org/msg32631.html ) With kind regards, Marco

RE: sandbox-project-1.1.5-SNAPSHOT

2007-01-15 Thread Beelen, Marco
ll dependancies are being included, but the latter didn't appair to be a problem. With kind regards, Marco Beelen -Original Message- From: Jeff Bischoff [mailto:[EMAIL PROTECTED] Sent: vrijdag 12 januari 2007 17:10 To: MyFaces Discussion Subject: Re: sandbox-project-1.1.5

RE: how to use html frame inside a jspf? (jsp fragment)

2007-01-11 Thread Beelen, Marco
upport for templating. Personally I like facelets very much and it allows me to build all the elements on my page as seperate ui:components, each in their own xhtml-file and build the pages reusing those components. Good luck, Marco Beelen Note: Recommended reading: Facelets fits JSF like a g

selectManyPicklist causes 'Validation Error'

2007-01-09 Thread Beelen, Marco
1.5.0_07. My managed-bean is being stored in session-scope and I'm using server-side state saving. Any help or suggestions are greatly appreciated With kind regards, Marco Beelen -- Notice: This e-mai

RE: what is the solution to show some records in none tabular format?

2007-01-08 Thread Beelen, Marco
com/jsf/html <http://java.sun.com/jsf/html> " xmlns:ui="http://java.sun.com/jsf/facelets <http://java.sun.com/jsf/facelets> "> With kind regards, Marco Beelen -Original Message- From: legolas [mailto:[EMAIL PROTECTED] Sent: zate

RE: from-outcome value

2006-12-21 Thread Beelen, Marco
nstead of performing 'global' search and replace-action on your Strings used as outcomes. With kind regards, Marco Beelen From: Anil Kommareddi [mailto:[EMAIL PROTECTED] Sent: woensdag 20 december 2006 20:00 To: users@myfaces.apache.org S

Problem combining Facelets and Tomahawk TabbedPane for Dynamic tabs

2006-11-30 Thread Beelen, Marco
t only pane. It appairs that the panelTabbedPane doesn't recognizes that multiple panelTab's should be created. My questions about this are: 1) Is it possible to generate the panelTab's dynamically? 2) If so: Can somebody give some advice on how to accomplish that? With

Re: Combine Hibernate and JSF, but how?

2006-10-12 Thread Marco Mistroni
hELLO,  when i did it (combine JSF spring & HIbernate), it was about spring last year..i was using a sourceforge project called jsf-spring .. not sure what is status now butyou might want to check it out hth marcoOn 10/12/06, Cagatay Civici <[EMAIL PROTECTED]> wrote: Hi Mosimann,Between JSF and Hib

Re: ValueChangeListener not called

2006-10-05 Thread Marco Pöhler
Hi Peter, Does your bean implement the method public void processValueChange(javax.faces.event.ValueChangeEvent event) {...} ? and Is the form rendered in the HTML output ? May be missing ? regards Marco -- http://www.lenses-price-comparison.com http://www.perfume-price-comparison.com

Re: Access Request Scope Bean in Servlet Filter

2006-10-04 Thread Marco Pöhler
Hi fischman_98, I think you can use methods from Nabbles AccessFacesContextFromServlet. http://wiki.apache.org/myfaces/AccessFacesContextFromServlet hope that helps, Marco -- http://www.faq-kontaktlinsen.de http://www.parfuem-faq.de fischman_98 schrieb: Is there anyway to access a

generated URLs and MyFaces

2006-10-02 Thread Marco Pöhler
Marco Pöhler --- http://www.perfume-price-comparison.com http://www.lenses-price-comparison.com

Re: commandLink

2006-10-02 Thread Marco Pöhler
Moin Udo, The commandLink syntax looks good to me, but the HtmlCommandLink alwalys uses JavaScript, so be sure that your target browser can handle it. hope that helps Marco --- http://www.kontaktlinsen-preisvergleich.de http://www.lenses-price-comparison.com [EMAIL PROTECTED] schrieb: Hi

Re: Cron..

2006-08-04 Thread Marco Mistroni
True, wrong forum :)but i have seen that error before'check how are you creatingyour jobs (if they have same identifier etc)last resort, clear quartz table and start from scratch. one shot after that will work for sure.. if hte second does not work that means that you are creating all ur jobs whith

decimal separator localization

2006-07-17 Thread Marco Ceccarelli
Is there a way to define that localized views automatically use the correct decimal separator? in italy the standard is , but also forcing with all the inputText with double values are in the english format. I think that the only way is to make a conversion bean ? i'm right? --

Re: Need web pages for both PCs and palms... (JSF? ADF?...)

2006-05-12 Thread Marco Mistroni
Hello, i give my 2 cents here.mayb i m 'old' fashioned and not very 'updated', but i did what you are trying todo back in Y2K. At that stage i used JSP written in XML with a HTML/WML XSLT processorfor rendering. in that case, i suppose if you follow that approach there will be no difference bet

sandbox version with example

2006-05-11 Thread Marco Ceccarelli
ork for me... -- Marco Ceccarelli - Programmatore T.N.X. snc - Internet & Multimedia Web: www.tnx.it - Tel: 0577 980701

Re: Unit tests

2006-05-03 Thread Marco Mistroni
was nto for that, please ignore my emailrgds marcoOn 5/3/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: How does Seam offer more opportunities to test a JSF application?Dennis Byrne>-Original Message----->From: Marco Mistroni [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 3, 2

Re: Unit tests

2006-05-03 Thread Marco Mistroni
You might want to have a look at JBossSeam..hth marcoOn 5/2/06, Rogerio Pereira <[EMAIL PROTECTED] > wrote:Use struts-shale test framework.

Re: MyFaces - Spring integration problems

2006-04-02 Thread Marco Mistroni
t;[EMAIL PROTECTED]> wrote: Hi Marco, I have quickly looked at it, but the exampe-ZIP provided with it, issues such a bunch of configuration files that my initial enthusiasm quickly cooled off. :-(So,  1/ What would it take to use this (apart from adding the lib in web-inf/lib :-) (if you don

  1   2   3   >