You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by James Holmes <jh...@yahoo.com> on 2003/03/03 19:50:39 UTC

[ANNOUNCE] Struts Console v3.3

Struts Console version 3.3 is now available.

http://www.jamesholmes.com/struts/

Download Now:
http://www.jamesholmes.com/struts/struts-console-3.3.zip
  -- OR --
http://www.jamesholmes.com/struts/struts-console-3.3.tar.gz

Struts Console is FREE software.

This release fixes some bugs and adds a few small
features.

Changes with Struts Console v3.3

  *) Fixed form property list to have
     java.math.BigDecimal and BigInteger instead of
     java.lang.BigDecimal and BigInteger.

  *) Fixed bug where adding a FormBean from Action
     screen was not setting the <action> name
     attribute.

  *) Added "Configuration Class" to Action screen.

  *) Added ability to move up, move down and remove
     nodes in tree.

  *) Added ability to "View" an Action's FormBean
     from the Action screen.

Thanks,

-james
james@jamesholmes.com
http://www.jamesholmes.com/struts/


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: [Q] Using tiles definition in global-forwards...

Posted by John Nikolai <jn...@mac.com>.
Oops... forgot to mention that I'm using:  jakarta-struts-1.1-rc1


On Monday, March 24, 2003, at 10:22 AM, John Nikolai wrote:

>
> I have searched the mail archives for this and found the following  
> message:
>
> http://www.mail-archive.com/struts-user@jakarta.apache.org/ 
> msg61840.html
>
> Basically I want to put a tiles definition into a global forward like  
> this:
>
> ------
> <global-forwards>
>         <forward name="welcome"
>                  path=".tiles.definition"  />
> </global-forwards>
> ------
>
> but when I call the following in index.jsp:
>
> ------
> <%@ taglib uri="struts-logic" prefix="logic"%>
>         <logic:forward name="welcome"/>
> ------
>
> I get a 404 error saying:
>
> -----
> The requested resource (/xyz/.welcome) is not available.
> -----
>
> The workaround posted in the message referenced above says to create a  
> custom action forward and call it with a parameter with the tiles  
> definition. This, to me, seems like a quick hack to work around the  
> fact that tiles is not quite fully integrated into struts yet. Of  
> course I could be completely wrong saying that and if so I apologize  
> (with a nod to Cedric for his hard work! ;-). I wrote up a bug  
> (#18241: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18241)   
> which was closed saying this was already working.
>
> Can someone please help and show me what I'm doing wrong?
> Thanks for your help,
>  - John
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


[Q] Using tiles definition in global-forwards...

Posted by John Nikolai <jn...@mac.com>.
I have searched the mail archives for this and found the following 
message:

http://www.mail-archive.com/struts-user@jakarta.apache.org/msg61840.html

Basically I want to put a tiles definition into a global forward like 
this:

------
<global-forwards>
         <forward name="welcome"
                  path=".tiles.definition"  />
</global-forwards>
------

but when I call the following in index.jsp:

------
<%@ taglib uri="struts-logic" prefix="logic"%>
         <logic:forward name="welcome"/>
------

I get a 404 error saying:

-----
The requested resource (/xyz/.welcome) is not available.
-----

The workaround posted in the message referenced above says to create a 
custom action forward and call it with a parameter with the tiles 
definition. This, to me, seems like a quick hack to work around the 
fact that tiles is not quite fully integrated into struts yet. Of 
course I could be completely wrong saying that and if so I apologize 
(with a nod to Cedric for his hard work! ;-). I wrote up a bug (#18241: 
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18241)  which was 
closed saying this was already working.

Can someone please help and show me what I'm doing wrong?
Thanks for your help,
  - John


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org