ActionForward with runtime parameter?

2004-07-08 Thread Twan Kogels
nd the "id=" parameter and create a new ActionForward. The value of the id= parameter is only known when the user submits the form. So i cannot put the id parameter in the struts-config.xml file. Is the above code the best and cleanest way

RE: ActionForward with runtime parameter?

2004-07-08 Thread Twan Kogels
t; > Hi, > > Set id and it's value in request object and just forward to > mapping.findForward("success"). > In ur target page (where u r forwarding), get the value for > parameter (id) > from request object. > > that should do the trick > > Kailash > &

Query depends part of validation.xml ?

2004-10-12 Thread Twan Kogels
'm currently using Velocity for my View layer. Can anyone offer me a helping hand? Cheers, Twan Kogels - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Query depends part of validation.xml ?

2004-10-12 Thread Twan Kogels
quot;myfield"); List list=f.getDependencyList(); while(item in list){ print(item); } What do you all think am i on the right approach or am i just totally wrong? Cheers, Twan Kogels At 21:03 12-10-2004, you wrote: Hello people, I'm wondering if there is a way to query the value&#x