display tag - urgent

2006-12-26 Thread Abhimanyu Koul
Hi! I am using export option in my display tag. Everything is going smooth but I want to disable one column (display:column) from being exported ie displayed in the exported format. What is the way out? Abhimanyu

Re: redirect-action parameters

2006-12-26 Thread Chong Yoke Ping
hi, Wonder if you have solved the following problem. I encounter the same problem and after much attempts, I discover that you can do the following: anotherBlahAction true name="yourDynamicParamName">${yourDynamicParamValue}

Re: Formbean information lost

2006-12-26 Thread Thomas Thomas
Thank u ! it works great :-)

Page param disappears

2006-12-26 Thread Søren Poulsen
I have a form page that requires a http parameter to show correctly. When the formbean validate(..) fails on page submit then struts has been set up to send the user back to the same form page. Unfortunately the http param that was set when the user was first linked to the page is not set when

RE: Form Bean not able to read form rendered from xml/xsl

2006-12-26 Thread Chris Loschen
Hi Rajeev, People here have mostly been away from their desks for the last few days, so you might see some more replies soon. My first impression is that you're mixing up what XSLT does and what Struts does. XSLT does a transformation from an XML document to some other form: in this case, it a

RE: Form Bean not able to read form rendered from xml/xsl

2006-12-26 Thread Rajeev Kumar Pandey
Hi All, Resending my query since I did not receive any replies to the same. Kindly help. Regards, Rajeev From: Rajeev Kumar Pandey Sent: Friday, December 22, 2006 8:00 PM To: 'user@struts.apache.org' Subject: Form Bean not able to read form rendered from

Re: Checking based on database value?

2006-12-26 Thread Siva Sajja
Have a map which contains a map of service id to roles or role to service ids whichever u feel is most relevant. -Siva On 12/21/06, Mallik <[EMAIL PROTECTED]> wrote: Hi friends my problem is i have to ArrayLists one contains total services and another contains assigned services to a role. whe