Logic Tag question

2001-11-30 Thread Strichartz, Beth

Hi,

Any ideas on what tag, or how to compare to attributes from my form bean?

Typically I would do   



 A little lower...


But, I need to see to compare two properties.

Thanks,
Beth.


This message contains information which may be confidential and privileged.
Unless you are the addressee  (or authorized to receive for the addressee),
you may not use, copy or disclose to anyone the message or any information
contained in the message.  If you have received the message in error, please
advise the sender by reply e-mail, and delete or destroy the message. 

Thank you.


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Struts iterate logic tag question

2001-03-22 Thread Sundar @eSaravana

Hello,

It's a long mail, after a long day.

Following is the scenario I am trying to get it done.

My current processing:

I have a BuddyListForm bean that has three instance variables
name,alias and phoneno.

code on my JSP page to iterate over the collection:










































This works fine.



Now I want to send multible BuddyListBeans as a collection to jsp, iterate
first at bean level, then again at attribute level.

i.e)

 bean level


attribute level

 attribute level

 beanlevel

How do I do it?  Any help is appreciated



Sundar











Struts iterate logic tag question

2001-03-22 Thread Sundar @eSaravana


> Hello,
>
> It's a long mail, after a long day.
>
> Following is the scenario I am trying to get it done.
>
> My current processing:
>
> I have a BuddyListForm bean that has three instance variables
> name,alias and phoneno.
>
> code on my JSP page to iterate over the collection:
>  scope="session">
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> This works fine.
>
> 
>
> Now I want to send multible BuddyListBeans as a collection to jsp, iterate
> first at bean level, then again at attribute level.
>
> i.e)
>
>  scope="session"> bean level
>
> 
> attribute level
>
>  attribute level
>
>  beanlevel
>
> How do I do it?  Any help is appreciated
>
>
>
> Sundar
>
>
>
>
>
>
>
>