RE: equal tag question

2004-05-12 Thread Williams, Robert E
No need to pretend, thanks for the help! Rob -Original Message- From: Riyad Kalla [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 5:01 PM To: Struts Users Mailing List Subject: Re: equal tag question Using the dot operator to separate method calls should work: This

Re: equal tag question

2004-05-12 Thread Riyad Kalla
Using the dot operator to separate method calls should work: This user is currently Inactive That should call: assignUserForm.getAssignUser().getName(), and then compare it to "Bob". If the above doesn't work, then pretend someone else told you to do it. Best, Riyad On Wednesday 12

equal tag question

2004-05-12 Thread Williams, Robert E
Hello all, I have been trying to get a piece of code to work in my JSP. I understand how to do a comparison using a String attribute on the form bean. Is it possible to use a Value Object on the form bean, in the "property" attribute of the tag? Drilling into the VO to get a String value for co