RE-POST: Access ActionForm data from JSP page

2003-10-19 Thread Sudip Kumar Bhattacharya(HOTPOP)
POSTING AGAIN.. Hi all, I would like to get some fields in my jsp page from the ActionForm and display them as simple text in my web page. The idea is like when the user logs into the system, his username, location and address will be stored in some ActionForm and then on all the pages in the

Access ActionForm data from JSP page

2003-10-18 Thread Sudip Kumar Bhattacharya(HOTPOP)
Hi all, I would like to get some fields in my jsp page from the ActionForm and display them as simple text in my web page. The idea is like when the user logs into the system, his username, location and address will be stored in some ActionForm and then on all the pages in the system, the page

news.basebeans.com problem

2003-10-14 Thread Sudip Kumar Bhattacharya(HOTPOP)
Hi I have been using Outlook Express to connect to the news.basebeans.com to download the struts newsgroup mails. For the last few days, it is giving some errors. Is the group down or what? The exact error message while polling for mails is : Your 'Struts' folder was not polled for its unread

RE: [RE-POST]: HOW TO Use Tiles parameters in Java

2003-10-14 Thread Sudip Kumar Bhattacharya(HOTPOP)
this in pageLayout.jsp tiles:useAttribute name=pageid ignore=true/ tiles:insert name=menu ignore=true tiles:put name=pageid beanName=pageid/ /tiles:insert hope this helps -Jan Vervecken *** REPLY SEPARATOR *** On 10/13/2003 at 5:41 PM Sudip Kumar Bhattacharya(HOTPOP) wrote

Tiles and Java

2003-10-13 Thread Sudip Kumar Bhattacharya(HOTPOP)
Hi Everybody, I just wanted to know if I can use the parameters passed to a tile in java code? Can someone provide me some sample code which demonstrates this? To elaborate, I am passing some parameters to a tile. The tile is a JSP page and in that JSP page I have some java code as well. I would

[RE-POST]: HOW TO Use Tiles parameters in Java

2003-10-13 Thread Sudip Kumar Bhattacharya(HOTPOP)
Thanks in advance, Sudip -Original Message- From: Sudip Kumar Bhattacharya(HOTPOP) [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 12:21 PM To: Struts Users Mailing List Subject: Tiles and Java Hi Everybody, I just wanted to know if I can use