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
; > soon > > as I'm done fixing the current issues with my code. > > > > > > Amit Oberoi > > > > > > > > > -Original Message- > > > From: Paweł Wielgus [mailto:poulw...@gmail.com] > > > Sent: Thursday, December 23, 2

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
would try as soon as I'm done fixing the current issues with my code. > > Amit Oberoi > > > -Original Message- > From: Paweł Wielgus [mailto:poulw...@gmail.com] > Sent: Thursday, December 23, 2010 3:43 PM > To: Struts Users Mailing List > Subject: Re: How do a

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

2010-12-23 Thread Amit Oberoi
l.com] Sent: Thursday, December 23, 2010 3:43 PM To: Struts Users Mailing List Subject: Re: How do a create an Object of standalone java class in my JSP page. Hi Armit, put this logic into getStreamNames() method located in your Action that leads to your jsp. Best greetings, Paweł Wielgus. 2010/

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

2010-12-23 Thread Paweł Wielgus
Hi Armit, put this logic into getStreamNames() method located in your Action that leads to your jsp. Best greetings, Paweł Wielgus. 2010/12/23 Amit Oberoi : > Greeting All, > > > > I am new to Struts and developing my first web application. I have stuck > into a decisive loop where-in I'm confus