Re: Popup windows without breaking JSF

2006-05-22 Thread Cosma Colanicchia
Thank you Chrisi and Matthias. I looked at the ADF solution and it seems pretty clean, I'll check if I can use it in a myfaces project 2006/5/21, Matthias Wessendorf [EMAIL PROTECTED]: Cosma- you can also have a look at ADF Faces dialog system. Go ahead to the ADF Faces user list here at

h:commandLink does not work with tomahawk

2006-05-22 Thread Susumu Majima
Hello I have a problem with the conbination of tomahawk 1.1.2 ,jboss/seamCR2 and jboss4.0.4CR2. The problem is h:commandLink does not work with tomawark. Without tomawark,I mean I don't use filter in web.xml,h:commandLink works propery. With tomawark,I mean I use filter for tomahawk in

Re: h:commandLink does not work with tomahawk

2006-05-22 Thread Mario Ivankovits
Hi! I have a problem with the conbination of tomahawk 1.1.2 ,jboss/seamCR2 and jboss4.0.4CR2. The problem is h:commandLink does not work with tomawark. Could you please try the latest tomahawk head? Or, as a workaround, unpack the file faces-config.xml from your tomahawk jar and remove the

Re: h:commandLink does not work with tomahawk

2006-05-22 Thread Susumu Majima
Thank you for your quick response I have a problem with the conbination of tomahawk 1.1.2 ,jboss/seamCR2 and jboss4.0.4CR2. The problem is h:commandLink does not work with tomawark. Could you please try the latest tomahawk head? I'm sorry but I don't understand what head means. Does it mean

Re: h:commandLink does not work with tomahawk

2006-05-22 Thread Susumu Majima
I'm terribly sorry. It works propery. Thank you. Thank you for your quick response I have a problem with the conbination of tomahawk 1.1.2 ,jboss/seamCR2 and jboss4.0.4CR2. The problem is h:commandLink does not work with tomawark. Could you please try the latest tomahawk head? I'm sorry

Re: (Resolved) -Does anyone have the IE png fix working with Tobago/myFaces?

2006-05-22 Thread Volker Weber
Hi John, for style you don't need f:verbatim, you can use tc:style img { behavior: url(pngbehavior.htc); } /tc:style the content of tc:style is rendered into style tags inside of html head regards Volker 2006/5/22, John [EMAIL PROTECTED]: This works! Thank you. The trick is: 1) making

Re: How to improve JSF performance?

2006-05-22 Thread Vesa Lindfors
Hi,My environment: MyFaces 1.1.3 + Tomahawk 1.1.2 + Facelet 1.0.4 + javax.faces.STATE_SAVING_METHOD =clientI'm testing StreamingAddResource as told in Wiki to get some performance improvements.Everything worked ok after modifying jsp files and web.xml configuration. Except that time to time I

Re: How to improve JSF performance?

2006-05-22 Thread Aleksei Valikov
Hi. My environment: MyFaces 1.1.3 + Tomahawk 1.1.2 + Facelet 1.0.4 + javax.faces.STATE_SAVING_METHOD =client I'm testing StreamingAddResource as told in Wiki to get some performance improvements. Everything worked ok after modifying jsp files and web.xml configuration. Except that time to

Re: How to improve JSF performance?

2006-05-22 Thread Gerald Müllan
Hi, is it a need in your requirements to use client side state saving? If not, try it out to switch to server side setting and test out the differences. Have you used the document tags which come along with StreamingAddResource? Hope that helps, cheers, Gerald On 5/22/06, Vesa Lindfors

WebGalelio DualList Problem.

2006-05-22 Thread Parshuram Sahoo
Hi I am using the WebGalelio DualList in my application. In My Jsp i have used %@ taglib uri=http://www.jscape.com/creator/dualList; prefix=d % and d:dualList moveItemFromFirstToSecondButtonId=b1 moveItemFromSecondToFirstButtonId=b2

FW: WebGalelio DualList Problem.

2006-05-22 Thread Parshuram Sahoo
Hi I includes webGalileoFaces.jar wgcore.jar -Original Message- From: Parshuram Sahoo [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 5:00 PM To: 'users@myfaces.apache.org' Subject: WebGalelio DualList Problem. Hi I am using the WebGalelio DualList in my application. In My Jsp

FW: WebGalelio DualList Problem.

2006-05-22 Thread Parshuram Sahoo
Hi I included webGalileoFaces.jar wgtags.jar wgcore.jar commons-beanutils.jar commons-collections.jar commons-digester.jar commons-logging.jar Still getting the same problem as below. Regards Parshuram -Original Message- From: Parshuram Sahoo [mailto:[EMAIL PROTECTED] Sent: Monday,

Re: How to improve JSF performance?

2006-05-22 Thread Vesa Lindfors
Thanks,Aleksei, how (and where) can the lastModified be set manually? Directly somewhere in the jar? I have tested earlier the server side and I know it is really much more faster, and no the client side state saving is not requirement - anyway I like idea of client side state saving, and will use

Re: How to improve JSF performance?

2006-05-22 Thread Aleksei Valikov
Hi. Aleksei, how (and where) can the lastModified be set manually? Directly somewhere in the jar? See tomahawk-${version}.jar/org/apache/myfaces/renderkit/html/util/AddResources.properties. Unpack the jar, correct the file and pack it back. I have tested earlier the server side and I know

Re: How to improve JSF performance?

2006-05-22 Thread Gerald Müllan
On 5/22/06, Vesa Lindfors [EMAIL PROTECTED] wrote: Thanks, Aleksei, how (and where) can the lastModified be set manually? Directly somewhere in the jar? I have tested earlier the server side and I know it is really much more faster, and no the client side state saving is not requirement -

RE: SEVERE: Error configuring application listener of class

2006-05-22 Thread tony k
hi david, thanks for the response. i think my problem may have been that i was using the tips instead of the tagged 1.2 version. i started over with the tagged version and i was able to get it running. i also promise next time to provide a more descriptive subject line ;) thanks again,

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread octoberdan
I have the newest build and it's still failing. Here's the pages code: %@ 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% !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html

Re: How to improve JSF performance?

2006-05-22 Thread Werner Punz
Mario Ivankovits schrieb: Hi! We have the technical requirement to stay with JSPs. :( Well, we use JSP to describe the JSF view too - we slowly convert our application from JSP to JSF (so we have both JSP embedded in JSF and pure JSF), and I cant say that the performance it that worse. It

RE: wo use MyFaces on Weblogic 8.1

2006-05-22 Thread bsimonin
I tried a few days last week to get MyFaces 1.2/1.3 and Tomahawk 1.2 to work with Weblogic 8.1 sp 5 running on Windows with no success. I read somewhere there may be a bug with MyFaces and Weblogic on Windows. After a few wasted days I went back to JSF1.1 and Tomahawk 1.1.1. --Brad

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread Mike Kienenberger
On 5/19/06, octoberdan [EMAIL PROTECTED] wrote: When will it officialy be removed? and how does a developer get involved with this project? It's being worked on now. We'd like to do a MyFaces core and a tomahawk release fixing this bug and the server-side state saving issue as soon as it's

Configuring web.xml for MyFaces and ADF Faces

2006-05-22 Thread Cosma Colanicchia
Hi, I'm trying to configure the web.xml with both MyFaces and ADF Faces. I can't get a working configuration, can anyone help me to figure out the problem? !-- ADF Faces Extensions Filter -- filter filter-nameadfFacesFilter/filter-name

Re: Configuring web.xml for MyFaces and ADF Faces

2006-05-22 Thread Matthias Wessendorf
Hi Cosma- in the archives there were lot's of mails regarding this issue. Please go and search for it. filter-nameadfFacesFilter/filter-name filter-classoracle.adf.view.faces.webapp.AdfFacesFilter/filter-class ADF Faces has been donated to the Apache Software Foundation and is

Re: WebGalelio DualList Problem.

2006-05-22 Thread Matthias Wessendorf
I am using the WebGalelio DualList in my application. Isn't their a special mailing list or forum for their components? Personal I don't know them, I think most of us here too. -Matthias

[newbie] passing a parameter between two backing beans

2006-05-22 Thread Matthias Klein
Hi everyone I have a small JSF application with two pages: menu.jsp and details.jsp The menu.jsp contains something like this in a dataTable: h:form h:commandLink action=#{MenuBackingBean.userClick} h:outputText value=#{menuTabItem.itemName} / f:param name=itemID

Re: How to improve JSF performance?

2006-05-22 Thread Mario Ivankovits
Hi! Well, we use JSP to describe the JSF view too - we slowly convert our application from JSP to JSF (so we have both JSP embedded in JSF and pure JSF), and I cant say that the performance it that worse. It can be that worse, actually, client side state saving is a huge burden, but it

Re: [newbie] passing a parameter between two backing beans

2006-05-22 Thread Matthias Wessendorf
Hi Matthias :-) You should read [1]. I prefere the usage of updateActionListener -Matthias [1] http://wiki.apache.org/myfaces/ExecutingMethodsFromLinkButtonParameters On 5/22/06, Matthias Klein [EMAIL PROTECTED] wrote: Hi everyone I have a small JSF application with two pages: menu.jsp and

Re: Configuring web.xml for MyFaces and ADF Faces

2006-05-22 Thread Cosma Colanicchia
I asked there, but got no response. The -user list, in fact, doesn't seem very active.. I had a look to the archive too, right now I'm trying to search better :-) 2006/5/22, Matthias Wessendorf [EMAIL PROTECTED]: Hi Cosma- in the archives there were lot's of mails regarding this issue.

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread Mario Ivankovits
Hi! I have the newest build and it's still failing. Here's the pages code: I cant believe it. I installed a fresh build yesterday too - the only error I got was the one that I should embed some stuff within an h:form. Sorry if I missed this information, but: Do you use JSF-RI + tomahawk? If

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread Sean Schofield
This seems to work well, though one must be careful to account for the resulting changes to the id attribute of all enclosed components. Note that some of these components may be rendered inaccessible to CSS # statements in IE, which does not recognize the \: escape sequence for CSS. That's why

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread Joey Geiger
Is the state saving issue going to be back ported to 1.1.3 and released as some kind of patch? I'd like to have that fix, but I still need to maintain the linkDummyForm functionality since my pages currently make heavy use of it. The application is in release and I can't re-write all pages

Re: Configuring web.xml for MyFaces and ADF Faces

2006-05-22 Thread Matthias Wessendorf
I asked there, but got no response. The -user list, in fact, doesn't seem very active.. :-) Give them some time. You asked two hours ago there ;-) -Matthias

Websphere 6 tld not found

2006-05-22 Thread _dani
Hello I'm trying to deploy my webapplication on a websphere 6 server. Bevor, the application was running fine on a tomcat. As I saw in several posts you have to modify the standad webpshere installation as described in the myfaces Wiki (Websphere 6 installation guide). So after I finished the

Re: How to improve JSF performance?

2006-05-22 Thread Jonathan Harley
Mario Ivankovits wrote: It can be that worse, actually, client side state saving is a huge burden, but it does not have to be, the correct state saving strategy (server side) can give a huge push. Oh, well, for sure, and I dont know why one would like to use client side state saving in real

Re: How to improve JSF performance?

2006-05-22 Thread Andrew Robinson
Unfortunately client side state is the only way to get multiple component trees to not conflict (IFRAME, popup windows, user has multiple windows open, etc). I am using server state and as a result, I cannot use some of these techniques (like the jenia4faces dialog). If that was fixed

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread octoberdan
I grabbed all the myfaces jars from the sandbox example. The odd thing is that sandbox deploys and runs quite smoothly. Perhaps there is a conflict somewhere? Here is what I'm deploying with: commons-beanutils-1.7.0.jar commons-codec-1.3.jar commons-collections-3.1.jar commons-digester-1.7.jar

Re: Configuring web.xml for MyFaces and ADF Faces

2006-05-22 Thread Cosma Colanicchia
Yes, in fact I subscribed only this afternoon, but I have recevied no messages at all ;) I started again from a working MyFaces configuration and simply added the ADF Faces elements in web.xml, at least new the application starts up and my page is displayed. But it isn't working correctly: - my

Re: How to improve JSF performance?

2006-05-22 Thread Mario Ivankovits
Hi! Unfortunately client side state is the only way to get multiple component trees to not conflict (IFRAME, popup windows, user has multiple windows open, etc). Is this still the case? MyFaces holds multiple versions per view - so this should be no longer a problem. For sure, only a number of

Re: How to improve JSF performance?

2006-05-22 Thread Mario Ivankovits
Hi! Being slow is better than running out of memory. Is memory really a factor here? The view isnt that huge, is it? So even if the view is 5k big and you store the last 20 per user and expect 1000 concurrent users you'll end with 100Mb view data on the server - you will have many other problems

[CLOSED] Re: Configuring web.xml for MyFaces and ADF Faces

2006-05-22 Thread Matthias Wessendorf
This is a very young list. The community around is just growing. BTW. I mailed you there for continue the discussion at ADF list ;-) -Matthias On 5/22/06, Cosma Colanicchia [EMAIL PROTECTED] wrote: Yes, in fact I subscribed only this afternoon, but I have recevied no messages at all ;) I

Re: How to improve JSF performance?

2006-05-22 Thread Mike Kienenberger
On 5/22/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Well, we use JSP to describe the JSF view too - we slowly convert our application from JSP to JSF (so we have both JSP embedded in JSF and pure JSF), and I cant say that the performance it that worse. It can be that worse, actually,

Re: [newbie] passing a parameter between two backing beans

2006-05-22 Thread Matthias Klein
Thanks. I read that Wiki article. And in fact, when I wrote my question, I had the first approach implemented (the one with the FacesContext). I put this long statement FacesContext...get(id); into the constructor of my DetailsBackingBean - and was able to obtain the ID and perform the lookup. The

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread Jeff Bischoff
Oh right, forceId! That allows me to clean up some of my code nicely. Speaking of the simple example, I think they should use forceId more often. e.g. in the panelNavigation2 example, adding forceId=true to the t:div's would make it much easier to get this example working in one's own

Re: [CLOSED] Re: Configuring web.xml for MyFaces and ADF Faces

2006-05-22 Thread Cosma Colanicchia
See you there ;-) Cosma 2006/5/22, Matthias Wessendorf [EMAIL PROTECTED]: This is a very young list. The community around is just growing. BTW. I mailed you there for continue the discussion at ADF list ;-) -Matthias On 5/22/06, Cosma Colanicchia [EMAIL PROTECTED] wrote: Yes, in fact I

Re: How to improve JSF performance?

2006-05-22 Thread Mario Ivankovits
Hi! I only use client-side state saving in my applications. client-side state saving eliminates the back button problem, and it can survive the death of the application server transparently. There's also no issues with session timeouts. Ok, I understand, in the past I also used client-side

Re: How to improve JSF performance?

2006-05-22 Thread Mike Kienenberger
On 5/22/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Ok, I understand, in the past I also used client-side state saving, but things happening lately showed me that in the end I cant stick with it. Transparent persistence (hibernate) - application transaction - to tell only the headlines ;-)

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread octoberdan
Aha! My project deploys smoothly on Tomcat5 and only throws that pesky exception when I'm using JBoss4! Anyone want to double check this? -- View this message in context: http://www.nabble.com/java.lang.NoSuchMethodError%3A+.DummyFormUtils.isWriteDummyForm...-t1651961.html#a4508901 Sent from the

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread Mario Ivankovits
Hi! Aha! My project deploys smoothly on Tomcat5 and only throws that pesky exception when I'm using JBoss4! Anyone want to double check this? Please skim through the JBoss directories, I bet you'll find a old JSF/Myfaces lib there. Ciao, Mario

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread Mike Kienenberger
On 5/22/06, octoberdan [EMAIL PROTECTED] wrote: Aha! My project deploys smoothly on Tomcat5 and only throws that pesky exception when I'm using JBoss4! Anyone want to double check this? Some versions of JBoss came prepackaged with MyFaces. Be sure that you've deleted the prepackaged version

Building ADF Faces

2006-05-22 Thread Mike Brown
I downloaded the ADF Faces project and tried to build it via: mvn -Dmaven.test.skip=Yes install, which failed with the following. Im not a Maven expert. Does anyone have a clue how to resolve this issue? Ive not been successful searching for the missing jar. Even if I found it, Im not

RE: Building ADF Faces

2006-05-22 Thread David Friedman
Mike, Please take this to the ADF faces list. Regards, David -Original Message-From: Mike Brown [mailto:[EMAIL PROTECTED]Sent: Monday, May 22, 2006 1:46 PMTo: users@myfaces.apache.orgSubject: Building ADF Faces I downloaded the ADF Faces project and tried to build

[newbie] embedding HTML links

2006-05-22 Thread Matthias Klein
I need to somehow embed a link such as a href=...ggg/a in a JSF page. I tried outputText with and without verbatim and I tried the tomahawk html tag component. Nothing works. How does one do such thing? Btw. the link itself is contructed in a backing bean as string so I can't hard-code the link

Re: [newbie] embedding HTML links

2006-05-22 Thread Matthias Klein
I should have added some more info: The code that creates the string with the link looks like: this.link = a href=\; this.location += / + filename + \ target=\_blank\ + param + /a; It is embedded in the JSP page with h:outputText value=#{ContentBackingBean.link} / (I tried with verbatim,

Re: [newbie] embedding HTML links

2006-05-22 Thread Joey Geiger
h:outputText value= escape=false / Matthias Klein wrote: I should have added some more info: The code that creates the string with the link looks like: this.link = a href=\; this.location += / + filename + \ target=\_blank\ + param + /a; It is embedded in the JSP page with h:outputText

Re: [newbie] embedding HTML links

2006-05-22 Thread Jeff Bischoff
h:outputLink ? Matthias Klein wrote: I need to somehow embed a link such as a href=...ggg/a in a JSF page. I tried outputText with and without verbatim and I tried the tomahawk html tag component. Nothing works. How does one do such thing? Btw. the link itself is contructed in a backing bean

Re: [newbie] embedding HTML links

2006-05-22 Thread Matthias Klein
Thanks. That did it Am Mo, 22.05.2006, 21:08, schrieb Jeff Bischoff: h:outputLink ? Matthias Klein wrote: I need to somehow embed a link such as a href=...ggg/a in a JSF page. I tried outputText with and without verbatim and I tried the tomahawk html tag component. Nothing works. How

Good Resources for JSF Component Development?

2006-05-22 Thread Mike Duffy
Does anyone have any good resources (books, links, etc.) for JSF component development? One good intro level link is: http://www-128.ibm.com/developerworks/java/library/j-jsf4/ The best resource will probably be the Tomahawk source, but before I dive into the source, I'd like to get my feet

Re: Good Resources for JSF Component Development?

2006-05-22 Thread Julian Ray
Hi Mike,Why not provide a set of tag parameters such as goodStyleClass, badStyleClass, invalidStyleClass etc. and allow your graphic designers to set the view style classes based on the loaded stylesheet.- Original Message From: Mike Duffy [EMAIL PROTECTED]To: users@myfaces.apache.orgSent:

Problems with MyFaces portlet actions in Weblogic 8.1SP5

2006-05-22 Thread Stefan Gesigora
Hi folks! I wanna use MyFaces in a portlet at the weblogic 8.1 SP5 Portalserver. It worked (the dialogs were shown) except the submission of commandlink params and other request parameters. If a commandlink parameter or another parameter (via hidden field f.e.) should be submitted I got only

tree2 expand/collapse

2006-05-22 Thread Christopher J. Bowerman
Hi, Im using a tree2 component. My problem seems to have to do with tree state. The tree works fine the first time I render it, but I have a home button that starts the user input over again and builds a new tree. When the new tree is rendered the nodes that were expanded in the earlier

Re: Good Resources for JSF Component Development?

2006-05-22 Thread Mike Duffy
As a simple example, let's say I wanted to create a single JSF component called header that contained three div components: left, right, center. The left and right divs would have their own background image for rounded corners plus values for width, height, etc. The center div would also

Tomahawk 1.1.2 - JSCook Menu - dummyForm has no properties

2006-05-22 Thread Rafael Santini
Hi all! I have upgraded my application to Tomahawk 1.1.2. After this, when the menu item is clicked, I get the following javascript error: dummyForm has no properties. What has chagend since version 1.1.1 of MyFaces? Thanks, Rafael

Re: Tomahawk 1.1.2 - JSCook Menu - dummyForm has no properties

2006-05-22 Thread Mike Kienenberger
See http://issues.apache.org/jira/browse/TOMAHAWK-416 Your best bet is to put your menu inside a form as dummyform is going away. On 5/22/06, Rafael Santini [EMAIL PROTECTED] wrote: Hi all! I have upgraded my application to Tomahawk 1.1.2. After this, when the menu item is clicked, I get the

Re: Tomahawk 1.1.2 - JSCook Menu - dummyForm has no properties

2006-05-22 Thread Rafael Santini
My menu is already inside a form. I have upgraded because in prior version the method bean isn't invoked when the menu is inside a form. - Original Message - From: Mike Kienenberger [EMAIL PROTECTED] To: MyFaces Discussion users@myfaces.apache.org Sent: Monday, May 22, 2006 6:07 PM

Re: Websphere 6 tld not found

2006-05-22 Thread Eric Hedström
What version of Tomahawk do you have? If you have 1.1.2 I bet it is the same problem a few people reported with WebLogic. Seehttp://issues.apache.org/jira/browse/TOMAHAWK-433 and check if you have any similar errors in your WebSphere logs. Or try a recent 1.1.3 snapshot build.On 5/22/06, _dani

Re: How to improve JSF performance?

2006-05-22 Thread Mikhail Grushinskiy
StreamingAddResource doesn't let me implement error page redirection. It flushes response buffer and if error happens after thatyou can't forward to the error page. It seems the obly workable solution for serious application is server side state with no serialization. On 5/22/06, Aleksei Valikov

datatable and selecting a row event

2006-05-22 Thread Alex Burton
Hi all, I'm trying to use a datagrid as a way to quickly find and select a particular item from a large list of items. The items have several attributes I wish to display and can number in the 100's, so a drop down list isn't the right way to go... So... I have my datagrid displaying

Re: Good Resources for JSF Component Development?

2006-05-22 Thread Matthias Wessendorf
Hi Mike, go ahead and buy Pro JSF and AJAX from Apress. -Matthias On 5/22/06, Mike Duffy [EMAIL PROTECTED] wrote: Does anyone have any good resources (books, links, etc.) for JSF component development? One good intro level link is: http://www-128.ibm.com/developerworks/java/library/j-jsf4/

Re: [newbie] embedding HTML links

2006-05-22 Thread Matthias Wessendorf
Matthias- keep in mind that using outputLink to refer to other JSF will cause a non-postback request. This means only Phase 1 und Phase 6 of FacesLifecycle are executed. -Matthias On 5/22/06, Matthias Klein [EMAIL PROTECTED] wrote: Thanks. That did it Am Mo, 22.05.2006, 21:08, schrieb Jeff

Re: Problems with MyFaces portlet actions in Weblogic 8.1SP5

2006-05-22 Thread Stefan Gesigora
Hi! If I added an actionlistener to the commandlink (additionally) TWO requests were submitted: The first with all the correct params and the second without these params... This problem were solved putting my backing-bean into the session. But I don't wanna put every backing-bean into the

Re: commandlink inside datatable still broken?

2006-05-22 Thread JSFSter Smith
Hi , I am facing this problem too. I have a command link inside a t:dataTable and the action string for the commandLink is never hit (debugged using MyEclipse environment). The part that has me stumped is that I have a very similar tag setup in a different jsp page in the same application seems