RE: jsf - odd jsp:include behavior

2012-05-17 Thread Lim Hock-Chai
/ /td /tr /table /td /tr /table /h:form /f:subview /jsp:root -Original Message- From: Lim Hock-Chai [mailto:lim.hock-c...@usamobility.com] Sent: Wednesday, May 16, 2012 10:29 AM To: MyFaces Discussion Subject: jsf - odd jsp:include behavior Hello, I'm currently

RE: jsf - odd jsp:include behavior

2012-05-17 Thread Lim Hock-Chai
Hhmm, I just found out that it works correctly if I use %@include. -Original Message- From: Lim Hock-Chai [mailto:lim.hock-c...@usamobility.com] Sent: Thursday, May 17, 2012 7:50 AM To: MyFaces Discussion Subject: RE: jsf - odd jsp:include behavior Still puzzle by why jsp:include

jsf - odd jsp:include behavior

2012-05-16 Thread Lim Hock-Chai
Hello, I'm currently using myfaces 1.1.9 for my web app and I am seeing a strange jsf behavior when using jsp:include. Below is what the include page looks like. Inside this include page, it has a h:commandLink inside of a regular HTML table. For some reasons, the JSF is generating the

commandlink not working in panelgrid

2012-05-09 Thread Lim Hock-Chai
I'm currently using myfaces 1.1.9 for my web app. I'm having some problems with commandlink not working correctly for me. It appears that when commandlink is inside of the panelgrid, it is not calling the method specified in the action attr. But it works fine if I put it outside of the

RE: commandlink not working in panelgrid

2012-05-09 Thread Lim Hock-Chai
Hock-Chai lim.hock-c...@usamobility.com wrote: I'm currently using myfaces 1.1.9 for my web app. I'm having some problems with commandlink not working correctly for me. It appears that when commandlink is inside of the panelgrid, it is not calling the method specified in the action attr

RE: commandlink not working in panelgrid

2012-05-09 Thread Lim Hock-Chai
being fired. If u remove all the rendered attributes or keep ur bean in session scope, it should work. Try printing the expression u gave in the rendered attribute and check. Sent from my iPhone On May 9, 2012, at 11:59 PM, Lim Hock-Chai lim.hock-c...@usamobility.com wrote: I tried both session

RE: commandlink not working in panelgrid

2012-05-09 Thread Lim Hock-Chai
=${not empty sessionScope.MyAccountLoginType and sessionScope.MyAccountLoginType=='MA' } -Original Message- From: Lim Hock-Chai [mailto:lim.hock-c...@usamobility.com] Sent: Wednesday, May 09, 2012 1:52 PM To: MyFaces Discussion Subject: RE: commandlink not working in panelgrid I added

RE: commandlink not working in panelgrid

2012-05-09 Thread Lim Hock-Chai
tricks-of-the-trade, priceless... -Original Message- From: Lim Hock-Chai [mailto:lim.hock-c...@usamobility.com] Sent: Wednesday, May 09, 2012 3:36 PM To: MyFaces Discussion Subject: RE: commandlink not working in panelgrid Finally got it to work inside panelgrid. I don't understand

Trinidad tag not display correctly in eclipse WPE

2012-03-28 Thread Lim Hock-Chai
I'm using IBM RAD 8.0.2 as my IDE, which is based of eclipse Helios. I've have been using MyFaces and Tomahawk in my web app and everything works well. All the Myfaces and most tomahawk tags are displayed on the WPE design view correctly. I'm now trying to add Trinidad to my web app because