You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Jeremiah Johnson (JIRA)" <be...@incubator.apache.org> on 2005/02/03 00:17:19 UTC

[jira] Commented: (BEEHIVE-127) Page Flows Typos

     [ http://issues.apache.org/jira/browse/BEEHIVE-127?page=comments#action_58537 ]
     
Jeremiah Johnson commented on BEEHIVE-127:
------------------------------------------

Related to this issue and the fix for BEEHIVE-81: the page flow overview now uses a simple JavaBean for the form.  I think that is great, but the bean really should be serializable.

I suggest changing this line in the overview:
public class ProfileForm

to this:
public class ProfileForm implements java.io.Serializable

- jeremiah

> Page Flows Typos
> ----------------
>
>          Key: BEEHIVE-127
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-127
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>  Environment: Web
>     Reporter: Jeremiah Johnson
>     Priority: Trivial

>
> I went through the Page Flows pages and hit a couple typos.
> pageflow_controllers.html
> - 'build an name' should change to 'build a name'
> pageflow_jsp.html
> - the sentence containing 'the page is display' should change to something like 'the page is displayed, producing the correct HTML or Javascript, to cause the link to venture...'
> - 'uses a action' should change to 'uses an action'
> pageflow_building.html
> - 'Controller.jpf will be compiled to WEB-INF/classes/Controller.jpf' should change to 'Controller.jpf will be compiled to WEB-INF/classes/Controller.class'
> pageflow/tutorial_pageflow.html
> - the text says not to copy error.jsp, but that appears to be required when running through the tutorial
> Diffs if you find them helpful:
> $ diff pageflow_controllers.html.jj pageflow_controllers.html
> 466c466
> <       build an <strong>name to JSP page paths</strong> mapping.  The method
> ---
> >       build a <strong>name to JSP page paths</strong> mapping.  The method
> $ diff pageflow_jsp.html.jj pageflow_jsp.html
> 431c431
> <     page is display to render the correct HTML and Javascript to cause the link
> ---
> >     page is displayed, producing the correct HTML and Javascript, to cause the link
> 450c450
> <     tag but uses a <span class="codefrag">action</span> attribute instead of an <span class="codefrag">href</span>.
> ---
> >     tag but uses an <span class="codefrag">action</span> attribute instead of an <span class="codefrag">href</span>.
> $ diff pageflow_building.html.jj pageflow_building.html
> 416c416
> <       <span class="codefrag">Controller.jpf</span> will be compiled to <span class="codefrag">WEB-INF/classes/Controller.jpf</span>.
> ---
> >       <span class="codefrag">Controller.jpf</span> will be compiled to <span class="codefrag">WEB-INF/classes/Controller.class</span>.
> $ diff tutorial_pageflow.html.jj tutorial_pageflow.html
> 516c516
> < <p>Note: do <em>not</em> copy the files <span class="codefrag">Controller.jpf</span>, <span class="codefrag">index.jsp</span>, or <span class="codefrag">error.jsp</span>.  For the sake of instruction, you will create these files from scratch in the steps below.  </p>
> ---
> > <p>Note: do <em>not</em> copy the files <span class="codefrag">Controller.jpf</span> or <span class="codefrag">index.jsp</span>.  For the sake of instruction, you will create these files from scratch in the steps below.  </p>
> 524d523
> <       error.jsp  -  WRONG!
> - jeremiah

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira