tiles and mupltiple modules

2004-08-11 Thread Hariharan
Hi friends, is it be possible to configure layouts using tiles-defs.xml when using struts multiple modules feature? I have two modules having it's own struts-config files. Is there any example app which uses this feature? thanks -Hari -

Re: Struts - XML - Validation according to a XML Schema

2004-10-20 Thread Hariharan V
I guess u will have to use some xml parser for this u can get more info from www.jdom.org On Wed, 20 Oct 2004 13:17:25 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > i would like to parse a XML file through Struts AND also according to a XML > schema. > > so may question is...

Passing multiple parameters from action mapping

2004-10-20 Thread Hariharan V
Hi , I was looking for a way to pass multiple parameters through my action mapping. can I pass only one parameter or is it possible to pass multiple? for example in this config I can pass only one parameter {parameter="method"} -- -Hari ---

Re: Passing multiple parameters from action mapping

2004-10-20 Thread Hariharan V
op2 = newProp2; } > } > > path="/saveSubscription" > type="org.apache.struts.actions.DispatchAction" > name="subscriptionForm" scope="request" input="/subscription.jsp" > parameter="method"> >

Map Backed Form and JavaScript

2004-10-25 Thread Hariharan V
Hi, I am making use of Map backed Action form Lets say I have named the textbox field as follows How can I access the text field value from JavaScript for instance I can't do something like this. document.forms[0].dto(name).value; (but this will give a JS error) any workaround or can we use

ActionMessages and Struts-EL Tags

2004-12-13 Thread Hariharan V
In my application I want to differentiate b/w error and normal messages Here is the code in my Controller ActionMessages messages = new ActionMessages(); ActionMessages errors = new ActionMessages(); messages.add("sample.message", new ActionMessa