Hello,
Latest Struts nightly build should support to use a definition name as <action input="">. Can you check with the latest nightly build ? If it still doesn't work, can you report the error ? Cedric Hirsch Richard wrote: >I know tiles definitions can be used in the forward tags for an action. What >about for the input tag? We tried it and couldn't get it to work. I assume >the TilesRequestProcessor doesn't deal with the input. > ><action path="/customer/transaction/new/new" > type="com.xxx.customer.transaction.CreateAction" > name="orderHeadForm" > scope="request" > input="customer_transaction_new_index" <------ Tiles Definition > validate="true" > unknown="false"> > <forward name="success" redirect="true" >path="/customer/transaction/new/index.jsp"/> ></action> > >Thanks, > >D > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

