At 15:55 2000-12-12, Roberto Carrasco wrote:
>in EditAccount.java, to properly show the firstname, lastname, and email
>you must change lines 113,114,115 to
>
> firstname = (String) user.getPerm(User.FIRST_NAME);
> lastname = (String) user.getPerm(User.LAST_NAME);
> email = (String) user.getPerm(User.EMAIL);
I comitted these changes - haven't time to look at the exception though.
ingo.
>but when click Update account I get
>
>java.lang.ClassCastException: java.math.BigDecimal
> at
>org.apache.jetspeed.modules.actions.SendConfirmationEmail.doPerform(SendConfirmationEmail.java:83)
> at org.apache.turbine.modules.Action.perform(Action.java:91)
> at
>org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:121)
> at
>org.apache.jetspeed.modules.actions.UpdateAccount.doPerform(UpdateAccount.java:182)
> at org.apache.turbine.modules.Action.perform(Action.java:91)
> at
>org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:121)
> at
>org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:149)
> at org.apache.turbine.modules.Page.build(Page.java:92)
> at
>org.apache.turbine.modules.PageLoader.exec(PageLoader.java:122)
> at org.apache.turbine.Turbine.doGet(Turbine.java:364)
> at org.apache.turbine.Turbine.doPost(Turbine.java:451)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:115)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:83)
> at
>com.caucho.server.http.Invocation.service(Invocation.java:261)
> at
>com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:201)
> at
>com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:217)
> at
>com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:151)
> at com.caucho.server.TcpConnection.run(TcpConnection.java:140)
> at java.lang.Thread.run(Thread.java:498)
>
>java.lang.ClassCastException: java.math.BigDecimal
>
>
>--
>Roberto Carrasco R.
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe: [EMAIL PROTECTED]
>To unsubscribe: [EMAIL PROTECTED]
>Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
>Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?: [EMAIL PROTECTED]