Re: Format USDollars

2006-06-08 Thread Vinit Sharma
-mail: [EMAIL PROTECTED] -- Vinit Sharma IBM

Re: change date validator-rules

2006-05-25 Thread Vinit Sharma
that? Tnx, Stanislav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Vinit Sharma IBM

Re: change date validator-rules

2006-05-25 Thread Vinit Sharma
can i do that? Tnx, Stanislav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Vinit Sharma IBM

Re: Regarding action in struts-config.xml

2006-05-24 Thread Vinit Sharma
for any damage caused by any virus transmitted by this email. www.wipro.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Vinit Sharma IBM

Re: get ResourceBundle in ActionForm subclass

2006-05-24 Thread Vinit Sharma
) +912039511388(H) +912026901306(O) direct +912026982424 Extn:1306 - Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates. -- Vinit Sharma IBM

Multi-Channels tiles

2006-05-24 Thread Vinit Sharma
Hi, I'm looking for an example on multi-channels tiles. The url: http://www.lifl.fr/~dumoulin/tiles/ did not help me much. Any clues?? Thx, -- Vinit Sharma IBM

Re: Null Exception in ActionForm

2006-05-22 Thread Vinit Sharma
be null.How to do to realize put some value in Form through Action and put return to b.jspshow and may modify these value in b.jsp? Thanks in advance -- Vinit Sharma IBM

Validation Bug 29151

2006-05-15 Thread Vinit Sharma
the one currently being processed. Please correct me if I'm wrong. Thanks, -- Vinit Sharma IBM

Re: tiles

2006-05-03 Thread Vinit Sharma
framework. Thanks in advance mano -- Vinit Sharma IBM

Re: Validator rules not loaded

2006-05-02 Thread Vinit Sharma
Marketpipe Limited a. 7 Soho Square, London W1D 3QB, UK t. +44 20 7297 8401 f. +44 20 7297 8427 e. [EMAIL PROTECTED] w. www.marketpipe.com -- Vinit Sharma IBM

Re: jsp / html in struts by eclipse

2006-04-28 Thread Vinit Sharma
as it should,but it stucks ther doesnt show any progress atall, to come ot of it i hav 2 close whole project again start eclipse , finally i m nt able to create a jsp html file thro my eclipse , anybody knowas why? -- Vinit Sharma IBM

Re: How use AND,OR in logic struts tag lib

2006-04-27 Thread Vinit Sharma
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Vinit Sharma IBM

Re: bean:define in including jsp

2006-04-24 Thread Vinit Sharma
in b.jsp, but I don't want to add bean:define in every included jsp . thanks, -- Vinit Sharma IBM

Re: Beginner's question on Struts and JSP

2006-04-23 Thread Vinit Sharma
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Vinit Sharma IBM

Re: [Amount pattern matching - validator]

2006-04-18 Thread Vinit Sharma
, it should match this pattern. thanks in adv -- Regards, Deva. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Vinit Sharma IBM

Validation Problem with custom country

2006-04-18 Thread Vinit Sharma
Hi, I'm using localized validations in my application. I would like to use a formset definition for a custom country name, as below: formset language=en country=XYZ Is there any way I can make Struts validator to work with custom country names?? Thanks, -- Vinit Sharma IBM

Re: directly addressing maps in jsp-file

2006-04-18 Thread Vinit Sharma
chandrula [EMAIL PROTECTED] wrote: Hi Vinit, I have used jstl to display the data in the form. But if I want to edit this data and send them back to the action form. I am not able to do this. can u give me a suggestion how I can proceed further Thanks, Rama From: Vinit Sharma [EMAIL PROTECTED

Re: directly addressing maps in jsp-file

2006-04-18 Thread Vinit Sharma
this: c:out value='${hasht[Key]}'/ Kind regards, Andreas Hartmann Vinit Sharma wrote: Hi, JSTL can help you here. Suppose key comes from bean item: c:set var=key value=${item.fieldName}/ I can use this key to access the bean property as: c:out value='${hasht[key]}'/ -- Vinit

Re: directly addressing maps in jsp-file

2006-04-12 Thread Vinit Sharma
-file. Kind regards, Andreas Hartmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Vinit Sharma IBM

Validation Problem

2006-04-09 Thread Vinit Sharma
, as I mentioned my formset has been localized. Any insight? Thanks in advance, -- Vinit Sharma IBM

Tree display in JSP page

2006-04-06 Thread Vinit Sharma
to what we can do in a normal class, any idea how this can be done? Thanks, -- Vinit Sharma IBM

Re: How to get only dijest from this group ???

2006-04-06 Thread Vinit Sharma
. -- Vinit Sharma IBM

Re: html:link / how to use message resource key for href

2006-04-05 Thread Vinit Sharma
My c:set is as below: c:set var=link bean:message key=${item.link} / /c:set html:link href=${link} bean:message key=${item.value}/ /html:link and it works fine. Thanks, On 4/5/06, Adam Hardy [EMAIL PROTECTED] wrote: What does your c:set look like? Vinit Sharma on 04/04/06 08:58

html:link / how to use message resource key for href

2006-04-04 Thread Vinit Sharma
give an insight. Thanks, -- Vinit Sharma

Re: html:link / how to use message resource key for href

2006-04-04 Thread Vinit Sharma
Thanks, I used a c:set/ in combination with bean:message/. But fmt tag looks neat. :) On 4/4/06, Nicolas De Loof [EMAIL PROTECTED] wrote: Perhaps somethig like this may work : fmt:message key=${item.link} var=link/ html:link href=${link} Some text/html:link Nico. Vinit Sharma

Internationalized Validation

2006-03-30 Thread Vinit Sharma
, the validation fails on this field. Is there any way I can support validations based on user locale in Struts? Thanks, -- Vinit Sharma

Number Format Error

2006-03-29 Thread Vinit Sharma
Hi, When I tried to run the tip given in article: http://www.jguru.com/faq/view.jsp?EID=915891 I get an error Cannot format given Object as a Number. Can some one please give an insight on this one. I'm using Struts 1.2.4. Thanks, -- Vinit Sharma

html:text / Error

2006-03-24 Thread Vinit Sharma
CardInfoBean which is a member of MRInfoForm. CardInfoBean implements Serializable. Thanks, -- Vinit Sharma

Re: html:text / Error

2006-03-24 Thread Vinit Sharma
The page doesn't contain errorKey as an attribute, but certainly I'm working on 1.2.4 binaries. But same approach and binaries have not posed and problem in another implementation. Thanks, On 3/24/06, Rahul Akolkar [EMAIL PROTECTED] wrote: On 3/24/06, Vinit Sharma [EMAIL PROTECTED] wrote

Re: html:option on a nested collection

2006-03-23 Thread Vinit Sharma
is to go with nested tags please provide an example as I could not get far with this either. Secondly, If I submit the form but have modified two rows from the drop down when I get to the action class how can I know which rows I have modified. Thanks in advance -- Vinit Sharma

Re: html:option on a nested collection

2006-03-23 Thread Vinit Sharma
have a getter defined for apps in the formbean and in apps there is a getter for actions. There is no getter for act as this is deifined in the iterate tag Still stuck!! -Original Message- From: Vinit Sharma [mailto:[EMAIL PROTECTED] Sent: 23 March 2006 15:01 To: Struts Users

Re: [OT]Loading Image Problem

2006-03-23 Thread Vinit Sharma
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Vinit Sharma

Re: Validation Problem

2006-03-22 Thread Vinit Sharma
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Vinit Sharma