Re: MYFACES-228: preserveDataModel=true and x:dataTable fixed?

2005-07-06 Thread Martin Marinschek
Hi Mathias, is your reimplementation also saving the facets (not only the child components) states? that would be important to do... regards, Martin On 7/5/05, Mike Kienenberger [EMAIL PROTECTED] wrote: On 7/5/05, Sean Schofield [EMAIL PROTECTED] wrote: OK, keep us posted on what else you

RE: MYFACES-228: preserveDataModel=true and x:dataTable fixed?

2005-07-06 Thread Broekelmann, Mathias
Hi, I currently try to find the cause for bug 228. I think the immediate flag for commandSortHeader and the scroller components defaults to true (Why?) which is the reason why the datamodel is never updated. Mathias -Original Message- From: Martin Marinschek [mailto:[EMAIL

Tree2 Action Behavior Problem

2005-07-06 Thread Neal Katz
I am having a problem using tree2 and would appreciate any help I am using Tree2 to perform navigation thru a catalog My tree has 2 types of leaf nodes, a item and a manufacturer. Implementation wise these are the 'type' attributes of TreeNode The data structure is populated with 4 leaf nodes of

Antwort: RE: MYFACES-228: preserveDataModel=true and x:dataTable fixed?

2005-07-06 Thread mathias . werlitz
The mentioned Bug regarding ActionListener is not really one. It was an issue with my Converter impl. that was not compatible with a changed behavior of UIInput components. It seems to work well. AND the new implemenation fixes the MYFACES-288 bug. But I have a new problem with tree2 in the new

Antwort: RE: MYFACES-228: preserveDataModel=true and x:dataTable fixed?

2005-07-06 Thread mathias . werlitz
The Tree2 does not work client-side because the _javascript_ files cannot be loaded via the Filter in the current Build: java.io.IOException: Unable to find resource _javascript_/tree.js for component tree2.HtmlTreeRenderer. Check that this file is available in the classpath in sub-directory

Re: RE: MYFACES-228: preserveDataModel=true and x:dataTable fixed?

2005-07-06 Thread Sean Schofield
Mathias, I will check into it when I get to work (leaving now.) In the meantime, I was just running tree2 examples from the latest source and I didn't recall any problems? Can you try building the simple examples and verify if those work or not. If I had to guess from your stack trace, it

Antwort: Re: RE: MYFACES-228: preserveDataModel=true and x:dataTable fixed?

2005-07-06 Thread mathias . werlitz
The _javascript_ files are simply missing in the folder myfaces.jar\org\apache\myfaces\custom\tree2\resource\_javascript_ . My problem is, that I did not managed it to connect to the svn repository - my system is behind a proxy/firewall. Somehow that does not work. Can somebody give me an

Re: Re: RE: MYFACES-228: preserveDataModel=true and x:dataTable fixed?

2005-07-06 Thread Sean Schofield
I'd suggest starting a new thread regarding your SVN problems. As for the javascript file, it seems to be included in the build. I found it in myfaces-all.jar#org\apache\myfaces\custom\tree2\resource\javascript You mentioned myfaces.jar. That is the old jarfile name. The new one is

Re: Important Topic Reminder [was: Re: MYFACES-228: preserveDataModel=true and x:dataTable fixed?]

2005-07-06 Thread Sean Schofield
Even better. Discuss through JIRA since this is a specific bug that exists in JIRA. Comments to JIRA issues are also reported on the dev list. sean On 7/6/05, Manfred Geiler [EMAIL PROTECTED] wrote: Just a reminder for everyone: Please discuss serious and important issues like this on the

HtmlTreeRenderer and images

2005-07-06 Thread Mario Ivankovits
Hi! I just would like to know if this is a known problem. I try to use tree2 with client-side tree toggling and a graphic image, but my graphic image isnt corrently shown as the webapp context is missing. In other words the image-pathes in HtmlTreeRenderer needs to be encoded with

test

2005-07-06 Thread Mario Ivankovits
test

RE: Connecting to MyFaces SVN through a proxy

2005-07-06 Thread Broekelmann, Mathias
Title: Nachricht Hi Mathias, IMO your firewall scans the http stream for valid http commands and donĀ“t support webdav which is used by svn over http. Try to use https to connect to the repository: https://svn.apache.org/repos/asf/myfaces/current Cheers, Mathias -Original

Antwort: RE: Connecting to MyFaces SVN through a proxy

2005-07-06 Thread mathias . werlitz
HTTPS does not work either :( I think I supports webdav (at least I can connect to the gmx mediacenter via webdav).

NavigationHandler ignoring responseComplete()

2005-07-06 Thread Richard Wallace
Hey all, I'm working on redirecting a user to the page they requested after successfully authenticating. To do this I use the ExternalContext.redirect() method to redirect to a URL that is stored in the session when they try and access a page but aren't logged in and are redirected. As I

Tiles subview mixing html and jsf

2005-07-06 Thread giannidoe
Hi I'm trying to use a combination of html and jsf in a tiles included subview. This isn't the actual code but serves to illustrate the problem. If I do this: f:verbatim h4 h:outputText value=My heading/ /h4 /f:verbatim the jsf output appears before the html: My headingh4/h4 However if I

Re: Tiles subview mixing html and jsf

2005-07-06 Thread Bruno Aranda
And if you do this? h:outputText value=h4My heading/h4 escape=false/ Regards, Bruno 2005/7/6, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hi I'm trying to use a combination of html and jsf in a tiles included subview. This isn't the actual code but serves to illustrate the problem. If I do

Re: Tiles subview mixing html and jsf

2005-07-06 Thread giannidoe
I get an error: [ServletException in:/WEB-INF/templates/footer.jsp] /WEB-INF/ templates/footer.jsp(8,22) The value of attribute value associated with an element type h:outputText must not contain the ' On 06/lug/05, at 19:29, Bruno Aranda wrote: And if you do this? h:outputText

Re: Tiles subview mixing html and jsf

2005-07-06 Thread giannidoe
Sorry my response got truncated, the full error is : org.apache.jasper.JasperException: /WEB-INF/templates/footer.jsp (8,22) The value of attribute value associated with an element type h:outputText must not contain the '' character. Gianni On 06/lug/05, at 19:35, [EMAIL PROTECTED] wrote:

javascript errors w/ command link

2005-07-06 Thread Roberta Coe
I'm trying to use the x:commandLink tag, but I get a _javascript_ error when I click on it. I have a similar h:commandLink that works fine. The links in my jsp look like: h:commandLink value="TestLink" action="">"showBillList"/h:commandLink x:commandLink value="TestMyFacesLink"

x:inputCalendar onchange event

2005-07-06 Thread Polanki, Varada \(Exchange\)
Hi, According to the online tag API's help (http://myfaces.apache.org/tlddoc/) has onchange property. I tried to use this property like below x:inputCalendar id=calendar monthYearRowClass=yearMonthHeader

Re: x:inputCalendar onchange event

2005-07-06 Thread Martin Marinschek
this attribute should be available in the head version. check out the head from svn and build it - or get the nightly build, as soon as it is running again ;) regards, Martin On 7/6/05, Polanki, Varada (Exchange) [EMAIL PROTECTED] wrote: Hi, According to the online tag API's help

Re: x:inputCalendar onchange event

2005-07-06 Thread Mario Ivankovits
Hi! this attribute should be available in the head version. check out the head from svn and build it - or get the nightly build, as soon as it is running again ;) Looks like SVN is under reconstruction. Could you please give a short outline whats needed now to build myfaces. --- Mario

Re: Tiles subview mixing html and jsf

2005-07-06 Thread Martin Marinschek
Sorry, I looked only at the first part... my fault.. strange, I am always mixing content like that - never had a problem so far. are you using a standard tomcat server? regards, Martin On 7/6/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: As explained in my original post I've already tried

Re: x:inputCalendar onchange event

2005-07-06 Thread Sean Schofield
More instructions should be available on the website tonight. The documentation is done but now I am reworking the code to build the website itself ;-) sean On 7/6/05, Martin Marinschek [EMAIL PROTECTED] wrote: Look in the Wiki-pages (http://wiki.apache.org/myfaces)- I have prepared a small

Re: template based renderer (using Jakarta Velocity)

2005-07-06 Thread Martin Marinschek
On the contrary - I think it is highly relevant to this thread. In fact, the component tree should be built in the same way as each component is built up. Isn't a component in itself something like a tree? There are three approaches which seem to make sense here: - doing an XML like thing

Re: HtmlTreeRenderer and images

2005-07-06 Thread Mario Ivankovits
Hi! I try to use tree2 with client-side tree toggling and a graphic image, but my graphic image isnt corrently shown as the webapp context is missing. In other words the image-pathes in HtmlTreeRenderer needs to be encoded with facesContext.getExternalContext().encodeResourceURL(). Now that I

Re: HtmlTreeRenderer and images

2005-07-06 Thread Sean Schofield
Create an issue in JIRA. Be sure to describe your reasoning and include your patch. I can't rememeber offhand why things are the way they are in tree2 but I will come back to your issue shortly. sean On 7/6/05, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! I try to use tree2 with

RE: JSF with JSR 168 Portlet

2005-07-06 Thread Stan Silvert
Id love to help you, but thats IBMs code not MyFaces. IBM has had portlet support for much longer than we have so I am assuming that they arent using MyFaces under the covers. I suggest you either switch to MyFaces or take this up with IBM. Stan Silvert JBoss, Inc. [EMAIL PROTECTED]

tree2 expand all default

2005-07-06 Thread Dennis Byrne
I am using the tree2 control, backing bean is in request scope and clientSideToggle=false. Does anyone know how to get all nodes to be expanded when this component is first seen by the user? Dennis Byrne

Re: tree2 expand all default

2005-07-06 Thread Adrian Merrall
On 7/7/05, Dennis Byrne [EMAIL PROTECTED] wrote: I am using the tree2 control, backing bean is in request scope and clientSideToggle=false. Does anyone know how to get all nodes to be expanded when this component is first seen by the user? Dennis Byrne There have been a few threads on

Re: tree2 expand all default

2005-07-06 Thread Dennis Byrne
http://www.mail- archive.com/users@myfaces.apache.org/msg05064.html I see. Original message Date: Thu, 7 Jul 2005 13:23:11 +1200 From: Adrian Merrall [EMAIL PROTECTED] Subject: Re: tree2 expand all default To: MyFaces Discussion users@myfaces.apache.org On 7/7/05, Dennis Byrne

Redirect on Session Timeout

2005-07-06 Thread Daniel Murley
Hi, Read a post here recently showing the following for performing a redirect for session timeouts/invalidation. This was : public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException { if

Re: Redirect on Session Timeout

2005-07-06 Thread Adrian Merrall
On 7/7/05, Daniel Murley [EMAIL PROTECTED] wrote: Hi, Read a post here recently showing the following for performing a redirect for session timeouts/invalidation. This was : public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws

RE: Redirect on Session Timeout

2005-07-06 Thread Daniel Murley
Ahh great! Worked a treat. Thanks, Daniel -Original Message- From: Adrian Merrall [mailto:[EMAIL PROTECTED] Sent: Thursday, 7 July 2005 12:45 PM To: MyFaces Discussion Subject: Re: Redirect on Session Timeout On 7/7/05, Daniel Murley [EMAIL PROTECTED] wrote: Hi, Read a post