Images path
Pablo Fernández <[email protected]> Thu, 6 Aug 2009 21:39:17 -0300
| Newsgroups | gmane.comp.java.struts-menu.user |
|---|---|
| Message-ID | <[email protected]> |
--===============1341851858350156222==
Content-Type: multipart/alternative; boundary=0003255752525b1ce2047082773a
--0003255752525b1ce2047082773a
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Hello I'm new to struts-menu, using version 2.4.3 with Struts2.
I have a menu-config.xml that looks like this:
<MenuConfig>
<Displayers>
<Displayer name="DropDown"
type="net.sf.navigator.displayer.DropDownMenuDisplayer"/>
<Displayer name="TabbedMenu"
type="net.sf.navigator.displayer.TabbedMenuDisplayer"/>
<Displayer name="Simple"
type="net.sf.navigator.displayer.SimpleMenuDisplayer"/>
<Displayer name="Velocity"
type="net.sf.navigator.displayer.VelocityMenuDisplayer"/>
</Displayers>
<Menus>
<Menu name="GMenu" title="Main menu" width="50">
<Item name="Roles" title="ROLES">
<Item name="rolesAlta" title="Alta" location="Role_input"
target="workFrame"/>
<Item name="rolesListar" title="Listar" location="RoleList"
target="workFrame"/>
</Item>
<Item name="Users" title="USERS">
<Item name="usersAlta" title="Alta" location="User_input"
target="workFrame"/>
<Item name="usersListar" title="Listar" location="UserList"
target="workFrame"/>
</Item>
</Menu>
</Menus>
</MenuConfig>
And my menu.jsp looks like this:
<body>
<menu:useMenuDisplayer name="DropDown"
bundle="org.apache.struts.action.MESSAGE">
<table cellpadding=0 cellspacing=0>
<tr>
<td>
<menu:displayMenu name="GMenu"/>
</td>
</tr>
</table>
</menu:useMenuDisplayer>
</body>
I'd like to get the down and right arrows wich are note rendered. I believe
it's because of my images path.
I need to get something like pages/images/Darrow.png as the source but I
only get images/Darrow.png.
How do I change it?
Thanks in advance!
--0003255752525b1ce2047082773a
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hello I'm new to struts-menu, using version 2.4.3 with Struts2.<br>I ha=
ve a menu-config.xml that looks like this:<br><MenuConfig><br>=A0=A0=
=A0 <Displayers><br>=A0=A0=A0 =A0=A0=A0 <Displayer name=3D"Dr=
opDown" type=3D"net.sf.navigator.displayer.DropDownMenuDisplayer&=
quot;/><br>
=A0=A0=A0 =A0=A0=A0 <Displayer name=3D"TabbedMenu" type=3D&quo=
t;net.sf.navigator.displayer.TabbedMenuDisplayer"/><br>=A0=A0=A0 =
=A0=A0=A0 <Displayer name=3D"Simple" type=3D"net.sf.navig=
ator.displayer.SimpleMenuDisplayer"/><br>
=A0=A0=A0 =A0=A0=A0 <Displayer name=3D"Velocity" type=3D"=
net.sf.navigator.displayer.VelocityMenuDisplayer"/><br>=A0=A0=A0 &l=
t;/Displayers><br>=A0=A0=A0 <br>=A0=A0=A0 <br>=A0=A0=A0 <Menus><br=
>=A0=A0=A0 =A0=A0=A0 <Menu name=3D"GMenu" title=3D"Main m=
enu" width=3D"50"><br>
=A0=A0=A0 =A0=A0=A0 =A0=A0=A0 <Item name=3D"Roles" title=3D&qu=
ot;ROLES"><br>=A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 <Item name=
=3D"rolesAlta" title=3D"Alta" location=3D"Role_inp=
ut" target=3D"workFrame"/><br>=A0=A0=A0 =A0=A0=A0 =A0=A0=
=A0 =A0=A0=A0 <Item name=3D"rolesListar" title=3D"Listar&=
quot; location=3D"RoleList" target=3D"workFrame"/><b=
r>
=A0=A0=A0 =A0=A0=A0 =A0=A0=A0 </Item><br>=A0=A0=A0 =A0=A0=A0 =A0=A0=
=A0 <Item name=3D"Users" title=3D"USERS"><br>=A0=
=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 <Item name=3D"usersAlta" =
title=3D"Alta" location=3D"User_input" target=3D"w=
orkFrame"/><br>
=A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 <Item name=3D"usersListar&q=
uot; title=3D"Listar" location=3D"UserList" target=3D&q=
uot;workFrame"/><br>=A0=A0=A0 =A0=A0=A0 =A0=A0=A0 </Item><br>=
=A0=A0=A0 =A0=A0=A0 </Menu><br>=A0=A0=A0 </Menus><br>
</MenuConfig><br><br><br>And my menu.jsp looks like this:<br><body=
><br>=A0=A0=A0 =A0=A0=A0 <menu:useMenuDisplayer name=3D"DropDown=
" bundle=3D"org.apache.struts.action.MESSAGE"><br>=A0=A0=
=A0 =A0=A0=A0 =A0=A0=A0 <table cellpadding=3D0 cellspacing=3D0><br>
=A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 <tr><br>=A0=A0=A0 =
=A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0<td><br>=A0=A0=A0 =A0=A0=
=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0=A0 <menu:displayMenu name=3D=
"GMenu"/><br>=A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0=
</td><br>=A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 </tr><br>=A0=
=A0=A0 =A0=A0=A0 =A0=A0=A0 </table><br>
=A0=A0=A0 =A0=A0=A0 </menu:useMenuDisplayer><br>=A0=A0=A0 </body&g=
t;<br><br>I'd like to get the down and right arrows wich are note rende=
red. I believe it's because of my images path.<br>I need to get somethi=
ng like pages/images/Darrow.png as the source but I only get images/Darrow.=
png.<br>
How do I change it?<br>Thanks in advance!<br>
--0003255752525b1ce2047082773a--
--===============1341851858350156222==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
--===============1341851858350156222==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
struts-menu-user mailing list
struts-menu-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/struts-menu-user
--===============1341851858350156222==--