get and set problem

I have a managed bean that has a request scope and i have a backing bean that sets and gets a string value,, i am able to set the string but everytime i try to get it , it turns out null..any idea why and how i can solve it?
[238 byte] By [Arch_Bytesa] at [2007-11-27 8:08:14]
# 1
It sounds as if you are getting the value during a separate request than when you are setting it. Is that the case?
RaymondDeCampoa at 2007-7-12 19:51:05 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
im not sure because I changed the scope to session and its still isn't able to get the value..
Arch_Bytesa at 2007-7-12 19:51:05 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
I think we are going to have to see some code in that case.
RaymondDeCampoa at 2007-7-12 19:51:05 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
its the same code as my other post.. the output text won't display one.. the output text won't display because it gets the null or blank value..
Arch_Bytesa at 2007-7-12 19:51:05 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...