RE: Form bean's attribute displays as Html

2005-08-01 Thread Raj Tilak
try one of the attribute in the bean:write which is filter="true" From: Carl Smith <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Struts Users Mailing List Subject: Form bean's attribute displays as Html Date: Mon, 1 Aug 2005 13:07:47 -0700 (PDT) I have an attribute in my Acti

RE: forward to a new window

2005-08-01 Thread Raj Tilak
you got to specify the target in the href or form action or whatever method you are using it From: "Rivka Shisman" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: forward to a new window Date: Mon, 1 Aug 2005 16:11:04 +0200 Hi friends

RE: Issue with logic:iterate

2005-07-12 Thread Raj Tilak
<% break; %> From: "sadineni" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Subject: Issue with logic:iterate Date: Tue, 12 Jul 2005 20:30:42 +0530 Hi All, Is there any way to break loop of logic:iterate loop based on a condition ? Thanks in advance, Anil. ---

bean:include on public domain

2005-05-24 Thread Raj Tilak
name="absContent" filter="false" /> this works locally but not when deployed on public domain, would it be a network issue? jsp:include works fine everywhere Please let me know if anyone has encountered it. since we used bean:include from the begining, could easily replace with jsp:include bu

Re: bean:include doesn't work but jsp:include does[Scanned]

2005-05-19 Thread Raj Tilak
tcher call? What about JSTL? Did you try c:url? What happened? Ultimately, I would say, if bean:include is not working, but jsp:include is, go for it. Use what works and don't waste anymore time worrying about it. -- James Mitchell Software Engineer / Open Source Evangelist Consult

Re: bean:include doesn't work but jsp:include does[Scanned]

2005-05-18 Thread Raj Tilak
> Consulting / Mentoring / Freelance > EdgeTech, Inc. > http://www.edgetechservices.net/ > 678.910.8017 > AIM: jmitchtx > Yahoo: jmitchtx > MSN: [EMAIL PROTECTED] > > - Original Message - > From: "Raj Tilak" <[EMAIL PROTECTED]> > To: &g

Re: bean:include doesn't work but jsp:include does[Scanned]

2005-05-18 Thread Raj Tilak
- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitchtx Yahoo: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "Raj Tilak" <[EMAIL PROTECTED]> To: Cc

Re: bean:include doesn't work but jsp:include does

2005-05-18 Thread Raj Tilak
I did ask this question on struts user list, the to address says [EMAIL PROTECTED] Could you please let me know, it looks like a configuration of the server or network, even in jsp if I write a simple HttpConnection to a test page, the connection.connect() method fails to connect after opening t

jsp:include works fine but not bean:include

2005-05-16 Thread Raj Tilak
new dns names were added on the new server. it works fine on local host but on the default domain server bean:include gives java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'servername: port' although the servername and port printed in exception are

Re: Java IDE's

2005-01-13 Thread Raj Tilak
Strongly recommend IntelliJ IDEA. The best innovative Java IDE. Certainly reduces a lot of development time. If you can spend a little definitely IDEA or else Eclipse. From: Antony Paul <[EMAIL PROTECTED]> Reply-To: Antony Paul <[EMAIL PROTECTED]> To: Struts Users Mailing List Subject: Re: Java