Or wrap the whole app up in frames. That'll do the trick.

Colm

-----Original Message-----
From: Mark Shifman [mailto:[EMAIL PROTECTED]
Sent: 24 March 2004 18:32
To: Struts Users Mailing List
Subject: Re: blocking bookmarked actions


where do I do the blocking?  The action I am having problems with is a
LookupDispatchAction and I get this kind of error message

javax.servlet.ServletException: Request[/RechartFiles] does not contain
handler parameter named method

org.apache.struts.actions.LookupDispatchAction.execute(LookupDispatchAction.
java:199)

...

Paul McCulloch wrote:

>You code code your app to always use http POST, but block GETs. This may
not
>be suitable if you've already written the app though!
>
>Paul
>
>
>
>>-----Original Message-----
>>From: Mark Shifman [mailto:[EMAIL PROTECTED]
>>Sent: 24 March 2004 18:17
>>To: Struts Users Mailing List
>>Subject: blocking bookmarked actions
>>
>>
>>Suppose someone bookmarked an action such as
>>/yourhost/yourapp/someAction.do and you really want them to only go
>>through the html pages.
>>
>>How do your block or catch these actions and redirect them to the
>>appropriate place?
>>
>>mas
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to