Re: How can I access a collection of object using struts tags?

2007-05-22 Thread hk
> http://www.laliluna.de/struts-nested-iteration-tutorial.html > > Thanks, > > Nuwan > > > - Original Message - > From: "hk" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, May 22, 2007 12:57 AM > Subject: How can I access a collection of obj

Re: How can I access an attribute of session using JSP tags?

2007-05-22 Thread hk
really get what you trying to say! >> >> Thanks, >> >> Nuwan >> >> - Original Message - From: "hk" <[EMAIL PROTECTED]> >> To: >> Sent: Tuesday, May 22, 2007 4:37 PM >> Subject: How can I access an attribute of session using JSP ta

How can I access an attribute of session using JSP tags?

2007-05-22 Thread hk
I tried to check and output an attribute of session in a jSP page, which I had set in an action by using logic:present and bean:out tagas, but I coulnd't. It seems like those are not a right tag. -- View this message in context: http://www.nabble.com/How-can-I-access-an-attribute-of-session-us

How can I access a collection of object using struts tags?

2007-05-21 Thread hk
I have a bean, which has a class that contains a ArrayList of another class. In this case, how can I access the property of the last class in a JSP page. For example, the business object Movie has a class TitleStores that contains a property of titlestores, which is a conllection of a class store