Re: RE: How do a create an Object of standalone java class in my JSP page.

2010-12-23 Thread Brian Thompson
On Thu, Dec 23, 2010 at 1:12 PM, Dave Newton wrote: > On Thu, Dec 23, 2010 at 12:29 PM, Brian Thompson wrote: > > > How could you tell he was using Struts 1? > > > > Because of these: > > > > > > > Besides the taglib prefix (which is a /strong/ hint, but not conclusive), > there's no tag in S2

Re: RE: How do a create an Object of standalone java class in my JSP page.

2010-12-23 Thread Dave Newton
On Thu, Dec 23, 2010 at 12:29 PM, Brian Thompson wrote: > How could you tell he was using Struts 1? > Because of these: > > Besides the taglib prefix (which is a /strong/ hint, but not conclusive), there's no tag in S2. http://struts.apache.org/2.x/docs/tag-reference.html Furthermore, the

Re: RE: How do a create an Object of standalone java class in my JSP page.

2010-12-23 Thread Brian Thompson
; > > Do you have a better suggestion; or at least you can point me to a link > > where I can go through few examples. > > > > Amit Oberoi > > > > > > -Original Message- > > From: Dave Newton [mailto:davelnew...@gmail.com] > > S

Re: RE: How do a create an Object of standalone java class in my JSP page.

2010-12-23 Thread Dave Newton
Message- > From: Dave Newton [mailto:davelnew...@gmail.com] > Sent: Thursday, December 23, 2010 6:33 PM > To: Struts Users Mailing List > Subject: Re: RE: How do a create an Object of standalone java class in my > JSP page. > > Is there a reason you're using such old,

RE: RE: How do a create an Object of standalone java class in my JSP page.

2010-12-23 Thread Amit Oberoi
examples. Amit Oberoi -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: Thursday, December 23, 2010 6:33 PM To: Struts Users Mailing List Subject: Re: RE: How do a create an Object of standalone java class in my JSP page. Is there a reason you're using suc

Re: RE: How do a create an Object of standalone java class in my JSP page.

2010-12-23 Thread Dave Newton
Is there a reason you're using such old, clunky technology to write a new app? Dave On Dec 23, 2010 5:35 AM, "Amit Oberoi" wrote: > Thanks Paul. > > I finally got to the tag and has added the getStreamNames() function o the Action Form. I am sure this should work and would try as soon as I'm don