RE: Default value for text field

2006-06-21 Thread Mukta
You are right Dave. I'm sorry for writing so. It doesn't give the desired result :( -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 5:14 PM To: Struts Users Mailing List Subject: Re: Default value for text field Mukta wrote: >

Re: Default value for text field

2006-06-19 Thread Dave Newton
Mukta wrote: > You can use > />" > > Really? I would have thought that nesting tags like that wouldn't be legal. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Default value for text field

2006-06-19 Thread Mukta
You can use " > -Original Message- From: Pankaj Gupta [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 6:24 PM To: Struts Users Mailing List Subject: Re: Default value for text field Please tell me in Struts context. What do I need to write in my html:text tag?

Re: Default value for text field

2006-06-14 Thread Scott Van Wart
Pankaj Gupta wrote: Please tell me in Struts context. What do I need to write in my html:text tag? " type="text"> Not sure how well that works... if you're using a JSP 2.4-compliant container and the JSTL (which you would need to above to use fmt:), you could use this: <%@ taglib

Re: Default value for text field

2006-06-14 Thread Pankaj Gupta
Please tell me in Struts context. What do I need to write in my html:text tag? Shervin Asgari wrote: " type="text"> I think this might work. If it doesn't you may have to change the " to ' Shervin Asgari - System Consultant M: +47 918 64 148, @: [EMAIL PROTECTED] Linpro AS - Leadin

Re: Default value for text field

2006-06-14 Thread Shervin Asgari
" type="text"> I think this might work. If it doesn't you may have to change the " to ' Shervin Asgari - System Consultant M: +47 918 64 148, @: [EMAIL PROTECTED] Linpro AS - Leading on LinuxTel: +47 21 54 41 00/02 Vitaminveien 1AFax: +47 21 54 41 01 PB 4 Grefsen, 0409 Osl

Default value for text field

2006-06-14 Thread Pankaj Gupta
How can I specify a default value for a text field and also read it from application resources. I dont want to read it from form bean though. regards, Pankaj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,