I have been using the request scope all the time. I don't want to use session scope.
 
----- Original Message -----
Sent: Sunday, September 25, 2005 9:59 AM
Subject: Re: commandLink not working inside <t:dataTable>

Did you move your CampusSearchBean from session to request scope in the transition from 1.0.9 to 1.1.0? This gave me a lot of headache...

Saul Qunming Yuan wrote:
To answer my own question, after adding the following line inside <h:form>:
 
<t:saveState id="CampusSearchBean" value="#{CampusSearchBean}"/>
 
The commandLink works again. This is on 1.0.9, I didn't try on 1.1.0. I'm still confused though, I didn't have the above code, but commandLink worked as well before I started the upgrading thing.
 
 
 
----- Original Message -----
Sent: Saturday, September 24, 2005 10:09 AM
Subject: commandLink not working inside <t:dataTable>

Hi,
 
I ran into a strange problem with the commandLink inside <t:dataTable>. It doesn't go to the method in the backing bean when the link is clicked. This had been working well a week ago when my app was on 1.0.9 version. But I run into all kinds of problems including this one ever since I upgraded to 1.1.0. Now I decided to roll back my app to 1.0.9 version. What's strange now, not ALL commandLink links work inside <t:dataTable>, it works in some pages, but it doesn't in some other pages. This is really frustrating. Any ideas, folks?
 
thanks,
 
Saul

Reply via email to