Understand usage of tag inside

2025-02-19 Thread Murali Challa
Hi, Can someone suggest among below which is best/preferred way of using tag with in . //getting value using var.name // getting value directly using name Both are working but just wanted to know which is more preferred to use.

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-02-04 Thread Murali Challa
ns in Websphere 8.5.x. Not sure if our application server supports servlet-api-3.1.jar Or if any conflicts are there with our application libraries. Can you guide us on how this can be identified and resolved ? On Wed, 29 Jan, 2025, 14:14 Lukasz Lenart, wrote: > śr., 29 sty 2025 o 09:3

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-29 Thread Murali Challa
OK, let me check on logs for some clue. And do we need to have below constant and any other constant to be added in our struts.xml file? On Wed, 29 Jan, 2025, 13:59 Lukasz Lenart, wrote: > śr., 29 sty 2025 o 08:46 Murali Challa > napisał(a): > > > Yes, this is what we a

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-28 Thread Murali Challa
); session.setAttribute("menuList", objList); Jsp: ${menu.funcName} Thanks, Murali On Wed, 29 Jan, 2025, 12:52 Lukasz Lenart, wrote: > Could you try to use: > > > > ? > > śr., 29 sty 2025 o 07:57 Murali Challa > napisał(a): > > > > Session is refere

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-28 Thread Murali Challa
Session is referenced using ServletActionContext.getRequest().getSession(false) in action classes. Our's is legacy application where all our action classes extend xwork2.ActionSupport class and no annotations are used in it. Thanks, Murali On Wed, 29 Jan, 2025, 12:00 Lukasz Lenart,

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-27 Thread Murali Challa
. session.setAttribute("availableItems", availableItems); On Tue, 28 Jan, 2025, 11:31 Lukasz Lenart, wrote: > pon., 27 sty 2025 o 08:41 Murali Challa > napisał(a): > > > > Hi Lukasz, > > > > Yes, the values in session exist. > > > > We are able to it

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-26 Thread Murali Challa
displayed in UI. On Mon, 27 Jan, 2025, 12:31 Lukasz Lenart, wrote: > śr., 22 sty 2025 o 11:25 Murali Challa > napisał(a): > > Not sure why it is printing empty values while iterating through session > > list. > > Could you confirm the value in session exists? Something l

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-22 Thread Murali Challa
No luck. It is not working. Was there some issue with EL for using inside struts tags? On Wed, 22 Jan, 2025, 16:56 Lukasz Lenart, wrote: > śr., 22 sty 2025 o 11:25 Murali Challa > napisał(a): > > Pure EL is working fine. > > > > Not sure why it is printing empty values

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-22 Thread Murali Challa
Hi, Pure EL is working fine. Not sure why it is printing empty values while iterating through session list. Thanks, Murali On Wed, 22 Jan, 2025, 14:43 Lukasz Lenart, wrote: > śr., 22 sty 2025 o 09:55 Murali Challa > napisał(a): > > > > Hi, > > > > We are

Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-22 Thread Murali Challa
this migration. Below is the code snippet for your reference. // working ${menu.id} // Not working Thanks, Murali

JSP EL not working post strutsbmigration from 2.5.x to 6.7.0

2025-01-22 Thread Murali Challa
rking? Thanks, Murali

Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-11 Thread Murali Challa
this migration. Below is the code snippet for your reference. // working ${menu.id} // Not working Thanks, Murali

RE: JSF vs Struts

2005-04-19 Thread Murali
Hi, I was trying to find which would be best choice for a website development. JSF or Struts. JSF looks similar to Struts. does any one know any articles on which framework should go for. Thanks - Do you Yahoo!? Yahoo! Small Business - Try

Re: Page Navigation in Struts

2005-03-10 Thread M Murali
e.org/taglibs/sandbox/doc/datagrid-doc/intro.html Demos: http://raibledesigns.com/page/rd?anchor=there_s_a_new_sorting Matt On Mar 10, 2005, at 5:22 PM, M Murali wrote: > Does any one know, how the navigation can be done. I just want to have > a dynamic pages generation depending on

Page Navigation in Struts

2005-03-10 Thread M Murali
Does any one know, how the navigation can be done. I just want to have a dynamic pages generation depending on number of rows in recordset , Pave Prev --- Page Next Is there any good sample how this can be implemented or any jar files Thanks _

Struts Or Spring

2005-03-03 Thread M Murali
We are kind of middle of deciding go to with which framework.Can some one help. On high level, we have an application where data gets from webservices and is displayed to user thru JSP. the webservices access is done thru Axis and the proxy class generated are used on JSP side. Each proxy clas

RE: Multiple action for one (1) form

2004-05-08 Thread Murali Ravipudi
// edit user code here } == This is what I could think of and worked fine for me, but this may not be the best way to do this. Murali This message is confidential and may also be legally privileged. If you are not the intended recipient, please notify [EMAIL PROTECTE