Mufaddal Khumri wrote:
I guess if i use setAttribute ... i have to use getAttribute ... thats the reason i get the blank string .. coz i was using getParameter

my problem is that the jsp uses getParameter ... it would have been good if i could have used the same method regardless as how the parameter was set.

There is a difference between the two methods, if you examine closely (at first they seem to be the same). The [newer] *Attribute methods return Object whereas the [older] *Parameter methods return String. You can see why the *Attribute methods are more flexible.



Erik



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to