Recently accessed URL

2003-11-14 Thread mradhakrishnan
Hi We have a list of recently accessed URL's in our menu. For example, the last 4 URL's have to be shown. The URL's are a combination of Struts actions and links to our Business Objects reporting system. What is the best way to track and persist this type of list ? Mohan

Re: Struts Dilemma

2003-11-06 Thread mradhakrishnan
Hi JSTL logical operators seems to be a solution. Mohan Often when writing a bean for use by a tag, I seem to be writing a equivalent method that returns a string value for a boolean property. For example: If I mean to pass a boolean property isInactive, I am also writing a

RE: Struts1.1 Oracle 9iAS

2003-11-05 Thread mradhakrishnan
Hi There are atleast 4 projects that we are working on right now using OC4J and various verions of Struts and we don't have any problem. We have logic:equal all over the place. We are also using tiles. Mohan Sorry for not getting back sooner (got caught up in other things). As far as the

Re: Planning Struts Application Development

2003-10-28 Thread mradhakrishnan
Hi I thought I might add a query about performance related issues when reflection is used. This might be odd but many teams in my company have started using Struts without ActionForms. They use Actions and pick up the parameters from the request object. Are there any benchmarks that prove

RE: Role based action

2003-10-21 Thread mradhakrishnan
Hi That is what we plan to do with the tiles library. Actually in our case some of the tabs in the same JSP won't appear for all uses. Mohan -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 4:52 PM To: Struts Users Mailing List

Tiles and role based access to JSP's

2003-10-06 Thread mradhakrishnan
Hi Role based templating of JSP's should be possible with the tiles framework. Is there anything to read up on this ? We would like to hide or show tabs/links etc. based on roles. What is the best practice? Mohan - To