RE: Enhanced errors tag

2001-08-15 Thread Deadman, Hal
I think a new tag that allows you to not put HTML in your resource file already exists in post 1.0 Struts in the form of the html:messsage(s) tag. It can be used in place of html:errors. The errors class is now a subclass of a message class. -Original Message- From: Martin D Bayly

cvs commit: jakarta-struts/doc struts-html.xml

2001-08-15 Thread dwinterfeldt
dwinterfeldt01/08/15 10:41:50 Modified:doc struts-html.xml Log: Added a clearer description of the message attribute for the messages tag. Revision ChangesPath 1.19 +5 -3 jakarta-struts/doc/struts-html.xml Index: struts-html.xml

RE: Workflow Support Proposal

2001-08-15 Thread Dan - Blue Lotus Software
Yes. This is exactly the reason I proposed the struts:page addition to the schema a few days ago. If you are persisting the state across a workflow, you have to have some method of retrieving the state. My thought was to identify each FormBean (the data that creates the state of the workflow)

RE: Workflow Support Proposal

2001-08-15 Thread Craig R. McClanahan
The initial version of the proposal is focused on the Activity and Step components (we refined the vocabulary a little based on feedback -- there is now a distinction between Process and Acivity). Activity is more for things that are relatively short term, and involving only a single person

JSPTL-based tags question/proposal

2001-08-15 Thread stuart robertson
Two questions. Has anybody made a JSP 1.1 version of the jsptl? The documentation mentions that this may be considered (I think), but I couldn't find anything in the newsgroups regarding this. Has anybody played with modifying Struts tags to use the expression language? If not, I may take

Suggestions on bean:message and bean:write tags

2001-08-15 Thread John Yu
It would be useful to have an 'alt' attribute on bean:message tag. eg. bean:message key=blah alt=DefaultLabel/ There are two uses: In case Struts fails to find the message/resource, it can display the default label (and display a warning on the console). For design-time tools (eg. Dreamweaver),

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2001-08-15 Thread craigmcc
craigmcc01/08/15 20:52:09 Modified:src/share/org/apache/struts/action Action.java Log: Add a variation of the existing isTokenValid() method that optinally resets the token in the same, indivisible, operation. This avoids a potential race condition that bypasses the check made

RE: Workflow Support Proposal

2001-08-15 Thread John Sigler
Craig, Your Workflow Proposal seems like a great start. Several of us have played around with some workflow concepts on our current project but it would be great to have something integrated into Struts. We have a few concepts that weren't mentioned that we think are worth considering: -