Re: Struts2

2012-07-03 Thread Avinash
login.jsp <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@taglib prefix="s" uri="/struts-tags"%> http://www.w3.org/TR/html4/loose.dtd";> Insert title here web.xml http://www.w3.org/2001/XMLSchema-instance"; xmln

Struts2

2012-07-03 Thread Avinash
Dear sir, I have design the login page in struts2 framework and i am using tomcat7 in eclipse(indigo). The tomcat server perfectly run in the browser but after execution my program , that will show 404 error. So sir please guide me how to find the error and where it occured. -- View t

Re: disabled attribute not rendered for Anchor tag

2008-08-04 Thread Avinash
Forgot to mention, i am using struts-2.0.11.2. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

disabled attribute not rendered for Anchor tag

2008-08-04 Thread Avinash
can anyone please let me know if there is any issue with disabled attribute of Anchor tag? Cause i am not getting the expected behaviour out of the tag. i used Test and expected 'Test' coming as disabled. but its not happening. Thank

Migrating to Struts2 from existing Struts1 Tiles1 application

2007-03-20 Thread Avinash Wable
Thanks and Regards Avinash Wable DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Pvt. Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended

RE: Can SomeOne Help?? NullPointerException in TilesException using Tiles with Struts 2

2007-03-08 Thread Avinash Wable
Thank you very much Dave. I never looked at it. Copied from older version and changed only DTD. Thanks a lot!! DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Pvt. Ltd. It is intended only for the use of the indiv

Can SomeOne Help?? NullPointerException in TilesException using Tiles with Struts 2

2007-03-08 Thread Avinash Wable
I already posted this in "NullPointerException in TilesException using Tiles with Struts 2" thread. Does anyone got the same problem when using Tiles 2 with Struts 2 My jsps are simple (don't use tiles tags). I am using tiles just as a forward result type. You can look at my configuration given

No deployer found for url: ERROR while deploying struts2-blank-2.0.6 app on jboss 4.0.3

2007-03-08 Thread Avinash Wable
ate: INIT_WAITING_DEPLOYER watch: file:/C:/jboss-4.0.3SP1/server/default/deploy/struts2-blank-2.0.6/ altDD: null lastDeployed: 1173340808711 lastModified: 1173339257322 mbeans: Thanks and Regards Avinash Wable DISCLAIMER == This e-mail may contain privileged and confident

RE: NullPointerException in TilesException using Tiles with Struts 2

2007-03-07 Thread Avinash Wable
Actually I am using same version of tiles: 2.0 as you said i.e for tiles.xml: http://struts.apache.org/dtds/tiles-config_2_0.dtd";> My jsps are simple and don't use tiles tags. I am using tiles just as a forward result type. You can look at my configuration given below 1. tiles.xml--

NullPointerException in TilesException using Tiles with Struts 2

2007-03-06 Thread Avinash Wable
-core-2.0.6.jar struts2-tiles-plugin-2.0.6.jar tiles-api-2.0-20070207.130156-4.jar tiles-core-2.0-20070207.130156-4.jar xwork-2.0.1.jar Avinash Wable DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Pvt. Ltd

Help with the import errors please

2005-01-15 Thread Avinash Sridhar
Hi All, I am new using Struts 1.1 , Tomcat 5.0.28 and Java 1.4.2.I am getting theses errors although i have imported these c.tld struts-bean-el.tld struts-html-el.tld struts-logic-el.tld In the WEB-INF directory And commons-beanutils.jar commons-collections.jar commons-digester.jar commo

ApplicationResources.properties file kindly help

2005-01-13 Thread Avinash Sridhar
f so, then the values will not show. > > Jack > > > On Thu, 13 Jan 2005 10:59:32 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > From: "Avinash Sridhar" <[EMAIL PROTECTED]> > > > What could be the problem, it not reading the > > > App

ApplicationResources.properties file kindly help

2005-01-13 Thread Avinash Sridhar
Hi, Thanks for the friendly piece of advice, I did correct it and changed the dtd from 1.0 to 1.1 and I got no errors now., ?But I have gotten into this problem this is the data inside my ApplicationResources.properties file present inside the classes directory. /**Applicati

Help with ApplicationResources.properties file.

2005-01-13 Thread Avinash Sridhar
> > > > > > "/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml" /> > > > > Hope that helps. > > Todd > > > |-+> > | | "Avinash Sridhar"| > | |

Still PLZ Help with Cannot find message resources under key org.apache.struts.action.MESSAGE

2005-01-13 Thread Avinash Sridhar
s.ApplicationResources" > null="false" /> > > Regards, > David > > -Original Message- > From: Avinash Sridhar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 12, 2005 10:01 PM > To: user@struts.apache.org > Subject: PLZ Help with C

Please Help with this error Cannot find message resources under key org.apache.struts.action.MESSAGE

2005-01-12 Thread Avinash Sridhar
Hi All, Do Excuse my reposting, but i cant seem to figure it out.help wud be greatly appreciated This is my directory structure WEB-INF i have struts-config.xml and web.xml WEB_INF classes / com / masslight / StrutsExampleClasses/ ApplicationResources.properties Name.java NameForm.java

PLZ Help with Cannot find message resources under key org.apache.struts.action.

2005-01-12 Thread Avinash Sridhar
Hi All, This is my directory structure WEB-INF i have struts-config.xml and web.xml WEB_INF classes / com / masslight / StrutsExampleClasses/ ApplicationResources.properties Name.java NameForm.java SetNameAction.java files /***Error **/ Cannot find message resources under key org.apac

RE: Localization within Tiles

2004-08-09 Thread Avinash Gangadharan
definition instead of the value of the messageText ("Hello") put a key ("message.text") of the resources for that particular message and later get it in the usual way as shown. HTH Avinash -Original Message- From: Václavík Radek [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: HTTP Compression

2004-08-06 Thread Avinash Gangadharan
Servlet filters (javax.servlet.Filter) lets you do this. But... this is available in Servlets 2.3 and not in any earlier servlet specs. So check if your container provides support for 2.3 This link may give you some start but a google search would give you much more. http://www.onjava.com/pub/a/o

RE: Validation of dynaActionForm too early

2004-06-10 Thread Avinash Gangadharan
I have a question that I always thought of for such situations. It is adviesd to have 2 action mappings as Bill suggests for such situations, one that sets up the form with validate=false And the next that handles the form POST. Why is that?. In my ActionForm I look for a condition which tells me i

RE: Passing parameter : include

2004-06-10 Thread Avinash Gangadharan
using JSTL: HTH Avinash -Original Message- From: Naresh Sharma [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 10:13 AM To: Struts Users Mailing List Subject: Passing parameter : include HI, Please let me know equivalent struts tag,... I guess its

RE: wahtd does it means ? envCtx = (Context) initCtx.lookup("jav a:comp/env");

2004-06-08 Thread Avinash Gangadharan
"java:comp/env" is the namespace that a J2EE container uses to tie logical names to the various components being managed by the container. The J2EE defines a naming policy for application components. This namespace is rooted with "java:comp" "comp" is a sub-tree for component related bindin

RE: Validating multiple DTO's within a single ActionForm.

2004-06-03 Thread Avinash Gangadharan
i page forms are handled. You can get more details if you search the mailing list or from some docs. Avinash -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 2:50 PM To: [EMAIL PROTECTED] Subject: Validating multiple DTO's with

RE: [OT] DisplayTag and Links

2004-05-27 Thread Avinash Gangadharan
Oops missed an attribute -Original Message- From: Avinash Gangadharan [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 11:53 AM To: 'Struts Users Mailing List' Subject: RE: [OT] DisplayTag and Links Daniel, Try this : The displaytag user list

RE: [OT] DisplayTag and Links

2004-05-27 Thread Avinash Gangadharan
Daniel, Try this : The displaytag user list would be a great place too for such questions: [EMAIL PROTECTED] Avinash -Original Message- From: Daniel Kalcevich [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 11:02 AM To: Struts Users Mailing List Subject: [OT

RE: getting non-struts form elements

2004-05-14 Thread Avinash Gangadharan
nForm > with the Actions. As you say it's not a big deal, I can just > do the empty > form like you said, but I'd like to know if that's the only way... > > > >From: Avinash Gangadharan <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing

RE: getting non-struts form elements

2004-05-14 Thread Avinash Gangadharan
e this is what you are looking for. Avinash -Original Message- From: Matt Bathje [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 2:45 PM To: Struts Users Mailing List Subject: getting non-struts form elements Hi all. I have a form that is not a struts form bean (no actionform, n

RE: JSTL Functions

2004-04-23 Thread Avinash Gangadharan
You're right Bill, I figured this out yesterday as I was looking at my web.xml. Thanks Avinash -Original Message- From: Bill Siggelkow [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 7:01 PM To: [EMAIL PROTECTED] Subject: Re: JSTL Functions Make sure that the DOCTYPE for

JSTL Functions

2004-04-22 Thread Avinash Gangadharan
-example webapp that comes as a part of the jakarta-taglibs-standard-1.1.0 library dist works just fine. Can you guys see where am I making a mistake or what do I need to do to get this setup properly. TIA Avinash - To unsubscribe

RE: Jasper error

2004-04-13 Thread Avinash Gangadharan
It won't work that way, you've got to use the -el tags for such a thing. Moreover just specifying the property should suffice for population of the hidden field , you would not need to explicitly do it using the bean tag unless there is some other issue that makes you do it. IN that case: ---

RE: 'Can't insert page' Error - But it's a tile!

2004-04-08 Thread Avinash Gangadharan
confusion : http://www.lifl.fr/~dumoulin/tiles/doc/tilesTags.html#insert HTH Avinash -Original Message- From: Mathew, Manoj [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 9:54 AM To: Struts Users Mailing List Subject: RE: 'Can't insert page' Error - B

RE: 'Can't insert page' Error - But it's a tile!

2004-04-08 Thread Avinash Gangadharan
to : http://www.lifl.fr/~dumoulin/tiles/doc/tutorialBody.html#_Toc521292381 Avinash -Original Message- From: Mathew, Manoj [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 7:57 AM To: Struts Users Mailing List Subject: RE: 'Can't insert page' Error - But it'

RE: 'Can't insert page' Error - But it's a tile!

2004-04-07 Thread Avinash Gangadharan
Try this : -Original Message- From: Mark Mandel [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 5:50 PM To: [EMAIL PROTECTED] Subject: 'Can't insert page' Error - But it's a tile! Hey All - This is driving me nuts! I have a tile defined as: --

RE: Connection Pooling (How i use...)

2004-04-06 Thread Avinash Gangadharan
http://proxool.sourceforge.net/ Avinash -Original Message- From: Marcelo Epstein [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 9:31 AM To: Struts Users Mailing List Subject: Re: Connection Pooling (How i use...) I use the pool like this: (IS IT WRONG??) I think the connection is being closed..

RE: Why does not work

2004-04-02 Thread Avinash Gangadharan
te it using the Property ("groupName") of the bean. Avinash -Original Message- From: Frank Nguyen [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 3:50 PM To: Struts Users Mailing List Subject: Why does not work I have a form for record updating. To refill a field (c

[OT] UI Suggestion Request

2004-04-01 Thread Avinash Gangadharan
select kind of thing. Thanks Avinash - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Iterating 2 Lists in parallel

2004-03-30 Thread Avinash Gangadharan
little saved, but i don't think theres a tag to do this. Avinash Gangadharan wrote: > I have 2 lists of Strings. How can I have 2 iterators run in parallel > not nested. > > Can some one suggest a tag( JSTL ?? ) replacement for the scriptlets > in the code below : >

Iterating 2 Lists in parallel

2004-03-30 Thread Avinash Gangadharan
s for the names --%> <% String name = (String)i.next(); %> <%=name%> PS: Making a object with name and nicknames as props and passing a list of such objects is out of my scope du

RE: string substitution in tiles

2004-03-29 Thread Avinash Gangadharan
.getAttribute("action")%> <%-- the code below will dump your action. Just to make sure . Remove it later--%> <%=out.println( pageContext.getAttribute("action") ) %> The second one would surely work, but it may better using tags i

RE: string substitution in tiles

2004-03-29 Thread Avinash Gangadharan
doesn't work. I get an exception and look in the log and see: 2004-03-29 17:15:07 DEBUG InsertTag.java:945 - [ServletException in:/WEB-INF/tiles/layouts/FormLayout.jsp] Cannot retrieve mapping for action /' any other ideas? Dean Hoover Avinash Gangadharan wrote: >Try this : > &

RE: string substitution in tiles

2004-03-29 Thread Avinash Gangadharan
Try this : In tiles-def.xml --- In your jsp --- -Original Message- From: Dean A. Hoover [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 1:40 PM To: [EMAIL PROTECTED] Subject: string substitution in tiles I have a general form layout I am defining in tiles. But the

RE: [OT] request object w/ response.sendRedirect

2004-03-29 Thread Avinash Gangadharan
Very true XML can be huge. But you never need to layout the whole object in XML, you just need to send the piece of info in the XML using which the rest of the object can be created. You would definitely need a little more than just the ID of a db column. SO basically you serialize / marshall it in

RE: [OT] request object w/ response.sendRedirect

2004-03-29 Thread Avinash Gangadharan
It seems like u need to send the attributes from a JSP-Tomcat env to another JSP-Tomcat or a ASP.net/IIS. In this case I think it could be very benefical if you send the data you want to send in an XML format that could be understood between platforms so that if it is ASP.net it can create the List