Re: How can I set values to message parameters by using bean:message tag?

2004-10-24 Thread Addy Kapur
You should consider using 2 tags. One for displaying the Welcome message and other for the name. On Sat, 23 Oct 2004 13:51:39 +0800, Yufan Shi <[EMAIL PROTECTED]> wrote: > Hi all, > I am wondering if there is a way to set values to message paramerts by using > bean:message, for example, > I have

Re: newbie html-tag query

2004-10-24 Thread Addy Kapur
instead of using you should consider using It will iterate over all the values and build the drop down for you On 24 Oct 2004 17:09:22 -, Vishal Sudheer <[EMAIL PROTECTED]> wrote: > > Hi, > > > > > > > > > > Here I am iter

Re: tag

2004-10-05 Thread Addy Kapur
Yes it is. On Tue, 5 Oct 2004 10:47:17 +1000, Yakov Belov <[EMAIL PROTECTED]> wrote: > I presume it is the struts tag for the standard html : > > > > - Original Message - > From: "Phani" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, October 05, 2004 10:36 AM > Subject

Re: 1000 separator

2004-10-04 Thread Addy Kapur
You can use JSTL tag will format the number On Mon, 04 Oct 2004 15:00:17 +0900, Shinobu Kawai <[EMAIL PROTECTED]> wrote: > > Hi Shailender, > > > Does anybody knows how to create a 1000 separator for numbers using > > struts tag library. > > This should be similar to the one which can be don

Re: Struts 1.1 iterate woes

2004-10-03 Thread Addy Kapur
I have used the following syntax and it works. "/> "/> "/> On Sun, 3 Oct 2004 14:16:19 -0400, Victor Grazi <[EMAIL PROTECTED]> wrote: > We are trying to use in a JSP to access items in a list > stored in the Form Bean by the Action cla