+Graph+Plugin
Regards,
Mark P Ashworth
http://www.connext.co.za
--
View this message in context:
http://www.nabble.com/-ANN--Connext-Graphs-tp11222429p14627151.html
Sent from the Struts - User mailing list archive at Nabble.com
verflow.
My environment
---
Latest from struts 2 trunk
Sitemesh Plugin
Dojo Plugin
Freemarker
Regards,
Mark P Ashworth
Jeromy Evans - Blue Sky Minds wrote:
>
> Hi Mark,
> No such problem encountered on
> https://svn.apache.org/repos/asf/struts/struts2/trunk @ rev 588199, last
Good Day,
I am trying to use the 2.1.0 build of the dojo plug-in and I am getting an
InvalidReferenceException. The issue
https://issues.apache.org/struts/browse/WW-1757 helped to resolve the issue
on the 2.0.9 build but now even the <@s.dateTimePicker /> or
<@s.datetimepicker /> does not seem to
java:93)
at freemarker.core.DollarVariable.accept(DollarVariable.java:76)
Regards,
Mark P Ashworth
--
View this message in context:
http://www.nabble.com/-S2--Head-parseContent-in-Struts-2.1.0-tf4694985.html#a13420317
Sent from the Struts - User mailing list ar
Good Day,
Thank you for your suggestions, I will improve the library with suggestions
from the community.
The project is pending approval on java.net and as soon as it is approved I
will let those that are interested know.
Thank you for your comments.
Regards,
Mark P Ashworth
Don Brown
or comments please let me know.
Regards,
Mark P Ashworth
[EMAIL PROTECTED]
http://www.connext.co.za
Mark P Ashworth wrote:
>
> Good Day,
>
> The first beta release of Connext Graphs is ready. This release provides a
> Struts 2 plug-in so that pages can use the Open Flash Cha
-action type in the struts.xml for every
possible redirect possible. Is there not a more dynamic mechanism to
redirect to the referrer.
Regards,
Mark P Ashworth
--
View this message in context:
http://www.nabble.com/Redirecting-to-the-referring-action-tf4134012.html#a11757400
Sent from the
take quite sometime to provide a
complete Java / Struts implemention for. I believe they have a JSP tag
library that does some of the integration.
I apologies that I cannot be of more help at this time.
Regards,
Mark P Ashworth
http://www.connext.co.za
florinmarcus wrote:
>
> Hi Mark,
>
s. tags
All was happy after that.
Regards,
Mark P Ashworth
Don Brown wrote:
>
> I believe our Struts 2 Starter archetype uses Freemarker. See the
> archetype section in our docs.
>
> Don
>
> On 7/5/07, Mark P Ashworth <[EMAIL PROTECTED]> wrote:
>>
>>
Good Day,
I have been using FreeMarker for the S2 plug-in development and some other
projects. I find the FTL language more expressive than JSP and I was
wondering if there is a sample S2 application that makes use of FTL for the
views.
Regards,
Mark P Ashworth
http://www.connext.co.za
--
View
ct.description" />
The FCKEditorTag extends the TextareaTag, so what ever parameters you can
send to a textarea you can do with the FCKEditorTag.
Currently the only problem is loading the fckstyles.xml and fcktemplate.xml
from the plug-in jar but I am sure I'll get that working shortly.
Re
-Graph plug-in.
Regards,
Mark P Ashworth
http://ww.connext.co.za
--
View this message in context:
http://www.nabble.com/-S2--FCKeditor-tf4017623.html#a11410028
Sent from the Struts - User mailing list archive at Nabble.com
creates the theme once. Just
wondered how the Struts 2 developers were doing it.
Regards,
Mark P Ashworth
Laurie Harper wrote:
>
> Mark P Ashworth wrote:
>> Is there a way to test how a tag like <form><textfield
>> /></form> will be processed by a custom theme.
Good Day,
Is there a way to test how a tag like <form><textfield
/></form> will be processed by a custom theme. I would like to get
all of the theme processing done during development instead of integration
time with the actual pages.
Regards,
Mark P Ashworth
http://www.conn
and sample web application is available from my website at
http://www.connext.co.za/index.html
The library is license under Apache 2.
Regards,
Mark P Ashworth
http://www.connext.co.za
--
View this message in context:
http://www.nabble.com/-ANN--Connext-Graphs-tf3955090.html#a11222429
Sent from the
f(dataUrl != null)
addParameter("url", findString(dataUrl));
if(dataAction != null)
addParameter("action", findString(dataAction));
if(bgColor != null)
addParameter("bgcolor", findString(bgColor));
}
Regards,
Mark P Ashworth
http://www.connext.co.za
Ma
g has those parameters and my tld has those parameters. What do I need
to do to get it to work?
Regards,
Mark P Ashworth
http://www.connext.co.za
--
View this message in context:
http://www.nabble.com/-S2--FreeMarker-template-and-custom-tag-tf3952011.html#a11212172
Sent from the Struts - User m
Good Day,
Thanks for the great looking datepicker control.
Is it possible to post the source code for the Java classes because I am
trying to create my own plugin for some the Open Flash Chart component and
would like to do it in a similar way to your YUI plug-in.
Thank you in advance.
Mark P
id not see the syntax in the
FreeMarket docs.
Regards,
Mark P Ashworth
http://www.connext.co.za
Mark P Ashworth wrote:
>
> Good Day,
>
> HaH, found the answer to question 2, or at least a workaround for now.
>
> 1. Created a graph.jsp with the following code in
Good Day,
Is it possible for you to share the solution?
Regards,
Mark P Ashworth
http://www.connext.co.za
torben wrote:
>
>
> torben wrote:
>> Hi,
>>
>> I am making an application, where I have jsp page with a Chart
>> generated by the JF
into the calling jsp page
Regards,
Mark P Ashworth
Mark P Ashworth wrote:
>
> Good Day,
>
> Thinking about it a bit more, I think this how I would like to define the
> tag in the JSP file
>
>id="graph"
> width="600"
> h
ings me to another question, how do I create a Struts Action that
should return some plain text? The documentation specifies how to do it with
a file like myJspFile.jsp or possibly data.txt but how does the actual
result of the Action return a plain text result?
Regards,
Mark P Ashworth
http://www.conn
hanks.
Regards,
Mark P Ashworth
http://www.connext.co.za
newton.dave wrote:
>
>
>
>
>
> This should work assuming you're in a JSP 2.0
> container.
>
> d.
>
> --- Mark P Ashworth <[EMAIL PROTECTED]> wrote:
>
>>
>> Good Day,
>
my GraphTag I call the super.start() and I assign the result and return
that result at the end of the start method. Looking at the API, start's
return value is true and therefore should evaluate the body of the tag. I am
just not sure how to get it to evaluate the parameter values
.
Regards,
Mark P Ashworth
--
View this message in context:
http://www.nabble.com/-S2--Loading-tld-from-jar-tf3938475.html#a11170468
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL
Good Day,
Thanks once again.
Regards,
Mark P Ashworth
http://www.connext.co.za
Jeromy Evans - Blue Sky Minds wrote:
>
> Mark P Ashworth wrote:
>> Good Day,
>>
>> Thank you for your help. I created properties that return string
>> representations of the da
Good Day,
I am evaluating charting packages and was wondering if anyone has used Open
Flash Chart with Struts or event Struts 2?
Any information would be helpful.
Regards,
Mark P Ashworth
http://www.connext.co.za
--
View this message in context:
http://www.nabble.com/-S2--Has-anyone-used
port the exception
even though I throw ParseException in those properties. Should I be using
validation to parse the submitted values?
Regards,
Mark P Ashworth
http://www.connext.co.za
Jeromy Evans - Blue Sky Minds wrote:
>
>
>> My question is if the datetimepicker is only goin
converter or should I use localization?
Regards,
Mark P Ashworth
Jeromy Evans - Blue Sky Minds wrote:
>
>
>> My question is if the datetimepicker is only going to be ready in 2.1
>> then
>> how should I implement this in my application?
>>
> As mentioned
,
Mark P Ashworth
http://www.connext.co.za
Musachy Barroso wrote:
>
> Well, the datetimepicker is the only one in such a lame condition, the
> other
> ones are working fine.
>
> musachy
>
> On 6/13/07, אלחנן מעין <[EMAIL PROTECTED]> wrote:
>>
>> shame i
30 matches
Mail list logo