Re: Images path
Pablo Fernández <[email protected]> Sat, 8 Aug 2009 15:08:02 -0300
| Newsgroups | gmane.comp.java.struts-menu.user |
|---|---|
| Message-ID | <[email protected]> |
--===============8129517005899262325== Content-Type: multipart/alternative; boundary=00032557679edb85070470a53b7c --00032557679edb85070470a53b7c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks for your answer. What exactelly doy you want me to see there? There are a few .properties files, I tried modifying those but it didn't work. I couldn't change the styles on the demo app either. What about documentatio, do you know where I could find it? Could you please give me a hand? Thanks! 2009/8/7 Matt Raible <matt-T7vlz3gD7BdF/EzeuO4KJwC/[email protected]> > I would recommend downloading the sample WAR, deploying it and look in it= 's > WEB-INF/classes directory to see how images are configured. > > http://sourceforge.net/projects/struts-menu/files/ > > Hope this helps, > > Matt > > 2009/8/6 Pablo Fern=E1ndez <[email protected]> > >> 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=3D"DropDown" >> type=3D"net.sf.navigator.displayer.DropDownMenuDisplayer"/> >> <Displayer name=3D"TabbedMenu" >> type=3D"net.sf.navigator.displayer.TabbedMenuDisplayer"/> >> <Displayer name=3D"Simple" >> type=3D"net.sf.navigator.displayer.SimpleMenuDisplayer"/> >> <Displayer name=3D"Velocity" >> type=3D"net.sf.navigator.displayer.VelocityMenuDisplayer"/> >> </Displayers> >> >> >> <Menus> >> <Menu name=3D"GMenu" title=3D"Main menu" width=3D"50"> >> <Item name=3D"Roles" title=3D"ROLES"> >> <Item name=3D"rolesAlta" title=3D"Alta" location=3D"Role= _input" >> target=3D"workFrame"/> >> <Item name=3D"rolesListar" title=3D"Listar" >> location=3D"RoleList" target=3D"workFrame"/> >> </Item> >> <Item name=3D"Users" title=3D"USERS"> >> <Item name=3D"usersAlta" title=3D"Alta" location=3D"User= _input" >> target=3D"workFrame"/> >> <Item name=3D"usersListar" title=3D"Listar" >> location=3D"UserList" target=3D"workFrame"/> >> </Item> >> </Menu> >> </Menus> >> </MenuConfig> >> >> >> And my menu.jsp looks like this: >> <body> >> <menu:useMenuDisplayer name=3D"DropDown" >> bundle=3D"org.apache.struts.action.MESSAGE"> >> <table cellpadding=3D0 cellspacing=3D0> >> <tr> >> <td> >> <menu:displayMenu name=3D"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! >> >> >> ------------------------------------------------------------------------= ------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >> 30-Day >> trial. Simplify your report design, integration and deployment - and foc= us >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> struts-menu-user mailing list >> struts-menu-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org >> https://lists.sourceforge.net/lists/listinfo/struts-menu-user >> >> > > > -------------------------------------------------------------------------= ----- > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-D= ay > trial. Simplify your report design, integration and deployment - and focu= s > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > struts-menu-user mailing list > struts-menu-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/struts-menu-user > > --00032557679edb85070470a53b7c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks for your answer. What exactelly doy you want me to see there?<br>The= re are a few .properties files, I tried modifying those but it didn't w= ork. I couldn't change the styles on the demo app either.<br>What about= documentatio, do you know where I could find it?<br> Could you please give me a hand? Thanks!<br><br><br><br><div class=3D"gmail= _quote">2009/8/7 Matt Raible <span dir=3D"ltr"><<a href=3D"mailto:matt@r= aibledesigns.com">matt-T7vlz3gD7BdF/EzeuO4KJwC/[email protected]</a>></span><br><blockquote clas= s=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 204); margi= n: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> I would recommend downloading the sample WAR, deploying it and look in it&#= 39;s WEB-INF/classes directory to see how images are configured.<br><br><a = href=3D"http://sourceforge.net/projects/struts-menu/files/" target=3D"_blan= k">http://sourceforge.net/projects/struts-menu/files/</a><br> <br>Hope this helps,<br><br>Matt<br><br><div class=3D"gmail_quote">2009/8/6= Pablo Fern=E1ndez <span dir=3D"ltr"><<a href=3D"mailto:pablodelacruzfer= [email protected]" target=3D"_blank">[email protected]</a>>= ;</span><br> <blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, = 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><= div class=3D"h5"> 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> <br></div></div>-----------------------------------------------------------= -------------------<br> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day= <br> trial. Simplify your report design, integration and deployment - and focus = on<br> what you do best, core application coding. Discover what's new with<br> Crystal Reports now. =A0<a href=3D"http://p.sf.net/sfu/bobj-july" target=3D= "_blank">http://p.sf.net/sfu/bobj-july</a><br>_____________________________= __________________<br> struts-menu-user mailing list<br> <a href=3D"mailto:struts-menu-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org" target=3D"_blank"= >struts-menu-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org</a><br> <a href=3D"https://lists.sourceforge.net/lists/listinfo/struts-menu-user" t= arget=3D"_blank">https://lists.sourceforge.net/lists/listinfo/struts-menu-u= ser</a><br> <br></blockquote></div><br> <br>-----------------------------------------------------------------------= -------<br> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day= <br> trial. Simplify your report design, integration and deployment - and focus = on<br> what you do best, core application coding. Discover what's new with<br> Crystal Reports now. =A0<a href=3D"http://p.sf.net/sfu/bobj-july" target=3D= "_blank">http://p.sf.net/sfu/bobj-july</a><br>_____________________________= __________________<br> struts-menu-user mailing list<br> <a href=3D"mailto:struts-menu-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org">struts-menu-user@= lists.sourceforge.net</a><br> <a href=3D"https://lists.sourceforge.net/lists/listinfo/struts-menu-user" t= arget=3D"_blank">https://lists.sourceforge.net/lists/listinfo/struts-menu-u= ser</a><br> <br></blockquote></div><br> --00032557679edb85070470a53b7c-- --===============8129517005899262325== 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 --===============8129517005899262325== 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 --===============8129517005899262325==--