RE: Storing the Output of a Servlet to Database

2003-06-05 Thread Rajesh P
of a Servlet to Database On Tue, 3 Jun 2003, Rajesh P wrote: Date: Tue, 3 Jun 2003 19:53:39 +0530 From: Rajesh P [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Storing the Output of a Servlet to Database

RE: Storing the Output of a Servlet to Database

2003-06-04 Thread Rajesh P
Message- From: Rajesh P [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 5:28 PM To: Struts Users Mailing List Subject: Storing the Output of a Servlet to Database Hello Everyone, I have a requirement wherein a Servlet class is used to generate a PDF document. This output should be stored

RE: Storing the Output of a Servlet to Database

2003-06-04 Thread Rajesh P
to that field as normal query. see java.sql.prepraedStatement.setBytes HTH navjot |-Original Message- |From: Rajesh P [mailto:[EMAIL PROTECTED] |Sent: Tuesday, June 03, 2003 5:28 PM |To: Struts Users Mailing List |Subject: Storing the Output of a Servlet to Database | | |Hello Everyone, |I

RE: Illegal target of jump or branch

2003-06-04 Thread Rajesh P
Try to split the JSP page and use jsp:include page=split1.jsp flush=true/ in the main jsp. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 5:25 PM To: [EMAIL PROTECTED] Subject: Illegal target of jump or branch Hi, I'm using a b3

Storing the Output of a Servlet to Database

2003-06-03 Thread Rajesh P
Hello Everyone, I have a requirement wherein a Servlet class is used to generate a PDF document. This output should be stored into a database table for future retrieval. Can somebody tell me how this output of the Servlet can be captured and stored into a database table? Or rather, how to

RE: Custom tags with Struts

2003-02-19 Thread Rajesh P
='%=price%'/ That's certainly not nice but it'll work. Hope that helps, Tom Rajesh P wrote: Hello Everyone, I had created a Custom tag for formatting number to decimal places based on some business rules. The tag looks like this: formatChecker:check value= / In the value attribute I need

Custom tags with Struts

2003-02-18 Thread Rajesh P
Hello Everyone, I had created a Custom tag for formatting number to decimal places based on some business rules. The tag looks like this: formatChecker:check value= / In the value attribute I need to send data from my form bean. I tried as follows: formatChecker:check value='bean:write

RE: Custom tags with Struts

2003-02-18 Thread Rajesh P
PROTECTED] Subject: Re: Custom tags with Struts You can't use a tag as input to another tag's attributes. David From: Rajesh P [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Custom tags with Struts Date: Tue, 18

RE: [Fwd: invalid e-mail address]

2002-08-15 Thread Rajesh P
will forward your e-mail to our web team and they will take care of it. I hope this is helpful, please let me know if there is anything else I could do for you. Customer (Rajesh P) - 08/09/2002 06:03 AM Hi, I get a autoreply from [EMAIL PROTECTED] whenever i send a mail to Struts and j2eepatters user

Need a Design pattern suggestion

2002-07-29 Thread Rajesh P
Hi, Have a small problem on deciding the approach. We have a datasource which is a C++ server that returns data in the form of a byte array ranging from 8000 to 32000 bytes of data. There would be many chunks of such byte arrays. FYI, we are using the Struts framework. Requirement: 1) To be

Urgent: Loading message resources from Database

2002-07-24 Thread Rajesh P
Hi, Can anybody give me the steps to fetch the message resources from a database table rather than from a .properties file. Please do help. Thanks in advance, Regards, Rajesh -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]