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
-
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...
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
---
op2 = newProp2; }
> }
>
> path="/saveSubscription"
> type="org.apache.struts.actions.DispatchAction"
> name="subscriptionForm" scope="request" input="/subscription.jsp"
> parameter="method">
>
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
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
6 matches
Mail list logo