I believe we had JSP actions in 1.3a1:

For ex. your form could look like:

<form
...
action = "jetspeed:link template="some.jsp" /> 
...
/form>

I think the .jsp extension is optional

-------------------------------------
David Sean Taylor
[EMAIL PROTECTED]
-------------------------------------
http://jakarta.apache.org/jetspeed
-------------------------------------
 

 

> -----Original Message-----
> From: Scott W [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, August 12, 2001 9:47 AM
> To: [EMAIL PROTECTED]
> Subject: Newbie Question - PLEASE HELP!!
> 
> 
> 
> I'm using a JspPortlet with version 1.3a1.  I have
> created a simple form that collects information, when
> a button is pressed I want to display a different
> page.  I have tried: 1) the Action Event HOWTO on the
> Turbine webpage 2) setting the ACTION in the FORM tag
> to another *.jsp file ( of course with this approach
> the header, footer, and left nav disapper), 3) setting
> the ACTION in the FORM tag to a psml file, 4) setting
> the RunData.setAction("some.jsp") and
> RunData.setScreen("some.jsp") in the jsp file,  and
> NONE of these have worked for me!!  Does Turbine catch
> all requests?  My question is what should I set the
> ACTION to in the FORM tag since I am using
> JspPortlet???
> 
> 
> 
> I have spent alot of hours on this issue,  I am sure
> someone has done this before!  I MUST use JSP,  not
> Velocity, which is mandated by the client.  So,  can
> someone please help me!!!
> 
> Thanks in advance,
> 
> 
> Scott
> 
> __________________________________________________
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/
> 
> ---------------------------------------------------------------------
> 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