aspose file tools
The moose likes Struts and the fly likes Struts Unable to locate tag attribute info for tag attribute value menuSelection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts Unable to locate tag attribute info for tag attribute value menuSelection" Watch "Struts Unable to locate tag attribute info for tag attribute value menuSelection" New topic
Author

Struts Unable to locate tag attribute info for tag attribute value menuSelection

Jayasri Alaparthi
Ranch Hand

Joined: Aug 14, 2006
Posts: 67
Hi Friends,
I am using struts tags I got the above error
<logic:equal name="menu" property="url" value="request.getSession().getAttribute("menuSelection")">
<html:link href='<%=menu.getUrl()%>'>
<bean:write name="menu" property="description" /></html:link>
</logic:equal>
Please some one help me in correcting the above

value="request.getSession().getAttribute("menuSelection")">
With regards

with regards,
Bhargavi.
Anirvan Majumdar
Ranch Hand

Joined: Feb 22, 2005
Posts: 261
Try this [perhaps it'll solve your problem].
In the "value" attribute of logic:equal put this:
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Struts Unable to locate tag attribute info for tag attribute value menuSelection
 
Similar Threads
problem using html:link
simple struts conditional?
How to replace a if(boolean) script with struts tag?
Problem with nested:link href
Double action call when scriptlets in iterate tag