ViewExpiredException

2012-05-08 Thread Paul Rivera
Hi Guys, I just had a similar problem as with the one posted in this issue: https://issues.apache.org/jira/browse/MYFACES-3159  Its about 1 year later since then.  I was wondering if there is a better fix/workaround for this aside from inserting the js snippet in the link? Best Regards, Paul

Re: no parallel ajax requests anymore with JSF 2.1?

2012-04-22 Thread Paul Rivera
.  Is there any way of configuring the jsf queue to allow this? Best Regards, Paul Rivera From: Werner Punz werner.p...@gmail.com To: users@myfaces.apache.org Sent: Friday, 30 March 2012 6:50 PM Subject: Re: no parallel ajax requests anymore with JSF 2.1? Speaking

how to center align

2007-10-21 Thread Paul Rivera
Hi, Can you help me on how to center align components like box, panel, etc? I can't seem to center align my components. I've tried using gridLayout with columns=* rows=*. Vertical alignment was centered. But the horizontal alignment was a bit to the left instead of being at the center of

tc:tree classcastexception

2007-10-21 Thread Paul Rivera
Hi, I'm getting a classcastexception whenever I try to view my page with a tobago tree component. Here's my code for my jsp: tc:tree value=orgViewController.orgTree state=orgViewController.orgTreeState showIcons=true showJunctions=true