Re: Converting HTML content to PDF

2009-01-28 Thread Dhiraj Thakur
u can do that on seam framework. http://docs.jboss.org/seam/1.1.5.GA/reference/en/html/mail.html Regards, Dhiraj

separating getter and setter from action class

2008-08-04 Thread Dhiraj Thakur
Hi there, is it possible to separate getter and setter from ActionClass ? so that my action class will only contain logic related to action and BO class with all the getter and setter. Regards, Dhiraj

Re: Problem accessing iterated object (

2008-07-26 Thread Dhiraj Thakur
try using jstl "> Regards, Dhiraj On Wed, Jul 23, 2008 at 9:50 PM, Lukasz Lenart <[EMAIL PROTECTED] > wrote: > > I don't think the var will work always, ie I am using struts 2.0.6 > > The webworl.tld does not contain the var. > > var was introduced with Struts 2.1 and id was depreacted > >

Re: [S2] Form doesn't redirect

2008-07-26 Thread Dhiraj Thakur
r u getting any error? Regards, Dhiraj On Fri, Jul 25, 2008 at 9:29 PM, Milan Milanovic <[EMAIL PROTECTED]>wrote: > > Hi, > > I have two forms in my .jsp page which are connected to one Action class. > They both works fine, but when user submit second form, method in action > class > is called,

looking for suggestion regarding interceptor

2008-07-09 Thread Dhiraj Thakur
Hello there, There are 4 jsp page in which i want to show same category by retrieving it from database. What is the best way to do that? should i write a intercepter which will retrieve Category from database and store it in session? something like this if (session.getAttribute("categor

Re: iterate from session

2008-07-09 Thread Dhiraj Thakur
10, 2008 at 1:48 AM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Wed, 7/9/08, Dhiraj Thakur <[EMAIL PROTECTED]> wrote: > > I am trying to iterate a session variable of type > > HashMap using the following code, but > > it's not producing any markup.. > &

Re: iterate from session

2008-07-09 Thread Dhiraj Thakur
"it's not producing any markup" ?. The iterator tag > does not produce any markup. > > ----- Original Message > From: Dhiraj Thakur <[EMAIL PROTECTED]> > To: user@struts.apache.org > Sent: Wednesday, July 9, 2008 4:05:39 PM > Subject: iterate from session

iterate from session

2008-07-09 Thread Dhiraj Thakur
Hi there, I am trying to iterate a session variable of type HashMap using the following code, but it's not producing any markup.. If there is any example on how to iterate object from session variable than please let me know. regards, Dhiraj