Re: Link Display Logic

2010-11-30 Thread Zoran Avtarovski
s executed. > > >Beez >r 5347 > >-Original Message- >From: Biesbrock, Kevin >Sent: Tuesday, November 30, 2010 11:06 AM >To: 'Zoran Avtarovski'; 'Struts Users Mailing List' >Subject: RE: Link Display Logic > >Thank you for the sugges

RE: Link Display Logic

2010-11-30 Thread Biesbrock, Kevin
Authorized" and I have to invoke it e.g., . If I change 'authorized' to 'isAuthorized', then my else block is executed. Beez r 5347 -Original Message- From: Biesbrock, Kevin Sent: Tuesday, November 30, 2010 11:06 AM To: 'Zoran Avtarovski'; 'Struts U

RE: Link Display Logic

2010-11-30 Thread Biesbrock, Kevin
i [mailto:zo...@sparecreative.com] Sent: Monday, November 29, 2010 6:45 PM To: Struts Users Mailing List; Biesbrock, Kevin Subject: Re: Link Display Logic What we have implemented is a set of public authorisation methods in our base action which we call via ognl passing the actionId as the paramet

Re: Link Display Logic

2010-11-29 Thread Zoran Avtarovski
What we have implemented is a set of public authorisation methods in our base action which we call via ognl passing the actionId as the parameter. For example to test if a user should be shown the print report we have a isUserAuthorised(Integer actionId) method which we use as follows: Your stuff i

RE: Link Display Logic

2010-11-29 Thread Biesbrock, Kevin
Am I understanding that correctly? Beez -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: Monday, November 29, 2010 2:06 PM To: Struts Users Mailing List Subject: Re: Link Display Logic I'll generally expose permission info through an action (or whatever model m

Re: Link Display Logic

2010-11-29 Thread Dave Newton
I'll generally expose permission info through an action (or whatever model makes it to the page) and use a custom tag to really clarify and narrow the purpose of that particular JSP/etc. logic. Other than that, though, not sure what else I'd really do, if I'm trying to stay within the S2 framework

RE: link to stylesheet in jsp doesn't work

2009-07-08 Thread Martin Gainty
bilité pour le contenu fourni. > Date: Tue, 7 Jul 2009 21:19:03 -0700 > From: dustin_pea...@yahoo.com > To: user@struts.apache.org > Subject: Re: link to stylesheet in jsp doesn't work > > > I think you were using this JSP template as a view for a Struts2 action, >

Re: link to stylesheet in jsp doesn't work

2009-07-07 Thread dusty
7;success' results still did not find the file. The solution proposed by > Christian (href="") works in all situations. > > -- Larry > > > - Original Message - > From: "Christian Benjamin Ries" > To: "Struts Users Mailing List" > Se

Re: link to stylesheet in jsp doesn't work

2009-07-06 Thread Larry Reed
27; or 'success' results still did not find the file. The solution proposed by Christian (href="") works in all situations. -- Larry - Original Message - From: "Christian Benjamin Ries" To: "Struts Users Mailing List" Sent: Monday, July 6,

Re: link to stylesheet in jsp doesn't work

2009-07-06 Thread Christian Benjamin Ries
Try this: Date: Monday, July 6, 2009 3:08 Subject: link to stylesheet in jsp doesn't work To: user@struts.apache.org > I'm having a problem linking to a stylesheet and could use some help. > > My project layout in Eclipse is as follows: > > pp_base >     WebContent >     css >    

RE: Link: new window or new tab

2007-10-30 Thread Rod Bollinger
lto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 11:26 To: Struts Users Mailing List Subject: Re: Link: new window or new tab --- Jason Deffenbaugh <[EMAIL PROTECTED]> wrote: > So this is a pretty simple question (I'm new to view > technology) > > How do I contr

Re: Link: new window or new tab

2007-10-30 Thread Dave Newton
--- Jason Deffenbaugh <[EMAIL PROTECTED]> wrote: > So this is a pretty simple question (I'm new to view > technology) > > How do I control the target of a struts s:a tag? I > want to open the > link in a new window or a new tab. > > I've tried: > > theme="ajax">text > > without having

Re: Link to action-forward without calling the action-class

2005-11-07 Thread Michael Jouravlev
On 11/7/05, Thomas Hamacher <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm runnig Struts 1.2.7 with tiles and I am wondering if it is possible to > call an action-link, that is defined in the struts-config.xml without calling > the defined action-class and the corresponding execute/perfom-method

Re: link with img and request attribute

2005-08-19 Thread Jurn Ho
replace text 'add' with or a struts You may also want to change your a href into a . cya, Jurn At 01:33 AM 19/08/2005, =?ISO-8859-2?Q?S=B3awek_Tuleja?= wrote: Hi EveryBody i have problem with this: 1) i have: property="idUser" />">add 2) and it works fine, but i want to put image button

Re: Link on Struts Page broken

2005-05-17 Thread Hubert Rabago
In the meantime, you can use: http://nagoya.apache.org/eyebrowse/SummarizeList?listId=241 or the one people here use more often: http://marc.theaimsgroup.com/?l=struts-user http://www.mail-archive.com/user%40struts.apache.org/ Hubert On 5/15/05, Ingo Adler <[EMAIL PROTECTED]> wrote: > The link

Re: link

2004-05-10 Thread Xuemin Guan
> udah ketemu caranya mas ? > mungkin ini bisa ngebantu (kalo aku gak salah nangkep masalahnya) gak pake > c:url ato html:link sih...tp kalo ini di klik parameter nya kebawa, dan > url-nya kebawa.. > Qing wen, nin shuo de shi na guo yu yan? Xuemin --

Re: link

2004-05-10 Thread Sapt
udah ketemu caranya mas ? mungkin ini bisa ngebantu (kalo aku gak salah nangkep masalahnya) gak pake c:url ato html:link sih...tp kalo ini di klik parameter nya kebawa, dan url-nya kebawa.. - Original Message - From: "Budi Rostiarso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday

Re: link to 1.1 api?

2004-04-07 Thread Erik Price
On Wednesday, April 07, 2004, at 01:40PM, Janice <[EMAIL PROTECTED]> wrote: >Hello, > >Is the api for 1.1 available anywhere other than in the source? I can find 1.2 dev >and 1.0, but not 1.1. AFAIK you have to download it as a package from Sun's site... that's how we do it, anyways.