Shah Nabib El-Rahman wrote:

> Hello,
>
> The ifParameterExists tag seems not be working, has anyone else came
> across the same problem?
>
> shah

It sounds like you are still using the Struts 0.5 tags.  There isn't a
tag named "ifParameterExists", although the following tags exist:
ifParameterEquals, ifParameterNotEquals, ifParameterNotNull,
ifParameterNull.

In Struts 1.0, you would use

    <logic:present parameter="xxx">

to test for the presence of a request parameter named "xxx".

Craig McClanahan

Reply via email to