Re: How to go about??

2002-02-06 Thread Arnab Sengupta

Dear Sanjay,
One and only one solution...
Follow the structs Documentations and try to understand the struts example
(only one is there) given alogn with the struts 1.0. It's too good and if
one understands the inner logic of the example,he/she is unstoppable.
It might take a week's time ..but worth investing.
Best of luck and welcome to struts..
Arnab.
- Original Message -
From: Sanjay Choudhary [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Thursday, February 07, 2002 3:41 AM
Subject: How to go about??


 Hi Friends,

 I am very new to Struts. All I have done is worked out
 couple of examples from web to understand the
 Architecture. We are in a process of designing a
 Product and plan to use Struts Framework with EJB's.

 In my team
 1. No one has any knowledge about Struts but they are
 very good with Java and J2EE.

 2. Except for a HTML designer, most of the programmers
 are involved with backend programming. They have done
 very little HTML work. I was wondering if we will be
 able to create JSP's using Struts HTML tags and other
 tag libraries if a form is defined using pure HTML.

 3. What is the best way to go about to learn Struts to
 use in practical life and how much time it takes?

 4. What strategies did you guys adopt to move to
 Struts?

 5. All pointers to valuable resources and design
 stratergies will be appreciated.

 Thanks you ,
 Sanjay







 __
 Do You Yahoo!?
 Send FREE Valentine eCards with Yahoo! Greetings!
 http://greetings.yahoo.com

 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: display property

2002-02-04 Thread Arnab Sengupta

Sophia,
I guess u can use bean:message key=./
in the td tag.Offcourse put the key value in the
ApplicationResources.property file of struts before.
like
key=prompt.tablevalue...
and in the ApplicationResources file put
prompt.tablevalue=Department A.

Hope it works.
Regards,
Arnab.
- Original Message -
From: Cheng, Sophia [EMAIL PROTECTED]
To: 'Struts Users Mailing List' (E-mail) [EMAIL PROTECTED]
Sent: Tuesday, February 05, 2002 8:50 AM
Subject: display property


 Hi,


 I can show data correctly in a table by using the following syntax,

 tdhtml:text property=deptName size=80//td

 But, if I just want to display the data(property), instead of putting data
 in a text field, say

 tdDepartment A/td

 Then, which tag should I use?

 Thanks,
 Sophia


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]