Button Actions stop working when I use #{param.variable}
Hello friends,
Here is my problem...... I created a jsp page in Studio Creator, having some fields and 2 buttons (for processing). This example was working fine.
As I wanted to pass values to my jsp page from DOS(or browser's address bar directly),, I changed jsp coding a bit. I used #{param.myvariable} to receive input from DOS(or address bar directly).
It worked for me and I got my fields populated, but when I clicked on my button(s)... they performed no action...
So, my question is.. how can I make my buttons to work again. They were working before I added #{param.myvariable}
Thank you
Annu

