Re: [tree2] Anyone using tree2 and hibernate?

2006-08-02 Thread Mr Arvind Pandey
Hi I am using tomahawk with hibernate. But facing problems and trying to get work aroung for that. Arvind --- ir. ing. Jan Dockx [EMAIL PROTECTED] wrote: respond; what do you want to know? On 30 Jul 2006, at 18:37, Sean Schofield wrote: I'm working on a full blown example of several

Re: is there a way to pull a session scope variable directly into a jsf tag?

2006-08-02 Thread Cosma Colanicchia
This is a common problem.. you should look at the Shale Dialog Manager: http://shale.apache.org/features-dialog-manager.html, it tries to address this very exact problems. Cosma 2006/8/1, [EMAIL PROTECTED] [EMAIL PROTECTED]: Thank you all for your responses. It's been a great help and

Re: window identifier?

2006-08-02 Thread Christopher Cudennec
Thanks for your advices, I think that's exactly what we need. What about the progress of Trinidad? Is it worth getting it from SVN now or would your recommend using the old ADF faces or even waiting for the first release? What about the changes of my configuration to use ADF faces? Does it

RE: Additional row rendered in t:dataTable

2006-08-02 Thread Michael Heinen
Yes this is a bug. See JIRA issue TOMAHAWK-467 http://issues.apache.org/jira/browse/TOMAHAWK-467 From: Raj Rajendran [mailto:[EMAIL PROTECTED] Sent: Dienstag, 1. August 2006 21:14 To: MyFaces Discussion Subject: Additional row rendered in t:dataTable MyFaces 1.1.4

Re: [Tobago] Unknown Protocol

2006-08-02 Thread Cyrill Zadra
Hi Bernd,I tried the nightly builds (tobago-core-1.0.8-SNAPSHOT - 02-Aug-2006 04:58) but there is no difference. The same error occurs.ERROR: Unknown protocol 'code-source:/C:/IENGINE/MyFace/HelloWorld/lib/tobago- theme-standard-1.0.8-SNAPSHOT.jar!META-INF/tobago-theme.xml'RegardsCyrillOn 8/1/06,

Re: [tomahawk + panelNavigation2 + Facelets] getting empty UL tags

2006-08-02 Thread Greg Reddin
Nevermind. I changed my Maven POM to pul version 1.1.2 and the error went away. Thanks, Greg On Aug 1, 2006, at 11:33 AM, Greg Reddin wrote: In reference to this thread: http://www.mail-archive.com/users@myfaces.apache.org/msg18040.html Did anyone ever find a solution to this

Re: [Tobago] Unknown Protocol

2006-08-02 Thread Bernd Bohmann
Hello Cyrill, maybe the nightly build doesn't include the changes. I have changed the log level from error to warn else { LOG.warn(Unknown protocol ' + themeUrl + '); addResources(classLoader, resources, themeUrl, protocol, prefix); } and try to load the theme resource if the

Re: Tree2 - a new node scroll to?

2006-08-02 Thread Adam
Sean Schofield wrote: I haven't tried using anchors in JSF but presumably that would be the solution. Since the nodes are all JSF objects if you can find a way to add a '#foo' to the URL then you could scroll to the specific location. I don't believe there is a way to do this in the JSF spec

Re: Tree2 - a new node scroll to?

2006-08-02 Thread Adam
Andrew Robinson wrote: There are javascript methods to scroll to a given node in the DOM tree if you need to scroll the whole document. If you are in an inner div you will want to use scrollTop and scrollHeight to determine set the scroll position of the div. Just give an element in your node a

Re: [Tobago] Unknown Protocol

2006-08-02 Thread Cyrill Zadra
Hi Bernd,Ok.. it was my mistake. I copied the latest lib file in the wrong directory. Now this error doesn't occur anymore .. but some others ;).Thanks for you help.regardsCyrill On 8/2/06, Bernd Bohmann [EMAIL PROTECTED] wrote: Hello Cyrill,maybe the nightly build doesn't include the changes.I

jsValueChangeListener - field does not get updated in realtime, only after focus

2006-08-02 Thread Torsten Krah
Looking at the examples i tried this: h:inputText id=text1 t:jsValueChangeListener for=text2 property=value expressionValue=$srcElem.value.length / /h:inputText h:inputText

Tree2 problem Error : Encountered a node [0:5] + with an illogical state. Node is expanded but it is also considered a leaf (a leaf cannot be considered expanded

2006-08-02 Thread Mr Arvind Pandey
Hi, I am using tomahawk tree2 components with MyFaces 1.1.1 . I got the following error as follows. Encountered a node [0:5] + with an illogical state. Node is expanded but it is also considered a leaf (a leaf cannot be considered expanded. I am not able to proceed ahead because of

Neede Suggestion for my Query through JSF way

2006-08-02 Thread Chandra Sekhar
Hi, I need away to forward to the JSF page to the another JSF Page basing upon the value in a Particular field. For form page validations I'm using _javascript_ .Please suggest a way to do this. Regards, Chandru.

force resetting of id sequence generator

2006-08-02 Thread TerryEast
Hi All I have a jsf page coded like this ?xml version=1.0 encoding=UTF-8? html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en xmlns:ui=http://java.sun.com/jsf/facelets; xmlns:h=http://java.sun.com/jsf/html; xmlns:f=http://java.sun.com/jsf/core;

Re: jsValueChangeListener - field does not get updated in realtime, only after focus

2006-08-02 Thread Gerald Müllan
I think this is the wanted behaviour and the component doesn`t trigger on keypress events. In this case its onblur. If you want to achieve the realtime stuff, it shouldn`t be that difficult to do it by hand. Just enable the onkeypress attribute and write the length of the value to the

RE: Neede Suggestion for my Query through JSF way

2006-08-02 Thread Conway. Fintan \(IT Solutions\)
Title: Message Hi Chandru, If youbind the particular field (formField) in your form to a field (bbField) in your backing bean (bb), then you can have a method in your backing bean that returns the next page to go to (navMethod). The logic in this method will look at the value in the field

forceId - t:inputText, bug or not?

2006-08-02 Thread Torsten Krah
Question: If i use forceId on an inputText and on an outputText, i get different results. h:form id=form1 t:inputText forceId=true id=input1 value=/ t:outputText forceId=true id=output1 value=output/ /h:form result is: id for input gets: form1:input1 id foroutput gets: output1 Should the

Re: jsValueChangeListener - field does not get updated in realtime, only after focus

2006-08-02 Thread Torsten Krah
Yeah - its a onBlur Listener ;). But your are right, using my own JS i can do the same - but like you can see at my next post to the list, forceId on inputText is maybe broken, but for outputText it works - so i got it working, using this as referenz for the component which triggered the event,

saveState and redirect

2006-08-02 Thread Matthias Fischer
I read http://issues.apache.org/jira/browse/TOMAHAWK-503?rc=1 but I really have no idea how to set up the RedirectTracker? Can someone tell me the steps I need to take or does anybody know where I can find some documentation on how to do this? Kind regards from the Lake of Constance Matthias

Re: Validating Multiple Components in DataTable

2006-08-02 Thread David Van Stone
I made a new test JSF application to try to recreate the problem, in order to publish on this forum. Instead, I got to carefully review all the pieces and in the process solved it. I needed to add the class (representing a row) as a managed bean in faces-config.xml with scope of none:

Re: Validating Multiple Components in DataTable

2006-08-02 Thread Mike Kienenberger
On 8/2/06, David Van Stone [EMAIL PROTECTED] wrote: I made a new test JSF application to try to recreate the problem, in order to publish on this forum. Instead, I got to carefully review all the pieces and in the process solved it. I needed to add the class (representing a row) as a managed

RE: rendered condition does not work as expected

2006-08-02 Thread Venkat Rao
Yes, I do have two different beans, but the code inside the 'rendered' block is getting evaluated even when the condition is false. To dynamically change the component tree based on internal structures, it appears that constructs like ui:repeat / rendered / c:forEach are not working too well. I

Re: Horizontal Panel Navigation - panelNavigation2

2006-08-02 Thread Rolf Mertig
fischman_98 wrote: Having a lot of trouble getting then Horizontal PanelNavigation to work like the irian example - http://example.irian.at/example-simple-20060801/panelnavigation_4.jsf http://example.irian.at/example-simple-20060801/panelnavigation_4.jsf The dynamic dropdown part is

Re: forceId - t:inputText, bug or not?

2006-08-02 Thread Matthias Wessendorf
Mmm, looking at the nbuild; it works http://example.irian.at/example-simple-20060802/forceId.jsf Which version are you using? I can't remember any bugs regarding the forceId. Another solution would be using Trinidad tr:form/; this isn't a naming container. Or JSF 1.2 (prependId) -Matthias

Re: rendered condition does not work as expected

2006-08-02 Thread Mike Kienenberger
I wonder if this might somehow be related. item was a UIData interator var. On 8/2/06, David Van Stone [EMAIL PROTECTED] wrote: I made a new test JSF application to try to recreate the problem, in order to publish on this forum. Instead, I got to carefully review all the pieces and in the

Seeking More Control of panelNavigation2 (Long)

2006-08-02 Thread Greg Reddin
Perhaps I've missed something, but it seems like panelNavigation2 could use a couple more CSS class hooks and/or behavior customizations. For example, I'd like to have a menu that looks something like this: Link 1 Link 2 * Sub Link 1 * Sub Link 2 * Sub Link 3 Link 3 Link 4 ... * If

Re: HELP with h:selectOneRadio inside h:dataTable

2006-08-02 Thread Martin Grotzke
Hello, have a look at http://wiki.apache.org/myfaces/Display_Radio_Buttons_In_Columns and http://myfaces.apache.org/sandbox/tagreference.html#selectOneRow. You find an example for the last one at http://irian.at/myfaces-sandbox/selectOneRow.jsf. Cheers, Martin On Wed, 2006-08-02 at 10:38

Re: Myfaces Portlets With Liferay and Maven

2006-08-02 Thread Greg Reddin
Sorry it took me so long to respond, but thanks for your help. This seems to have fixed my problem :-) Greg On Jul 26, 2006, at 1:28 PM, Papaioannou, Todd wrote: Greg, Try this: create a commons-logging.properties file somewhere in the classpath of your portlet. WEB-INF/class is favorite.

Re: forceId - t:inputText, bug or not?

2006-08-02 Thread Torsten Krah
; it works http://example.irian.at/example-simple-20060802/forceId.jsf Which version are you using? I can't remember any bugs regarding the forceId. Another solution would be using Trinidad tr:form/; this isn't a naming container. Or JSF 1.2 (prependId) -Matthias On 8/2/06, Torsten Krah

Re: forceId - t:inputText, bug or not?

2006-08-02 Thread Matthias Wessendorf
Mittwoch, den 02.08.2006, 09:20 -0700 schrieb Matthias Wessendorf: Mmm, looking at the nbuild; it works http://example.irian.at/example-simple-20060802/forceId.jsf Which version are you using? I can't remember any bugs regarding the forceId. Another solution would be using Trinidad tr:form

RE: [Tobago] - How to programmatically set the label attribute of tc:box

2006-08-02 Thread John
Udo, Thank you very much - this opens some doors John -Original Message- From: Udo Schnurpfeil [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 2:34 PM To: MyFaces Discussion Subject: Re: [Tobago] - How to programmatically set the label attribute of tc:box You can set any

RE: [Tobago] - (answer for Bernd) - how to know which tab is active

2006-08-02 Thread John
It's server-side tab switching set to reloadTab. John P.S. I answered this about 1 week ago, but I think you missed it within the list - here it is again... Thanks. -Original Message- From: Bernd Bohmann [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 11:07 PM To: MyFaces

Re: s:inputTextAjax not working

2006-08-02 Thread octoberdan
Some one out there is bound to know what's going on... or atleast have a suggustion. Please.. In desperation I've started writing my own AJAX component that work similarly, this is obviously not ideal... No other AJAX input box already on the market is as capabable or as cool as s:inputAjax.

Re: Validating Multiple Components in DataTable

2006-08-02 Thread David Van Stone
I needed to add the class (representing a row) as a managed bean in faces-config.xml with scope of none: managed-bean managed-bean-nameitem/managed-bean-name managed-bean-classwhatever.the.class.is.called/managed-bean-class

Re: Validating Multiple Components in DataTable

2006-08-02 Thread Mike Kienenberger
On 8/2/06, David Van Stone [EMAIL PROTECTED] wrote: I needed to add the class (representing a row) as a managed bean in faces-config.xml with scope of none: The managed bean is not stored anywhere but is created by the developer as needed. (I.e., another class creates/destroys it.)

Re: Browser Back Button

2006-08-02 Thread Andrew Robinson
Where does ID get set? According to your code, your avalue is getting the value from the MyBean's ID property. Without knowing how that ID is getting its value from, it is impossible to say what is going on. Only the component tree is serialized into the state. The session managed beans live on

myfaces and dojo

2006-08-02 Thread Rene Lavoie
Hello, I ran into a bit of a problem getting dojo to work with my JSF project. After doing some digging, I realised that the file "richtextframe.html" was returning a 404 and then it hit me. *.html extension are forwarded to javax.faces.webapp.FacesServlet, so the DOJO *.html files are

Re: window identifier?

2006-08-02 Thread Matthias Wessendorf
Christopher, we did some changes. repackaging (org.apache.myfaces.trinidad*** instead of oracle.adf***) renamed some component (for instance selectInputDate = inputDate) the demo comes with MyFaces as runtime so this maybe what you are looking for. I am just merging the last *renaming* things

Binding to elements in DataTable

2006-08-02 Thread David Van Stone
I'm struggling to create a binding to a UIInput element in a DataTable row. (Context: I'm trying to do validation across multiple fields in the same row.) I have a backing bean for the main page (PlayBB; managed-bean-scope: session) which contains a List of backing beans for each row (NameBB;

Re: Binding to elements in DataTable

2006-08-02 Thread Mike Kienenberger
On 8/2/06, David Van Stone [EMAIL PROTECTED] wrote: I'm struggling to create a binding to a UIInput element in a DataTable row. (Context: I'm trying to do validation across multiple fields in the same row.) I have a backing bean for the main page (PlayBB; managed-bean-scope: session) which

Re: SelectManyCheckbox not binding to Managed Bean Problem

2006-08-02 Thread Mike Kienenberger
Or submit a patch to allow style and styleClass. On 8/1/06, Andrew Robinson [EMAIL PROTECTED] wrote: You can use CSS to do it. The problem that I see is that it doesn't look like t:checkbox supports a style or styleClass attribute, so you may have to assign the CSS properties using javascript

Re: Schedule component,getLastClickedDateAndTime doesn't work in Month v

2006-08-02 Thread Mike Kienenberger
On 8/1/06, dan2000 [EMAIL PROTECTED] wrote: I've added it to JIRA. I saw some bugs being reported long time ago but now one does bug fixing. I guess no one in myfaces group uses JIRA, or i'm missing something ? This is open source. Bugs are fixed by those who need them fixed. Submit a patch

Re: autoscrolling

2006-08-02 Thread Mike Kienenberger
It looks like your extension filter configuration is wrong, which is why the javascript methods aren't being added to the page. The order of elements in a dtd xml file is fixed -- you cannot add things out of order. filter filter-mapping servlet servlet-mapping is the required order of the

Re: injecting an action into a standard url

2006-08-02 Thread Mike Kienenberger
http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls On 7/30/06, Paul Hussein [EMAIL PROTECTED] wrote: Hi, I am in a sticky spot where I need to inject an action into a standard html link e.g. a href=http://yooparse.sourceforge.net/; target=_selfYooParse/a I would like the href,

JSF and search engines

2006-08-02 Thread Veit Guna
Hi. I've read that search engines like google or similar have problems with the html code JSF (Myfaces) creates. They won't scan the pages because there are href's like 'a href# onclick=...' which use javascript to activate the link. Is there a way to let Myfaces create search engine friendly

Re: inputSecret

2006-08-02 Thread Mike Kienenberger
On 7/28/06, Guy Coleman [EMAIL PROTECTED] wrote: You'll probably have to extend the component to set the autocomplete=off attribute in the generated HTML. Note that this is a non-standard attribute that only works with certain browsers. If you're lucky somebody might add this as a feature for

RE: extensionsfilter and portlet

2006-08-02 Thread Papaioannou, Todd
You can also check out the Spring Portlet MVC package that has a portlet that supports fileupload. You might be able to learn/reuse something from there. Todd From: Iordanov, Borislav (GIC) [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 02, 2006 8:33 AMTo: MyFaces

Re: where is the samples .war

2006-08-02 Thread Mike Kienenberger
On 7/28/06, Leyzerzon, Simeon [EMAIL PROTECTED] wrote: What's the latest released version, people are talking about 1.1.5, but I can only see 1.1.3 on the site? 1.1.3 is the last official release, although it's got a serious bug if you're using server-side state saving. You can get the 1.1.4

Re: Sandbox Facelets (please help, I need subForm functionality)

2006-08-02 Thread Mike Kienenberger
On 7/28/06, Boris Kovalenko [EMAIL PROTECTED] wrote: Using sandbox-1.1.5 with core-1.1.4 (or 1.1.5) and facelets 1.1.11 I have exception: java.lang.NoSuchMethodError:

commandButtonAjax doesn't use ExtensionsFilter to add resources?

2006-08-02 Thread Rogerio Pereira
Hi, I'm getting some problems with commandButtonAjax under portlets and when the exceptions happens i don't see any reference to ExtensionsFilter, why?Thanks for any answer.-- Yours truly (Atenciosamente), Rogério

Re: source code incomplete

2006-08-02 Thread Mike Kienenberger
I'm pretty sure (but not positive) that the maven repositories contain src jars for shared_imp and shared_tomahawk (after the renaming). I know that maven does build such jars. On 7/27/06, Iordanov, Borislav (GIC) [EMAIL PROTECTED] wrote: Ok, got it, thanks a lot. The problem is that I can't

Re: actionListener not invoked

2006-08-02 Thread Mike Kienenberger
On 7/26/06, mjovanov [EMAIL PROTECTED] wrote: Now the actionListener in so longer firing. Any suggestions? I tried using t:savestate but could not on the columns bean as it is a DataModel (not Serializable)... I have never tried it, but I think you can use t:saveState on

Re: Binding to elements in DataTable

2006-08-02 Thread David Van Stone
I'm struggling to create a binding to a UIInput element in a DataTable row. (Context: I'm trying to do validation across multiple fields in the same row.) ... I have a backing bean for the main page (PlayBB; managed-bean-scope: session) which contains a List of backing beans for each row

Re: Binding to elements in DataTable

2006-08-02 Thread Mike Kienenberger
On 8/2/06, David Van Stone [EMAIL PROTECTED] wrote: My above attempt was to bind each row element to a UIInput in my row object. However, since there is really only one UIInput in multiple states, I need to bind the row column to a UIInput in the overall backing bean. I also need to bind the

Re: s:inputTextAjax not working

2006-08-02 Thread octoberdan
Alright! I think I'm on to somthing! I dug out FireBug and took a look at the posts... (same code) Healthy in example enviroment: affectedAjaxComponent=text2elname=text2elvalue=footext2=foo_= Unhealthy in my eviroment.

Re: s:inputTextAjax not working

2006-08-02 Thread octoberdan
Alright! I think I'm on to somthing! I dug out FireBug and took a look at the posts... (same code) Healthy in example enviroment: affectedAjaxComponent=text2elname=text2elvalue=footext2=foo_= Unhealthy in my eviroment.

Re: Binding to elements in DataTable

2006-08-02 Thread David Van Stone
Aha! Now I see what your issue is. Before, I thought your hidden component was enclosed in a h:column, and I couldn't understand why you needed to change the row index.If you're only working within a row, then by doing this, you'd avoid having to mess around with setting the row index.

....Popup' null or not an object t:popup not working

2006-08-02 Thread bs
Hi,Iam trying to use t:popup in h:dataTableiam getting an errorPopup' null or not an objectsometimes i get orgApacheMyFacesPopup not definedall my web.xml files are updated for 1.1.3 (myfaces,tomahawk) do you know what is happening?thank you

Correct Logging Setup for Tomcat

2006-08-02 Thread whiteknucklesmail-faces
I'm not getting any output to my Tomcat 5.5 logs. I have the following lines in my logging.properties file:com.sun.faces.level = FINESTorg.apache.myfaces.level = FINESTI am using the myfaces RI now so the first line is probably obsolete. Do I have the wrong setting for myfaces logging?Thanks

Re: What does this error mean?

2006-08-02 Thread Mike Kienenberger
Hi Boris. We can't change f:convertNumber's behavior -- it's in the spec that way. I've developed a convertNumberAsBigDecimal converter class, however. At some point, it should probably get put into the sandbox, but that probably won't happen for awhile as I don't have time to personally do it

Re: ....Popup' null or not an object t:popup not working

2006-08-02 Thread Mike Kienenberger
You might need to make it a t:dataTable instead to support popups. But I'm not really certain. With facelets 1.1.11, Myfaces core 1.1.4 release candidate, and Myfaces 1.1.5, I haven't had any problems with t:popup inside of a t:dataTable. On 8/2/06, bs [EMAIL PROTECTED] wrote: Hi, Iam trying

Re: ....Popup' null or not an object t:popup not working

2006-08-02 Thread bs
Hi Mike,I changed it t:dataTable, t:columni still get 'orgApacheMyFacesPopup' is undefinedit is surprising that it works for scenario where h:dataTable value is either a ListDataModel/ResultSetDataModel but it dosent work in a scenario where i do individual column extraction from listdatamodel

Ajax - toggle display/edit mode?

2006-08-02 Thread John Ruffin
Ideally, what I want to do is use the displayValueOnly input component attribute to flip between display and edit modes: displayValueOnly=#{searchForm.s2dEditMode} - using Ajax. However, I don't think I can do this using Sandbox input components because they don't have this attribute as the

Re: ....Popup' null or not an object t:popup not working

2006-08-02 Thread Andrew Robinson
I believe 'orgApacheMyFacesPopup' is a JavaScript function. Make sure your extensions filter is setup correctly so that the JS resource is getting added to the HEAD correctly On 8/2/06, bs [EMAIL PROTECTED] wrote: Hi Mike, I changed it t:dataTable, t:column i still get 'orgApacheMyFacesPopup'

Re: inputCalendar location, filter-mapping configuration, etc.

2006-08-02 Thread Mike Kienenberger
On 7/22/06, William Noto [EMAIL PROTECTED] wrote: I am able to show the inputCalendar widget, and use my own popup image, but my problem is that the calendar pops up too far to the right, and too far below the link. I have played around with trying to supply my own resources but whenever I

Re: Ajax - toggle display/edit mode?

2006-08-02 Thread Mike Kienenberger
On 8/2/06, John Ruffin [EMAIL PROTECTED] wrote: However, I don't think I can do this using Sandbox input components because they don't have this attribute [displayValueOnly] as the Tomahawk input components do. Are you sure about this? I think displayValueOnly is available automatically as

Re: Ajax - toggle display/edit mode?

2006-08-02 Thread John Ruffin
In Eclipse when I do s:inputTextAjax d I only get options: dir and disabled. I'll take a peek at the source. -- View this message in context: http://www.nabble.com/Ajax---toggle-display-edit-mode--tf2042635.html#a5623657 Sent from the MyFaces - Users forum at Nabble.com.

Re: Ajax - toggle display/edit mode?

2006-08-02 Thread Mike Kienenberger
It's also possible that the options are there, but not exposed in the tld file. Not a problem with facelets, but in jsp, you'd have to write tag support in there for them. On 8/2/06, John Ruffin [EMAIL PROTECTED] wrote: In Eclipse when I do s:inputTextAjax d I only get options: dir and

Re: ....Popup' null or not an object t:popup not working

2006-08-02 Thread bs
Hi Andrew, Thank you, i forgot to include the JS location in the HEAD Now h:dataTable with t:popup works as before... Regards On 8/2/06, Andrew Robinson [EMAIL PROTECTED] wrote: I believe 'orgApacheMyFacesPopup' is a _javascript_ function. Make sureyour extensions filter is setup correctly so

Re: source code incomplete

2006-08-02 Thread Matthias Wessendorf
Yes, right http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/shared/myfaces-shared-tomahawk/2.0.3-SNAPSHOT/ On 8/2/06, Mike Kienenberger [EMAIL PROTECTED] wrote: I'm pretty sure (but not positive) that the maven repositories contain src jars for shared_imp and

Re: JSF and search engines

2006-08-02 Thread Matthias Wessendorf
well you could use h:outputLink .../ but that causes a non-postback request. Phase 1 - Phase 6 Currently JSF is not well desinged for that use case. If you use commandLinks, have in mind the *result* from action attribute can be *dynamic action=#{controller.doItJustForMe}; hard to index pages

Internet Explorer on Windows 2003, 2000 breaks myFaces Tobago

2006-08-02 Thread John
After 3 weeks of battling this, adding no-caching headers and such, we had to release our software without support for Internet Explorer on Windows 2003, Windows 2000 and Windows 2000 PRO. With Tomcat running on any of the above including XP. Our myFaces/Tobago application only works on

Re: Table suggest Ajax problem,

2006-08-02 Thread Matthias Wessendorf
For that, I am very sure, you need to hook into the componentOn 8/1/06, Grigoras Cristinel [EMAIL PROTECTED] wrote: Gerald Müllan wrote: Hi, I didn`t ever had this usecase, but as a workaround you can try it out to let the attribute empty or just set dummy-values. This will result