Question on the "use-when" syntax

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Question on the "use-when" syntax

Philip W. Dalrymple
In form widgits I am trying to use the use-when attr. to
present the user with an edit field when the status is "NEW" and
a display only field when the status is anything else.

I tried  use-when=""LICST_NEW".equals(statusId)"
but that gave me a exception.

thanks
--
It is MDT, Inc's policy to delete mail containing unsolicited
file attachments.  Please be sure to contact the MDT staff
member BEFORE sending an e-mail with any file attachments;
they will be able to arrange for the files to be received.

This email, and any files transmitted with it, is confidential
and intended solely for the use of the individual or entity to
whom they are addressed.  If you have received this email in error,
please advise [hidden email] <mailto:[hidden email]>.

Philip W. Dalrymple III <[hidden email]>
MDT Software - The Change Management Company
+1 678 297 1001
Fax +1 678 297 1003
Reply | Threaded
Open this post in threaded view
|

Re: Question on the "use-when" syntax

byersa
Philip,

It is probably worth supplying the stacktrace from your log file and the
code snippet from your file. I can't see a problem what is below.

-Al

On 2/27/07, Philip W. Dalrymple III <[hidden email]> wrote:

>
> In form widgits I am trying to use the use-when attr. to
> present the user with an edit field when the status is "NEW" and
> a display only field when the status is anything else.
>
> I tried  use-when="&quot;LICST_NEW&quot;.equals(statusId)"
> but that gave me a exception.
>
> thanks
> --
> It is MDT, Inc's policy to delete mail containing unsolicited
> file attachments.  Please be sure to contact the MDT staff
> member BEFORE sending an e-mail with any file attachments;
> they will be able to arrange for the files to be received.
>
> This email, and any files transmitted with it, is confidential
> and intended solely for the use of the individual or entity to
> whom they are addressed.  If you have received this email in error,
> please advise [hidden email] <mailto:[hidden email]>.
>
> Philip W. Dalrymple III <[hidden email]>
> MDT Software - The Change Management Company
> +1 678 297 1001
> Fax +1 678 297 1003
>