RE: [shale] extending clay

2006-06-11 Thread hermod.opstvedt
Hi Sounds like a great plugin. I guess one should wait until it is at a V1 stage before commiting (At least that is what I have done when committing to opensource), but if you someone to help you test it I would be more than willing. Hermod -Original Message- From: Ryan Wynn [mailto:[

Re: Page does not refresh after action

2006-06-11 Thread Richard Yee
Riz. Have you set the headers in the page to tell the browser not to cache the page? -Richard Rizwan Merchant wrote: Hi, I have a page with a bunch of orders, and each order has a "Cancel" button next to it and the status text of that order. When I cancel a particular order, the appropriat

Re: Variable 'input' attribute in struts-config.xml

2006-06-11 Thread Scott Van Wart
Niall Pemberton wrote: 1) Do the "out of the box" falvours cater for your needs? There are 2 - using the form name as the validation key, or using the action mapping. Using the action mapping _might_ work, ... right now I'm doing this: But then I'd still

Re: struts tags in a .js file?

2006-06-11 Thread Angelo zerr
Hello Ronald, when I must use variable comming from Server Side like Web Application context. I create a javascript variable which I initialize in my JSP and after in my Jsvacript I use this variable. For instance, in my JSP var webApplicationContext = ''; And afer in my fu

Re: struts tags in a .js file?

2006-06-11 Thread Leon Rosenberg
On 6/11/06, Ronald Traikovich <[EMAIL PROTECTED]> wrote: Hi group, I was given a javascript file called operations.js that handles javascript events that load images. So this javascript file is included in my jsp page. The problem is that the image paths are hardcoded, so I want to rewrite these

struts tags in a .js file?

2006-06-11 Thread Ronald Traikovich
Hi group, I was given a javascript file called operations.js that handles javascript events that load images. So this javascript file is included in my jsp page. The problem is that the image paths are hardcoded, so I want to rewrite these paths with some struts tags. So for example . instead of

Re: How to pass request parameters through a waiting page?

2006-06-11 Thread Dakota Jack
You can set values in a form when you come to a page in Struts. On 5/26/06, starki78 <[EMAIL PROTECTED]> wrote: Thanks a lot Adam for your help! My solution that I currently have is to add a paramter withwait to a action, that should be coupled with a waiting-page. It works but do be honest I'v

Re: [OT] Re: Encryption / decryption problem in multi threading

2006-06-11 Thread Shshank Jain
yup encoding was the main issue and i had also not made the encrypt/decrypt function synchronized , these were the two problems On 6/10/06, Scott Van Wart <[EMAIL PROTECTED]> wrote: Shshank Jain wrote: > the problem was muti threading (the sychronized block) plus the > database had > the passwo