You should probably have...
HTH
Nitesh
-Original Message-
From: Dewitte Rémi [mailto:[EMAIL PROTECTED]
Sent: Friday, July 01, 2005 5:54 PM
To: Struts Users Mailing List
Subject: deal with nested properties
Hi all !
I have another problem to
Try putting in some logic where ever you are assigning the value... like if
it is not set then set it to false... if it is already set don't touch it!
HTH
Nitesh
-Original Message-
From: Ben [mailto:[EMAIL PROTECTED]
Sent: Monday, July 04, 2005 1:05 PM
To: Struts
Subject: ActionForm rese
You could do this with validator and indexed properties.
When using indexed properties, JavaScript validations doesn't work. However
the server side validations does.
This should suffice what you need...
In case you have some validations that involve business logic, you could add
more validations,
you ?
Rémi
Le Mardi 5 Juillet 2005 07:45, Nitesh Naveen a écrit :
> You could do this with validator and indexed properties.
> When using indexed properties, JavaScript validations doesn't work.
> However the server side validations does. This should suffice what you
> need... I
You could probably use format macro for formatting the number...
http://www.atlassian.com/software/jira/docs/api/3.1.1/com/atlassian/jira/uti
l/velocity/NumberTool.html
http://www.opensubscriber.com/message/velocity-user@jakarta.apache.org/14631
34.html
Thanks & Regards,
Nitesh
___
Generics is a Java 5.0 feature...
Don't think the features with 5.0 are introduced to Struts framework yet!
Thanks & Regards,
Nitesh
_
Disclaimer:
Information contained and transmitted by this e-mail is confidential,
proprietary, and legally privileged data of Cord
You could use JavaScript to submit the form on clicking the link.
Have a hidden field to track which link is clicked.
For e.g.. Use this function in the link...
function clickLink(linkId)
{
document.formName.hiddenElementName.value=linkId;
document.formName.submit();
}
PS: you ne
I agree with Craig here...
He is quiet right about the mailing problem...
I had been using my company id and have been told by them to unsubscribe
from the due to the volume of messages coming in.
Despite the volume if the mails had something to defend I could've done it.
But the never ending flow
8 matches
Mail list logo